COLOR #E8CDBB

HEX: #E8CDBB
RGB: (232,205,187)

Color info

#E8CDBB contains red, green and blue colors in about the same proportion. Web safe color of #E8CDBB is #FFCCCC (or #FCC).

RGB color model

#E8CDBB color RGB value is (232,205,187).

  • red value is 232;
  • green value is 205;
  • blue value is 187.
RGB:
(232,205,187)
(91%,80%,73%)

RGB channels and saturation

R 232 of 255 = 91%
G 205 of 255 = 80%
B 187 of 255 = 73%

232
205
187

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

Portions of RGB colors in percentages

R + G + B =
232 + 205 + 187 = 624 (100%)
R 232 of 624 ~ 37.18%
G 205 of 624 ~ 32.85%
B 187 of 624 ~ 29.97%

%37.18
%32.85
%29.97

CMYK color model

#E8CDBB color CMYK value is (0,12,19,9).

  • cyan value is 0.00%
  • magenta value is 11.64%
  • yellow value is 19.40%
  • key color value is 9.02%
CMYK:
(0,12,19,9)
C0M12Y19K9 
(0%,12%,19%,9%)
(0.00/0.12/0.19/0.09)	

CMYK percentages

%0
%11.64
%19.4
%9.02

Codes

Color #E8CDBB in popluar color models

E8CDBB
RGB232205187
HSL24°49.45%82.16%
HSB/HSV24°19.40%90.98%
CMYK0.00%11.64%19.40%
9.02%

Color #E8CDBB in popluar number systems.

HEXE8CDBB
Decimal232205187
Binary111010001100110110111011
Octal350315273

Shades and tints

Shades of #E8CDBB

#E8CDBB
(232,205,187)
#D3BBAA
(211,187,170)
#BEA999
(190,169,153)
#A99788
(169,151,136)
#948577
(148,133,119)
#7F7366
(127,115,102)
#6A6155
(106,97,85)
#554F44
(85,79,68)
#403D33
(64,61,51)
#2B2B22
(43,43,34)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #E8CDBB

#E8CDBB
(232,205,187)
#EAD1C1
(234,209,193)
#ECD5C7
(236,213,199)
#EED9CD
(238,217,205)
#F0DDD3
(240,221,211)
#F2E1D9
(242,225,217)
#F4E5DF
(244,229,223)
#F6E9E5
(246,233,229)
#F8EDEB
(248,237,235)
#FAF1F1
(250,241,241)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CDBB color. Also use rgb(232,205,187) instead hex code.

Text Font Color

.myTextColor { color: #E8CDBB; }

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

This text font color is #E8CDBB.


Background Color

.myBgColor { background-color: #E8CDBB; }

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

This div background color is #E8CDBB.


Border color

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

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

This div border color is #E8CDBB.


Opacity

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

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

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

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

This text has shadow with #E8CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CDBB on black background.


Color preview on white background

This text has color #E8CDBB on white background.



Black color preview on #E8CDBB background

This text has black color on #E8CDBB background.


White color preview on #E8CDBB background

This text has white color on #E8CDBB background.