COLOR #E3CDB4

HEX: #E3CDB4
RGB: (227,205,180)

Color info

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

RGB color model

#E3CDB4 color RGB value is (227,205,180).

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

RGB channels and saturation

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

227
205
180

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

Portions of RGB colors in percentages

R + G + B =
227 + 205 + 180 = 612 (100%)
R 227 of 612 ~ 37.09%
G 205 of 612 ~ 33.5%
B 180 of 612 ~ 29.41%

%37.09
%33.5
%29.41

CMYK color model

#E3CDB4 color CMYK value is (0,10,21,11).

  • cyan value is 0.00%
  • magenta value is 9.69%
  • yellow value is 20.70%
  • key color value is 10.98%
CMYK:
(0,10,21,11)
C0M10Y21K11 
(0%,10%,21%,11%)
(0.00/0.10/0.21/0.11)	

CMYK percentages

%0
%9.69
%20.7
%10.98

Codes

Color #E3CDB4 in popluar color models

E3CDB4
RGB227205180
HSL32°45.63%79.80%
HSB/HSV32°20.70%89.02%
CMYK0.00%9.69%20.70%
10.98%

Color #E3CDB4 in popluar number systems.

HEXE3CDB4
Decimal227205180
Binary111000111100110110110100
Octal343315264

Shades and tints

Shades of #E3CDB4

#E3CDB4
(227,205,180)
#CFBBA4
(207,187,164)
#BBA994
(187,169,148)
#A79784
(167,151,132)
#938574
(147,133,116)
#7F7364
(127,115,100)
#6B6154
(107,97,84)
#574F44
(87,79,68)
#433D34
(67,61,52)
#2F2B24
(47,43,36)
#1B1914
(27,25,20)
#000000
(0,0,0)

Tints of #E3CDB4

#E3CDB4
(227,205,180)
#E5D1BA
(229,209,186)
#E7D5C0
(231,213,192)
#E9D9C6
(233,217,198)
#EBDDCC
(235,221,204)
#EDE1D2
(237,225,210)
#EFE5D8
(239,229,216)
#F1E9DE
(241,233,222)
#F3EDE4
(243,237,228)
#F5F1EA
(245,241,234)
#F7F5F0
(247,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3CDB4; }

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

This text font color is #E3CDB4.


Background Color

.myBgColor { background-color: #E3CDB4; }

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

This div background color is #E3CDB4.


Border color

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

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

This div border color is #E3CDB4.


Opacity

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

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

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

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

This text has shadow with #E3CDB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3CDB4 on black background.


Color preview on white background

This text has color #E3CDB4 on white background.



Black color preview on #E3CDB4 background

This text has black color on #E3CDB4 background.


White color preview on #E3CDB4 background

This text has white color on #E3CDB4 background.