COLOR #E8CBA4

HEX: #E8CBA4
RGB: (232,203,164)

Color info

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

RGB color model

#E8CBA4 color RGB value is (232,203,164).

  • red value is 232;
  • green value is 203;
  • blue value is 164.
RGB:
(232,203,164)
(91%,80%,64%)

RGB channels and saturation

R 232 of 255 = 91%
G 203 of 255 = 80%
B 164 of 255 = 64%

232
203
164

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

Portions of RGB colors in percentages

R + G + B =
232 + 203 + 164 = 599 (100%)
R 232 of 599 ~ 38.73%
G 203 of 599 ~ 33.89%
B 164 of 599 ~ 27.38%

%38.73
%33.89
%27.38

CMYK color model

#E8CBA4 color CMYK value is (0,13,29,9).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 29.31%
  • key color value is 9.02%
CMYK:
(0,13,29,9)
C0M13Y29K9 
(0%,13%,29%,9%)
(0.00/0.13/0.29/0.09)	

CMYK percentages

%0
%12.5
%29.31
%9.02

Codes

Color #E8CBA4 in popluar color models

E8CBA4
RGB232203164
HSL34°59.65%77.65%
HSB/HSV34°29.31%90.98%
CMYK0.00%12.50%29.31%
9.02%

Color #E8CBA4 in popluar number systems.

HEXE8CBA4
Decimal232203164
Binary111010001100101110100100
Octal350313244

Shades and tints

Shades of #E8CBA4

#E8CBA4
(232,203,164)
#D3B996
(211,185,150)
#BEA788
(190,167,136)
#A9957A
(169,149,122)
#94836C
(148,131,108)
#7F715E
(127,113,94)
#6A5F50
(106,95,80)
#554D42
(85,77,66)
#403B34
(64,59,52)
#2B2926
(43,41,38)
#161718
(22,23,24)
#000000
(0,0,0)

Tints of #E8CBA4

#E8CBA4
(232,203,164)
#EACFAC
(234,207,172)
#ECD3B4
(236,211,180)
#EED7BC
(238,215,188)
#F0DBC4
(240,219,196)
#F2DFCC
(242,223,204)
#F4E3D4
(244,227,212)
#F6E7DC
(246,231,220)
#F8EBE4
(248,235,228)
#FAEFEC
(250,239,236)
#FCF3F4
(252,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8CBA4; }

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

This text font color is #E8CBA4.


Background Color

.myBgColor { background-color: #E8CBA4; }

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

This div background color is #E8CBA4.


Border color

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

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

This div border color is #E8CBA4.


Opacity

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

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

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

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

This text has shadow with #E8CBA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8CBA4 on black background.


Color preview on white background

This text has color #E8CBA4 on white background.



Black color preview on #E8CBA4 background

This text has black color on #E8CBA4 background.


White color preview on #E8CBA4 background

This text has white color on #E8CBA4 background.