COLOR #E5CBB4

HEX: #E5CBB4 RGB: (229,203,180)

Color info

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

RGB color model

#E5CBB4 color RGB value is (229,203,180).

RGB: (229,203,180) (90%, 80%, 71%)

RGB channels and saturation

R 229 of 255 = 90%
G 203 of 255 = 80%
B 180 of 255 = 71%

229
203
180

R + G + B ~ 80%. #E5CBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 203 + 180 = 612 (100%)
R 229 of 612 ~ 37.42%
G 203 of 612 ~ 33.17%
B 180 of 612 ~ 29.41'%

%37.42
%33.17
%29.41

CMYK color model

#E5CBB4 color CMYK value is (0,11,21,10).

  • cyan value is 0.00%
  • magenta value is 11.35%
  • yellow value is 21.40%
  • key color value is 10.20%
CMYK: (0,11,21,10) C0M11Y21K10 (0%,11%,21%,10%) (0.00/0.11/0.21/0.10) 

CMYK percentages

%0
%11.35
%21.4
%10.2

Codes

Color #E5CBB4 in popluar color models

E5 CB B4
RGB 229 203 180
HSL 28° 48.51% 80.20%
HSB/HSV 28° 21.40% 89.80%
CMYK 0.00% 11.35% 21.40%
10.20%

Color #E5CBB4 in popluar number systems.

HEX E5 CB B4
Decimal 229 203 180
Binary 11100101 11001011 10110100
Octal 345 313 264

Shades and tints

Shades of #E5CBB4

#E5CBB4
(229,203,180)
#D1B9A4
(209,185,164)
#BDA794
(189,167,148)
#A99584
(169,149,132)
#958374
(149,131,116)
#817164
(129,113,100)
#6D5F54
(109,95,84)
#594D44
(89,77,68)
#453B34
(69,59,52)
#312924
(49,41,36)
#1D1714
(29,23,20)
#000000
(0,0,0)

Tints of #E5CBB4

#E5CBB4
(229,203,180)
#E7CFBA
(231,207,186)
#E9D3C0
(233,211,192)
#EBD7C6
(235,215,198)
#EDDBCC
(237,219,204)
#EFDFD2
(239,223,210)
#F1E3D8
(241,227,216)
#F3E7DE
(243,231,222)
#F5EBE4
(245,235,228)
#F7EFEA
(247,239,234)
#F9F3F0
(249,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CBB4 color. Also use rgb(229,203,180) instead hex code.

Text Font Color

.myTextColor { color: #E5CBB4; }

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

This text font color is #E5CBB4.

Background Color

.myBgColor { background-color: #E5CBB4; }

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

This div background color is #E5CBB4.

Border color

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

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

This div border color is #E5CBB4.

Opacity

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

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

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

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

This text has shadow with #E5CBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CBB4.

Preview

Color preview on black background

This text has color #E5CBB4 on black background.


Color preview on white background

This text has color #E5CBB4 on white background.


Black color preview on #E5CBB4 background

This text has black color on #E5CBB4 background.


White color preview on #E5CBB4 background

This text has white color on #E5CBB4 background.


Related colors

Complementary color

Complementary color for #hex is #1A344B.


I love getcolorcode.com

Triadic colors

1 #B4E5CB and #CBB4E5 with #E5CBB4 are triadic colors.

2 #B4CBE5 and #CBE5B4 with #E5CBB4 are triadic colors.