COLOR #E4CAC1

HEX: #E4CAC1
RGB: (228,202,193)

Color info

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

RGB color model

#E4CAC1 color RGB value is (228,202,193).

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

RGB channels and saturation

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

228
202
193

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

Portions of RGB colors in percentages

R + G + B =
228 + 202 + 193 = 623 (100%)
R 228 of 623 ~ 36.6%
G 202 of 623 ~ 32.42%
B 193 of 623 ~ 30.98%

%36.6
%32.42
%30.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 15.35%
  • 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
%15.35
%10.59

Codes

Color #E4CAC1 in popluar color models

E4CAC1
RGB228202193
HSL15°39.33%82.55%
HSB/HSV15°15.35%89.41%
CMYK0.00%11.40%15.35%
10.59%

Color #E4CAC1 in popluar number systems.

HEXE4CAC1
Decimal228202193
Binary111001001100101011000001
Octal344312301

Shades and tints

Shades of #E4CAC1

#E4CAC1
(228,202,193)
#D0B8B0
(208,184,176)
#BCA69F
(188,166,159)
#A8948E
(168,148,142)
#94827D
(148,130,125)
#80706C
(128,112,108)
#6C5E5B
(108,94,91)
#584C4A
(88,76,74)
#443A39
(68,58,57)
#302828
(48,40,40)
#1C1617
(28,22,23)
#000000
(0,0,0)

Tints of #E4CAC1

#E4CAC1
(228,202,193)
#E6CEC6
(230,206,198)
#E8D2CB
(232,210,203)
#EAD6D0
(234,214,208)
#ECDAD5
(236,218,213)
#EEDEDA
(238,222,218)
#F0E2DF
(240,226,223)
#F2E6E4
(242,230,228)
#F4EAE9
(244,234,233)
#F6EEEE
(246,238,238)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CAC1; }

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

This text font color is #E4CAC1.


Background Color

.myBgColor { background-color: #E4CAC1; }

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

This div background color is #E4CAC1.


Border color

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

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

This div border color is #E4CAC1.


Opacity

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

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

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

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

This text has shadow with #E4CAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4CAC1 on black background.


Color preview on white background

This text has color #E4CAC1 on white background.



Black color preview on #E4CAC1 background

This text has black color on #E4CAC1 background.


White color preview on #E4CAC1 background

This text has white color on #E4CAC1 background.