COLOR #E4CAC0

HEX: #E4CAC0 RGB: (228,202,192)

Color info

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

RGB color model

#E4CAC0 color RGB value is (228,202,192).

RGB: (228,202,192) (89%, 79%, 75%)

RGB channels and saturation

R 228 of 255 = 89%
G 202 of 255 = 79%
B 192 of 255 = 75%

228
202
192

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

Portions of RGB colors in percentages

R + G + B = 228 + 202 + 192 = 622 (100%)
R 228 of 622 ~ 36.66%
G 202 of 622 ~ 32.48%
B 192 of 622 ~ 30.87'%

%36.66
%32.48
%30.87

CMYK color model

#E4CAC0 color CMYK value is (0,11,16,11).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 15.79%
  • key color value is 10.59%

CMYK: (0,11,16,11)
C0M11Y16K11 (0%, 11%, 16%, 11%)
(0.00 / 0.11 / 0.16 / 0.11)

CMYK percentages

%0
%11.4
%15.79
%10.59

Codes

Color #E4CAC0 in popluar color models

E4 CA C0
RGB 228 202 192
HSL 17° 40.00% 82.35%
HSB/HSV 17° 15.79% 89.41%
CMYK 0.00% 11.40% 15.79%
10.59%

Color #E4CAC0 in popluar number systems.

HEX E4 CA C0
Decimal 228 202 192
Binary 11100100 11001010 11000000
Octal 344 312 300

Shades and tints

Shades of #E4CAC0

#E4CAC0
(228,202,192)
#D0B8AF
(208,184,175)
#BCA69E
(188,166,158)
#A8948D
(168,148,141)
#94827C
(148,130,124)
#80706B
(128,112,107)
#6C5E5A
(108,94,90)
#584C49
(88,76,73)
#443A38
(68,58,56)
#302827
(48,40,39)
#1C1616
(28,22,22)
#000000
(0,0,0)

Tints of #E4CAC0

#E4CAC0
(228,202,192)
#E6CEC5
(230,206,197)
#E8D2CA
(232,210,202)
#EAD6CF
(234,214,207)
#ECDAD4
(236,218,212)
#EEDED9
(238,222,217)
#F0E2DE
(240,226,222)
#F2E6E3
(242,230,227)
#F4EAE8
(244,234,232)
#F6EEED
(246,238,237)
#F8F2F2
(248,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4CAC0; }

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

This text font color is #E4CAC0.

Background Color

.myBgColor { background-color: #E4CAC0; }

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

This div background color is #E4CAC0.

Border color

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

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

This div border color is #E4CAC0.

Opacity

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

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

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

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

This text has shadow with #E4CAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4CAC0.

Preview

Color preview on black background

This text has color #E4CAC0 on black background.


Color preview on white background

This text has color #E4CAC0 on white background.


Black color preview on #E4CAC0 background

This text has black color on #E4CAC0 background.


White color preview on #E4CAC0 background

This text has white color on #E4CAC0 background.


Related colors

Complementary color

Complementary color for #hex is #1B353F.


I love getcolorcode.com

Triadic colors

1 #C0E4CA and #CAC0E4 with #E4CAC0 are triadic colors.

2 #C0CAE4 and #CAE4C0 with #E4CAC0 are triadic colors.