COLOR #E0CAB6

HEX: #E0CAB6 RGB: (224,202,182)

Color info

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

RGB color model

#E0CAB6 color RGB value is (224,202,182).

RGB: (224,202,182) (88%, 79%, 71%)

RGB channels and saturation

R 224 of 255 = 88%
G 202 of 255 = 79%
B 182 of 255 = 71%

224
202
182

R + G + B ~ 79%. #E0CAB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 224 + 202 + 182 = 608 (100%)
R 224 of 608 ~ 36.84%
G 202 of 608 ~ 33.22%
B 182 of 608 ~ 29.93'%

%36.84
%33.22
%29.93

CMYK color model

#E0CAB6 color CMYK value is (0,10,19,12).

  • cyan value is 0.00%
  • magenta value is 9.82%
  • yellow value is 18.75%
  • key color value is 12.16%

CMYK: (0,10,19,12)
C0M10Y19K12 (0%, 10%, 19%, 12%)
(0.00 / 0.10 / 0.19 / 0.12)

CMYK percentages

%0
%9.82
%18.75
%12.16

Codes

Color #E0CAB6 in popluar color models

E0 CA B6
RGB 224 202 182
HSL 29° 40.38% 79.61%
HSB/HSV 29° 18.75% 87.84%
CMYK 0.00% 9.82% 18.75%
12.16%

Color #E0CAB6 in popluar number systems.

HEX E0 CA B6
Decimal 224 202 182
Binary 11100000 11001010 10110110
Octal 340 312 266

Shades and tints

Shades of #E0CAB6

#E0CAB6
(224,202,182)
#CCB8A6
(204,184,166)
#B8A696
(184,166,150)
#A49486
(164,148,134)
#908276
(144,130,118)
#7C7066
(124,112,102)
#685E56
(104,94,86)
#544C46
(84,76,70)
#403A36
(64,58,54)
#2C2826
(44,40,38)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #E0CAB6

#E0CAB6
(224,202,182)
#E2CEBC
(226,206,188)
#E4D2C2
(228,210,194)
#E6D6C8
(230,214,200)
#E8DACE
(232,218,206)
#EADED4
(234,222,212)
#ECE2DA
(236,226,218)
#EEE6E0
(238,230,224)
#F0EAE6
(240,234,230)
#F2EEEC
(242,238,236)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E0CAB6 color. Also use rgb(224,202,182) instead hex code.

Text Font Color

.myTextColor { color: #E0CAB6; }

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

This text font color is #E0CAB6.

Background Color

.myBgColor { background-color: #E0CAB6; }

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

This div background color is #E0CAB6.

Border color

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

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

This div border color is #E0CAB6.

Opacity

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

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

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

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

This text has shadow with #E0CAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0CAB6.

Preview

Color preview on black background

This text has color #E0CAB6 on black background.


Color preview on white background

This text has color #E0CAB6 on white background.


Black color preview on #E0CAB6 background

This text has black color on #E0CAB6 background.


White color preview on #E0CAB6 background

This text has white color on #E0CAB6 background.


Related colors

Complementary color

Complementary color for #hex is #1F3549.


I love getcolorcode.com

Triadic colors

1 #B6E0CA and #CAB6E0 with #E0CAB6 are triadic colors.

2 #B6CAE0 and #CAE0B6 with #E0CAB6 are triadic colors.