COLOR #E8CCB9

HEX: #E8CCB9
RGB: (232,204,185)

Color info

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

RGB color model

#E8CCB9 color RGB value is (232,204,185).

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

RGB channels and saturation

R 232 of 255 = 91%
G 204 of 255 = 80%
B 185 of 255 = 73%

232
204
185

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

Portions of RGB colors in percentages

R + G + B =
232 + 204 + 185 = 621 (100%)
R 232 of 621 ~ 37.36%
G 204 of 621 ~ 32.85%
B 185 of 621 ~ 29.79%

%37.36
%32.85
%29.79

CMYK color model

#E8CCB9 color CMYK value is (0,12,20,9).

  • cyan value is 0.00%
  • magenta value is 12.07%
  • yellow value is 20.26%
  • key color value is 9.02%
CMYK:
(0,12,20,9)
C0M12Y20K9 
(0%,12%,20%,9%)
(0.00/0.12/0.20/0.09)	

CMYK percentages

%0
%12.07
%20.26
%9.02

Codes

Color #E8CCB9 in popluar color models

E8CCB9
RGB232204185
HSL24°50.54%81.76%
HSB/HSV24°20.26%90.98%
CMYK0.00%12.07%20.26%
9.02%

Color #E8CCB9 in popluar number systems.

HEXE8CCB9
Decimal232204185
Binary111010001100110010111001
Octal350314271

Shades and tints

Shades of #E8CCB9

#E8CCB9
(232,204,185)
#D3BAA9
(211,186,169)
#BEA899
(190,168,153)
#A99689
(169,150,137)
#948479
(148,132,121)
#7F7269
(127,114,105)
#6A6059
(106,96,89)
#554E49
(85,78,73)
#403C39
(64,60,57)
#2B2A29
(43,42,41)
#161819
(22,24,25)
#000000
(0,0,0)

Tints of #E8CCB9

#E8CCB9
(232,204,185)
#EAD0BF
(234,208,191)
#ECD4C5
(236,212,197)
#EED8CB
(238,216,203)
#F0DCD1
(240,220,209)
#F2E0D7
(242,224,215)
#F4E4DD
(244,228,221)
#F6E8E3
(246,232,227)
#F8ECE9
(248,236,233)
#FAF0EF
(250,240,239)
#FCF4F5
(252,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CCB9 color. Also use rgb(232,204,185) instead hex code.

Text Font Color

.myTextColor { color: #E8CCB9; }

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

This text font color is #E8CCB9.


Background Color

.myBgColor { background-color: #E8CCB9; }

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

This div background color is #E8CCB9.


Border color

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

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

This div border color is #E8CCB9.


Opacity

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

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

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

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

This text has shadow with #E8CCB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CCB9 on black background.


Color preview on white background

This text has color #E8CCB9 on white background.



Black color preview on #E8CCB9 background

This text has black color on #E8CCB9 background.


White color preview on #E8CCB9 background

This text has white color on #E8CCB9 background.