COLOR #E4CAC2

HEX: #E4CAC2
RGB: (228,202,194)

Color info

#E4CAC2 contains red, green and blue colors in about the same proportion. Web safe color of #E4CAC2 is #CCCCCC (or #CCC).

RGB color model

#E4CAC2 color RGB value is (228,202,194).

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

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 194 of 255 = 76%

228
202
194

R + G + B ~ 81%. #E4CAC2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 194 = 624 (100%)
R 228 of 624 ~ 36.54%
G 202 of 624 ~ 32.37%
B 194 of 624 ~ 31.09%

%36.54
%32.37
%31.09

CMYK color model

#E4CAC2 color CMYK value is (0,11,15,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 14.91%
  • key color value is 10.59%
CMYK:
(0,11,15,11)
C0M11Y15K11 
(0%,11%,15%,11%)
(0.00/0.11/0.15/0.11)	

CMYK percentages

%0
%11.4
%14.91
%10.59

Codes

Color #E4CAC2 in popluar color models

E4CAC2
RGB228202194
HSL14°38.64%82.75%
HSB/HSV14°14.91%89.41%
CMYK0.00%11.40%14.91%
10.59%

Color #E4CAC2 in popluar number systems.

HEXE4CAC2
Decimal228202194
Binary111001001100101011000010
Octal344312302

Shades and tints

Shades of #E4CAC2

#E4CAC2
(228,202,194)
#D0B8B1
(208,184,177)
#BCA6A0
(188,166,160)
#A8948F
(168,148,143)
#94827E
(148,130,126)
#80706D
(128,112,109)
#6C5E5C
(108,94,92)
#584C4B
(88,76,75)
#443A3A
(68,58,58)
#302829
(48,40,41)
#1C1618
(28,22,24)
#000000
(0,0,0)

Tints of #E4CAC2

#E4CAC2
(228,202,194)
#E6CEC7
(230,206,199)
#E8D2CC
(232,210,204)
#EAD6D1
(234,214,209)
#ECDAD6
(236,218,214)
#EEDEDB
(238,222,219)
#F0E2E0
(240,226,224)
#F2E6E5
(242,230,229)
#F4EAEA
(244,234,234)
#F6EEEF
(246,238,239)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CAC2; }

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

This text font color is #E4CAC2.


Background Color

.myBgColor { background-color: #E4CAC2; }

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

This div background color is #E4CAC2.


Border color

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

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

This div border color is #E4CAC2.


Opacity

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

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

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

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

This text has shadow with #E4CAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CAC2 on black background.


Color preview on white background

This text has color #E4CAC2 on white background.



Black color preview on #E4CAC2 background

This text has black color on #E4CAC2 background.


White color preview on #E4CAC2 background

This text has white color on #E4CAC2 background.