COLOR #E8E4CA

HEX: #E8E4CA
RGB: (232,228,202)

Color info

#E8E4CA contains red, green and blue colors in about the same proportion. Web safe color of #E8E4CA is #FFCCCC (or #FCC).

RGB color model

#E8E4CA color RGB value is (232,228,202).

  • red value is 232;
  • green value is 228;
  • blue value is 202.
RGB:
(232,228,202)
(91%,89%,79%)

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 202 of 255 = 79%

232
228
202

R + G + B ~ 86%. #E8E4CA is light color.

Portions of RGB colors in percentages

R + G + B =
232 + 228 + 202 = 662 (100%)
R 232 of 662 ~ 35.05%
G 228 of 662 ~ 34.44%
B 202 of 662 ~ 30.51%

%35.05
%34.44
%30.51

CMYK color model

#E8E4CA color CMYK value is (0,2,13,9).

  • cyan value is 0.00%
  • magenta value is 1.72%
  • yellow value is 12.93%
  • key color value is 9.02%
CMYK:
(0,2,13,9)
C0M2Y13K9 
(0%,2%,13%,9%)
(0.00/0.02/0.13/0.09)	

CMYK percentages

%0
%1.72
%12.93
%9.02

Codes

Color #E8E4CA in popluar color models

E8E4CA
RGB232228202
HSL52°39.47%85.10%
HSB/HSV52°12.93%90.98%
CMYK0.00%1.72%12.93%
9.02%

Color #E8E4CA in popluar number systems.

HEXE8E4CA
Decimal232228202
Binary111010001110010011001010
Octal350344312

Shades and tints

Shades of #E8E4CA

#E8E4CA
(232,228,202)
#D3D0B8
(211,208,184)
#BEBCA6
(190,188,166)
#A9A894
(169,168,148)
#949482
(148,148,130)
#7F8070
(127,128,112)
#6A6C5E
(106,108,94)
#55584C
(85,88,76)
#40443A
(64,68,58)
#2B3028
(43,48,40)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #E8E4CA

#E8E4CA
(232,228,202)
#EAE6CE
(234,230,206)
#ECE8D2
(236,232,210)
#EEEAD6
(238,234,214)
#F0ECDA
(240,236,218)
#F2EEDE
(242,238,222)
#F4F0E2
(244,240,226)
#F6F2E6
(246,242,230)
#F8F4EA
(248,244,234)
#FAF6EE
(250,246,238)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8E4CA color. Also use rgb(232,228,202) instead hex code.

Text Font Color

.myTextColor { color: #E8E4CA; }

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

This text font color is #E8E4CA.


Background Color

.myBgColor { background-color: #E8E4CA; }

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

This div background color is #E8E4CA.


Border color

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

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

This div border color is #E8E4CA.


Opacity

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

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

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

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

This text has shadow with #E8E4CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E4CA on black background.


Color preview on white background

This text has color #E8E4CA on white background.



Black color preview on #E8E4CA background

This text has black color on #E8E4CA background.


White color preview on #E8E4CA background

This text has white color on #E8E4CA background.