COLOR #E8C0B9

HEX: #E8C0B9 RGB: (232,192,185)

Color info

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

RGB color model

#E8C0B9 color RGB value is (232,192,185).

RGB: (232,192,185) (91%, 75%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 192 of 255 = 75%
B 185 of 255 = 73%

232
192
185

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

Portions of RGB colors in percentages

R + G + B = 232 + 192 + 185 = 609 (100%)
R 232 of 609 ~ 38.1%
G 192 of 609 ~ 31.53%
B 185 of 609 ~ 30.38'%

%38.1
%31.53
%30.38

CMYK color model

#E8C0B9 color CMYK value is (0,17,20,9).

  • cyan value is 0.00%
  • magenta value is 17.24%
  • yellow value is 20.26%
  • key color value is 9.02%

CMYK: (0,17,20,9)
C0M17Y20K9 (0%, 17%, 20%, 9%)
(0.00 / 0.17 / 0.20 / 0.09)

CMYK percentages

%0
%17.24
%20.26
%9.02

Codes

Color #E8C0B9 in popluar color models

E8 C0 B9
RGB 232 192 185
HSL 50.54% 81.76%
HSB/HSV 20.26% 90.98%
CMYK 0.00% 17.24% 20.26%
9.02%

Color #E8C0B9 in popluar number systems.

HEX E8 C0 B9
Decimal 232 192 185
Binary 11101000 11000000 10111001
Octal 350 300 271

Shades and tints

Shades of #E8C0B9

#E8C0B9
(232,192,185)
#D3AFA9
(211,175,169)
#BE9E99
(190,158,153)
#A98D89
(169,141,137)
#947C79
(148,124,121)
#7F6B69
(127,107,105)
#6A5A59
(106,90,89)
#554949
(85,73,73)
#403839
(64,56,57)
#2B2729
(43,39,41)
#161619
(22,22,25)
#000000
(0,0,0)

Tints of #E8C0B9

#E8C0B9
(232,192,185)
#EAC5BF
(234,197,191)
#ECCAC5
(236,202,197)
#EECFCB
(238,207,203)
#F0D4D1
(240,212,209)
#F2D9D7
(242,217,215)
#F4DEDD
(244,222,221)
#F6E3E3
(246,227,227)
#F8E8E9
(248,232,233)
#FAEDEF
(250,237,239)
#FCF2F5
(252,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C0B9; }

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

This text font color is #E8C0B9.

Background Color

.myBgColor { background-color: #E8C0B9; }

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

This div background color is #E8C0B9.

Border color

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

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

This div border color is #E8C0B9.

Opacity

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

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

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

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

This text has shadow with #E8C0B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C0B9.

Preview

Color preview on black background

This text has color #E8C0B9 on black background.


Color preview on white background

This text has color #E8C0B9 on white background.


Black color preview on #E8C0B9 background

This text has black color on #E8C0B9 background.


White color preview on #E8C0B9 background

This text has white color on #E8C0B9 background.


Related colors

Complementary color

Complementary color for #hex is #173F46.


I love getcolorcode.com

Triadic colors

1 #B9E8C0 and #C0B9E8 with #E8C0B9 are triadic colors.

2 #B9C0E8 and #C0E8B9 with #E8C0B9 are triadic colors.