COLOR #E8C6A7

HEX: #E8C6A7 RGB: (232,198,167)

Color info

#E8C6A7 contains mainly red and green colors. Web safe color of #E8C6A7 is #FFCC99 (or #FC9).

RGB color model

#E8C6A7 color RGB value is (232,198,167).

RGB: (232,198,167) (91%, 78%, 65%)

RGB channels and saturation

R 232 of 255 = 91%
G 198 of 255 = 78%
B 167 of 255 = 65%

232
198
167

R + G + B ~ 78%. #E8C6A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 232 + 198 + 167 = 597 (100%)
R 232 of 597 ~ 38.86%
G 198 of 597 ~ 33.17%
B 167 of 597 ~ 27.97'%

%38.86
%33.17
%27.97

CMYK color model

#E8C6A7 color CMYK value is (0,15,28,9).

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

CMYK: (0,15,28,9)
C0M15Y28K9 (0%, 15%, 28%, 9%)
(0.00 / 0.15 / 0.28 / 0.09)

CMYK percentages

%0
%14.66
%28.02
%9.02

Codes

Color #E8C6A7 in popluar color models

E8 C6 A7
RGB 232 198 167
HSL 29° 58.56% 78.24%
HSB/HSV 29° 28.02% 90.98%
CMYK 0.00% 14.66% 28.02%
9.02%

Color #E8C6A7 in popluar number systems.

HEX E8 C6 A7
Decimal 232 198 167
Binary 11101000 11000110 10100111
Octal 350 306 247

Shades and tints

Shades of #E8C6A7

#E8C6A7
(232,198,167)
#D3B498
(211,180,152)
#BEA289
(190,162,137)
#A9907A
(169,144,122)
#947E6B
(148,126,107)
#7F6C5C
(127,108,92)
#6A5A4D
(106,90,77)
#55483E
(85,72,62)
#40362F
(64,54,47)
#2B2420
(43,36,32)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #E8C6A7

#E8C6A7
(232,198,167)
#EACBAF
(234,203,175)
#ECD0B7
(236,208,183)
#EED5BF
(238,213,191)
#F0DAC7
(240,218,199)
#F2DFCF
(242,223,207)
#F4E4D7
(244,228,215)
#F6E9DF
(246,233,223)
#F8EEE7
(248,238,231)
#FAF3EF
(250,243,239)
#FCF8F7
(252,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8C6A7; }

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

This text font color is #E8C6A7.

Background Color

.myBgColor { background-color: #E8C6A7; }

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

This div background color is #E8C6A7.

Border color

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

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

This div border color is #E8C6A7.

Opacity

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

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

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

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

This text has shadow with #E8C6A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8C6A7.

Preview

Color preview on black background

This text has color #E8C6A7 on black background.


Color preview on white background

This text has color #E8C6A7 on white background.


Black color preview on #E8C6A7 background

This text has black color on #E8C6A7 background.


White color preview on #E8C6A7 background

This text has white color on #E8C6A7 background.


Related colors

Complementary color

Complementary color for #hex is #173958.


I love getcolorcode.com

Triadic colors

1 #A7E8C6 and #C6A7E8 with #E8C6A7 are triadic colors.

2 #A7C6E8 and #C6E8A7 with #E8C6A7 are triadic colors.