COLOR #E8C3B9

HEX: #E8C3B9 RGB: (232,195,185)

Color info

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

RGB color model

#E8C3B9 color RGB value is (232,195,185).

RGB: (232,195,185) (91%, 76%, 73%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 185 of 255 = 73%

232
195
185

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

Portions of RGB colors in percentages

R + G + B = 232 + 195 + 185 = 612 (100%)
R 232 of 612 ~ 37.91%
G 195 of 612 ~ 31.86%
B 185 of 612 ~ 30.23'%

%37.91
%31.86
%30.23

CMYK color model

#E8C3B9 color CMYK value is (0,16,20,9).

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

CMYK: (0,16,20,9)
C0M16Y20K9 (0%, 16%, 20%, 9%)
(0.00 / 0.16 / 0.20 / 0.09)

CMYK percentages

%0
%15.95
%20.26
%9.02

Codes

Color #E8C3B9 in popluar color models

E8 C3 B9
RGB 232 195 185
HSL 13° 50.54% 81.76%
HSB/HSV 13° 20.26% 90.98%
CMYK 0.00% 15.95% 20.26%
9.02%

Color #E8C3B9 in popluar number systems.

HEX E8 C3 B9
Decimal 232 195 185
Binary 11101000 11000011 10111001
Octal 350 303 271

Shades and tints

Shades of #E8C3B9

#E8C3B9
(232,195,185)
#D3B2A9
(211,178,169)
#BEA199
(190,161,153)
#A99089
(169,144,137)
#947F79
(148,127,121)
#7F6E69
(127,110,105)
#6A5D59
(106,93,89)
#554C49
(85,76,73)
#403B39
(64,59,57)
#2B2A29
(43,42,41)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #E8C3B9

#E8C3B9
(232,195,185)
#EAC8BF
(234,200,191)
#ECCDC5
(236,205,197)
#EED2CB
(238,210,203)
#F0D7D1
(240,215,209)
#F2DCD7
(242,220,215)
#F4E1DD
(244,225,221)
#F6E6E3
(246,230,227)
#F8EBE9
(248,235,233)
#FAF0EF
(250,240,239)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C3B9; }

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

This text font color is #E8C3B9.

Background Color

.myBgColor { background-color: #E8C3B9; }

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

This div background color is #E8C3B9.

Border color

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

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

This div border color is #E8C3B9.

Opacity

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

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

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

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

This text has shadow with #E8C3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C3B9.

Preview

Color preview on black background

This text has color #E8C3B9 on black background.


Color preview on white background

This text has color #E8C3B9 on white background.


Black color preview on #E8C3B9 background

This text has black color on #E8C3B9 background.


White color preview on #E8C3B9 background

This text has white color on #E8C3B9 background.


Related colors

Complementary color

Complementary color for #hex is #173C46.


I love getcolorcode.com

Triadic colors

1 #B9E8C3 and #C3B9E8 with #E8C3B9 are triadic colors.

2 #B9C3E8 and #C3E8B9 with #E8C3B9 are triadic colors.