COLOR #E8C6AF

HEX: #E8C6AF RGB: (232,198,175)

Color info

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

RGB color model

#E8C6AF color RGB value is (232,198,175).

RGB: (232,198,175) (91%, 78%, 69%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 175 of 255 = 69%

232
198
175

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

Portions of RGB colors in percentages

R + G + B = 232 + 198 + 175 = 605 (100%)
R 232 of 605 ~ 38.35%
G 198 of 605 ~ 32.73%
B 175 of 605 ~ 28.93'%

%38.35
%32.73
%28.93

CMYK color model

#E8C6AF color CMYK value is (0,15,25,9).

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

CMYK: (0,15,25,9)
C0M15Y25K9 (0%, 15%, 25%, 9%)
(0.00 / 0.15 / 0.25 / 0.09)

CMYK percentages

%0
%14.66
%24.57
%9.02

Codes

Color #E8C6AF in popluar color models

E8 C6 AF
RGB 232 198 175
HSL 24° 55.34% 79.80%
HSB/HSV 24° 24.57% 90.98%
CMYK 0.00% 14.66% 24.57%
9.02%

Color #E8C6AF in popluar number systems.

HEX E8 C6 AF
Decimal 232 198 175
Binary 11101000 11000110 10101111
Octal 350 306 257

Shades and tints

Shades of #E8C6AF

#E8C6AF
(232,198,175)
#D3B4A0
(211,180,160)
#BEA291
(190,162,145)
#A99082
(169,144,130)
#947E73
(148,126,115)
#7F6C64
(127,108,100)
#6A5A55
(106,90,85)
#554846
(85,72,70)
#403637
(64,54,55)
#2B2428
(43,36,40)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #E8C6AF

#E8C6AF
(232,198,175)
#EACBB6
(234,203,182)
#ECD0BD
(236,208,189)
#EED5C4
(238,213,196)
#F0DACB
(240,218,203)
#F2DFD2
(242,223,210)
#F4E4D9
(244,228,217)
#F6E9E0
(246,233,224)
#F8EEE7
(248,238,231)
#FAF3EE
(250,243,238)
#FCF8F5
(252,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C6AF; }

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

This text font color is #E8C6AF.

Background Color

.myBgColor { background-color: #E8C6AF; }

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

This div background color is #E8C6AF.

Border color

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

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

This div border color is #E8C6AF.

Opacity

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

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

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

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

This text has shadow with #E8C6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C6AF.

Preview

Color preview on black background

This text has color #E8C6AF on black background.


Color preview on white background

This text has color #E8C6AF on white background.


Black color preview on #E8C6AF background

This text has black color on #E8C6AF background.


White color preview on #E8C6AF background

This text has white color on #E8C6AF background.


Related colors

Complementary color

Complementary color for #hex is #173950.


I love getcolorcode.com

Triadic colors

1 #AFE8C6 and #C6AFE8 with #E8C6AF are triadic colors.

2 #AFC6E8 and #C6E8AF with #E8C6AF are triadic colors.