COLOR #E3CDBA

HEX: #E3CDBA
RGB: (227,205,186)

Color info

#E3CDBA contains red, green and blue colors in about the same proportion. Web safe color of #E3CDBA is #CCCCCC (or #CCC).

RGB color model

#E3CDBA color RGB value is (227,205,186).

  • red value is 227;
  • green value is 205;
  • blue value is 186.
RGB:
(227,205,186)
(89%,80%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 186 of 255 = 73%

227
205
186

R + G + B ~ 81%. #E3CDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 186 = 618 (100%)
R 227 of 618 ~ 36.73%
G 205 of 618 ~ 33.17%
B 186 of 618 ~ 30.1%

%36.73
%33.17
%30.1

CMYK color model

#E3CDBA color CMYK value is (0,10,18,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(0,10,18,11)
C0M10Y18K11 
(0%,10%,18%,11%)
(0.00/0.10/0.18/0.11)	

CMYK percentages

%0
%9.69
%18.06
%10.98

Codes

Color #E3CDBA in popluar color models

E3CDBA
RGB227205186
HSL28°42.27%80.98%
HSB/HSV28°18.06%89.02%
CMYK0.00%9.69%18.06%
10.98%

Color #E3CDBA in popluar number systems.

HEXE3CDBA
Decimal227205186
Binary111000111100110110111010
Octal343315272

Shades and tints

Shades of #E3CDBA

#E3CDBA
(227,205,186)
#CFBBAA
(207,187,170)
#BBA99A
(187,169,154)
#A7978A
(167,151,138)
#93857A
(147,133,122)
#7F736A
(127,115,106)
#6B615A
(107,97,90)
#574F4A
(87,79,74)
#433D3A
(67,61,58)
#2F2B2A
(47,43,42)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #E3CDBA

#E3CDBA
(227,205,186)
#E5D1C0
(229,209,192)
#E7D5C6
(231,213,198)
#E9D9CC
(233,217,204)
#EBDDD2
(235,221,210)
#EDE1D8
(237,225,216)
#EFE5DE
(239,229,222)
#F1E9E4
(241,233,228)
#F3EDEA
(243,237,234)
#F5F1F0
(245,241,240)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3CDBA color. Also use rgb(227,205,186) instead hex code.

Text Font Color

.myTextColor { color: #E3CDBA; }

<p style="color:#E3CDBA">This sample text font color is #E3CDBA.</p>

This text font color is #E3CDBA.


Background Color

.myBgColor { background-color: #E3CDBA; }

<div style="background-color:#E3CDBA">Inner text</div>

This div background color is #E3CDBA.


Border color

.myBorderColor { border: 1px solid #E3CDBA; }

<div style="border:3px solid #E3CDBA">Div</div>

This div border color is #E3CDBA.


Opacity

.myOpacity80 { color: #E3CDBA; opacity: 0.8; }

<p style="color:#E3CDBA;opacity:0.8;">80%</p>

Text with #E3CDBA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #E3CDBA;}

<p style="text-shadow: 3px 3px 1px #E3CDBA">Text here.</p>

This text has shadow with #E3CDBA color.

.textShadow {text-shadow: 3px 3px 1px #E3CDBA, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #E3CDBA, 5px 5px 20px red">Text here.</p>

This text has shadow with #E3CDBA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E3CDBA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#E3CDBA, Direction=45, Strength=4)">Text</p>

This text has shadow with #E3CDBA and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #E3CDBA;
  -webkit-box-shadow:	1px 1px 3px 2px #E3CDBA;
  box-shadow:		1px 1px 3px 2px #E3CDBA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E3CDBA;
-webkit-box-shadow: 1px 1px 3px 2px #E3CDBA;
box-shadow:1px 1px 3px 2px #E3CDBA;">
Div content here</div>
This div box has shadow with color #E3CDBA.

Preview

Color preview on black background

This text has color #E3CDBA on black background.


Color preview on white background

This text has color #E3CDBA on white background.



Black color preview on #E3CDBA background

This text has black color on #E3CDBA background.


White color preview on #E3CDBA background

This text has white color on #E3CDBA background.