COLOR #E8CB9F

HEX: #E8CB9F RGB: (232,203,159)

Color info

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

RGB color model

#E8CB9F color RGB value is (232,203,159).

RGB: (232,203,159) (91%, 80%, 62%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 159 of 255 = 62%

232
203
159

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

Portions of RGB colors in percentages

R + G + B = 232 + 203 + 159 = 594 (100%)
R 232 of 594 ~ 39.06%
G 203 of 594 ~ 34.18%
B 159 of 594 ~ 26.77'%

%39.06
%34.18
%26.77

CMYK color model

#E8CB9F color CMYK value is (0,13,31,9).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 31.47%
  • key color value is 9.02%

CMYK: (0,13,31,9)
C0M13Y31K9 (0%, 13%, 31%, 9%)
(0.00 / 0.13 / 0.31 / 0.09)

CMYK percentages

%0
%12.5
%31.47
%9.02

Codes

Color #E8CB9F in popluar color models

E8 CB 9F
RGB 232 203 159
HSL 36° 61.34% 76.67%
HSB/HSV 36° 31.47% 90.98%
CMYK 0.00% 12.50% 31.47%
9.02%

Color #E8CB9F in popluar number systems.

HEX E8 CB 9F
Decimal 232 203 159
Binary 11101000 11001011 10011111
Octal 350 313 237

Shades and tints

Shades of #E8CB9F

#E8CB9F
(232,203,159)
#D3B991
(211,185,145)
#BEA783
(190,167,131)
#A99575
(169,149,117)
#948367
(148,131,103)
#7F7159
(127,113,89)
#6A5F4B
(106,95,75)
#554D3D
(85,77,61)
#403B2F
(64,59,47)
#2B2921
(43,41,33)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #E8CB9F

#E8CB9F
(232,203,159)
#EACFA7
(234,207,167)
#ECD3AF
(236,211,175)
#EED7B7
(238,215,183)
#F0DBBF
(240,219,191)
#F2DFC7
(242,223,199)
#F4E3CF
(244,227,207)
#F6E7D7
(246,231,215)
#F8EBDF
(248,235,223)
#FAEFE7
(250,239,231)
#FCF3EF
(252,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8CB9F color. Also use rgb(232,203,159) instead hex code.

Text Font Color

.myTextColor { color: #E8CB9F; }

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

This text font color is #E8CB9F.

Background Color

.myBgColor { background-color: #E8CB9F; }

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

This div background color is #E8CB9F.

Border color

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

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

This div border color is #E8CB9F.

Opacity

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

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

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

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

This text has shadow with #E8CB9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E8CB9F.

Preview

Color preview on black background

This text has color #E8CB9F on black background.


Color preview on white background

This text has color #E8CB9F on white background.


Black color preview on #E8CB9F background

This text has black color on #E8CB9F background.


White color preview on #E8CB9F background

This text has white color on #E8CB9F background.


Related colors

Complementary color

Complementary color for #hex is #173460.


I love getcolorcode.com

Triadic colors

1 #9FE8CB and #CB9FE8 with #E8CB9F are triadic colors.

2 #9FCBE8 and #CBE89F with #E8CB9F are triadic colors.