COLOR #E5CABC

HEX: #E5CABC RGB: (229,202,188)

Color info

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

RGB color model

#E5CABC color RGB value is (229,202,188).

RGB: (229,202,188) (90%, 79%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 202 of 255 = 79%
B 188 of 255 = 74%

229
202
188

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

Portions of RGB colors in percentages

R + G + B = 229 + 202 + 188 = 619 (100%)
R 229 of 619 ~ 37%
G 202 of 619 ~ 32.63%
B 188 of 619 ~ 30.37'%

%37
%32.63
%30.37

CMYK color model

#E5CABC color CMYK value is (0,12,18,10).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 17.90%
  • key color value is 10.20%

CMYK: (0,12,18,10)
C0M12Y18K10 (0%, 12%, 18%, 10%)
(0.00 / 0.12 / 0.18 / 0.10)

CMYK percentages

%0
%11.79
%17.9
%10.2

Codes

Color #E5CABC in popluar color models

E5 CA BC
RGB 229 202 188
HSL 20° 44.09% 81.76%
HSB/HSV 20° 17.90% 89.80%
CMYK 0.00% 11.79% 17.90%
10.20%

Color #E5CABC in popluar number systems.

HEX E5 CA BC
Decimal 229 202 188
Binary 11100101 11001010 10111100
Octal 345 312 274

Shades and tints

Shades of #E5CABC

#E5CABC
(229,202,188)
#D1B8AB
(209,184,171)
#BDA69A
(189,166,154)
#A99489
(169,148,137)
#958278
(149,130,120)
#817067
(129,112,103)
#6D5E56
(109,94,86)
#594C45
(89,76,69)
#453A34
(69,58,52)
#312823
(49,40,35)
#1D1612
(29,22,18)
#000000
(0,0,0)

Tints of #E5CABC

#E5CABC
(229,202,188)
#E7CEC2
(231,206,194)
#E9D2C8
(233,210,200)
#EBD6CE
(235,214,206)
#EDDAD4
(237,218,212)
#EFDEDA
(239,222,218)
#F1E2E0
(241,226,224)
#F3E6E6
(243,230,230)
#F5EAEC
(245,234,236)
#F7EEF2
(247,238,242)
#F9F2F8
(249,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CABC color. Also use rgb(229,202,188) instead hex code.

Text Font Color

.myTextColor { color: #E5CABC; }

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

This text font color is #E5CABC.

Background Color

.myBgColor { background-color: #E5CABC; }

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

This div background color is #E5CABC.

Border color

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

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

This div border color is #E5CABC.

Opacity

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

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

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

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

This text has shadow with #E5CABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CABC.

Preview

Color preview on black background

This text has color #E5CABC on black background.


Color preview on white background

This text has color #E5CABC on white background.


Black color preview on #E5CABC background

This text has black color on #E5CABC background.


White color preview on #E5CABC background

This text has white color on #E5CABC background.


Related colors

Complementary color

Complementary color for #hex is #1A3543.


I love getcolorcode.com

Triadic colors

1 #BCE5CA and #CABCE5 with #E5CABC are triadic colors.

2 #BCCAE5 and #CAE5BC with #E5CABC are triadic colors.