COLOR #E3CDB5

HEX: #E3CDB5
RGB: (227,205,181)

Color info

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

RGB color model

#E3CDB5 color RGB value is (227,205,181).

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

RGB channels and saturation

R 227 of 255 = 89%
G 205 of 255 = 80%
B 181 of 255 = 71%

227
205
181

R + G + B ~ 80%. #E3CDB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 181 = 613 (100%)
R 227 of 613 ~ 37.03%
G 205 of 613 ~ 33.44%
B 181 of 613 ~ 29.53%

%37.03
%33.44
%29.53

CMYK color model

#E3CDB5 color CMYK value is (0,10,20,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 20.26%
  • key color value is 10.98%
CMYK:
(0,10,20,11)
C0M10Y20K11 
(0%,10%,20%,11%)
(0.00/0.10/0.20/0.11)	

CMYK percentages

%0
%9.69
%20.26
%10.98

Codes

Color #E3CDB5 in popluar color models

E3CDB5
RGB227205181
HSL31°45.10%80.00%
HSB/HSV31°20.26%89.02%
CMYK0.00%9.69%20.26%
10.98%

Color #E3CDB5 in popluar number systems.

HEXE3CDB5
Decimal227205181
Binary111000111100110110110101
Octal343315265

Shades and tints

Shades of #E3CDB5

#E3CDB5
(227,205,181)
#CFBBA5
(207,187,165)
#BBA995
(187,169,149)
#A79785
(167,151,133)
#938575
(147,133,117)
#7F7365
(127,115,101)
#6B6155
(107,97,85)
#574F45
(87,79,69)
#433D35
(67,61,53)
#2F2B25
(47,43,37)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #E3CDB5

#E3CDB5
(227,205,181)
#E5D1BB
(229,209,187)
#E7D5C1
(231,213,193)
#E9D9C7
(233,217,199)
#EBDDCD
(235,221,205)
#EDE1D3
(237,225,211)
#EFE5D9
(239,229,217)
#F1E9DF
(241,233,223)
#F3EDE5
(243,237,229)
#F5F1EB
(245,241,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDB5; }

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

This text font color is #E3CDB5.


Background Color

.myBgColor { background-color: #E3CDB5; }

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

This div background color is #E3CDB5.


Border color

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

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

This div border color is #E3CDB5.


Opacity

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

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

Text with #E3CDB5 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 #E3CDB5;}

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

This text has shadow with #E3CDB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDB5 on black background.


Color preview on white background

This text has color #E3CDB5 on white background.



Black color preview on #E3CDB5 background

This text has black color on #E3CDB5 background.


White color preview on #E3CDB5 background

This text has white color on #E3CDB5 background.