COLOR #E8C3AF

HEX: #E8C3AF RGB: (232,195,175)

Color info

#E8C3AF contains red, green and blue colors in about the same proportion. Web safe color of #E8C3AF is #FFCC99 (or #FC9).

RGB color model

#E8C3AF color RGB value is (232,195,175).

RGB: (232,195,175) (91%, 76%, 69%)

RGB channels and saturation

R 232 of 255 = 91%
G 195 of 255 = 76%
B 175 of 255 = 69%

232
195
175

R + G + B ~ 79%. #E8C3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 195 + 175 = 602 (100%)
R 232 of 602 ~ 38.54%
G 195 of 602 ~ 32.39%
B 175 of 602 ~ 29.07'%

%38.54
%32.39
%29.07

CMYK color model

#E8C3AF color CMYK value is (0,16,25,9).

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

CMYK: (0,16,25,9)
C0M16Y25K9 (0%, 16%, 25%, 9%)
(0.00 / 0.16 / 0.25 / 0.09)

CMYK percentages

%0
%15.95
%24.57
%9.02

Codes

Color #E8C3AF in popluar color models

E8 C3 AF
RGB 232 195 175
HSL 21° 55.34% 79.80%
HSB/HSV 21° 24.57% 90.98%
CMYK 0.00% 15.95% 24.57%
9.02%

Color #E8C3AF in popluar number systems.

HEX E8 C3 AF
Decimal 232 195 175
Binary 11101000 11000011 10101111
Octal 350 303 257

Shades and tints

Shades of #E8C3AF

#E8C3AF
(232,195,175)
#D3B2A0
(211,178,160)
#BEA191
(190,161,145)
#A99082
(169,144,130)
#947F73
(148,127,115)
#7F6E64
(127,110,100)
#6A5D55
(106,93,85)
#554C46
(85,76,70)
#403B37
(64,59,55)
#2B2A28
(43,42,40)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #E8C3AF

#E8C3AF
(232,195,175)
#EAC8B6
(234,200,182)
#ECCDBD
(236,205,189)
#EED2C4
(238,210,196)
#F0D7CB
(240,215,203)
#F2DCD2
(242,220,210)
#F4E1D9
(244,225,217)
#F6E6E0
(246,230,224)
#F8EBE7
(248,235,231)
#FAF0EE
(250,240,238)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C3AF; }

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

This text font color is #E8C3AF.

Background Color

.myBgColor { background-color: #E8C3AF; }

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

This div background color is #E8C3AF.

Border color

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

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

This div border color is #E8C3AF.

Opacity

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

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

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

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

This text has shadow with #E8C3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C3AF.

Preview

Color preview on black background

This text has color #E8C3AF on black background.


Color preview on white background

This text has color #E8C3AF on white background.


Black color preview on #E8C3AF background

This text has black color on #E8C3AF background.


White color preview on #E8C3AF background

This text has white color on #E8C3AF background.


Related colors

Complementary color

Complementary color for #hex is #173C50.


I love getcolorcode.com

Triadic colors

1 #AFE8C3 and #C3AFE8 with #E8C3AF are triadic colors.

2 #AFC3E8 and #C3E8AF with #E8C3AF are triadic colors.