COLOR #E5CDBB

HEX: #E5CDBB RGB: (229,205,187)

Color info

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

RGB color model

#E5CDBB color RGB value is (229,205,187).

RGB: (229,205,187) (90%, 80%, 73%)

RGB channels and saturation

R 229 of 255 = 90%
G 205 of 255 = 80%
B 187 of 255 = 73%

229
205
187

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

Portions of RGB colors in percentages

R + G + B = 229 + 205 + 187 = 621 (100%)
R 229 of 621 ~ 36.88%
G 205 of 621 ~ 33.01%
B 187 of 621 ~ 30.11'%

%36.88
%33.01
%30.11

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.48%
  • yellow value is 18.34%
  • key color value is 10.20%

CMYK: (0,10,18,10)
C0M10Y18K10 (0%, 10%, 18%, 10%)
(0.00 / 0.10 / 0.18 / 0.10)

CMYK percentages

%0
%10.48
%18.34
%10.2

Codes

Color #E5CDBB in popluar color models

E5 CD BB
RGB 229 205 187
HSL 26° 44.68% 81.57%
HSB/HSV 26° 18.34% 89.80%
CMYK 0.00% 10.48% 18.34%
10.20%

Color #E5CDBB in popluar number systems.

HEX E5 CD BB
Decimal 229 205 187
Binary 11100101 11001101 10111011
Octal 345 315 273

Shades and tints

Shades of #E5CDBB

#E5CDBB
(229,205,187)
#D1BBAA
(209,187,170)
#BDA999
(189,169,153)
#A99788
(169,151,136)
#958577
(149,133,119)
#817366
(129,115,102)
#6D6155
(109,97,85)
#594F44
(89,79,68)
#453D33
(69,61,51)
#312B22
(49,43,34)
#1D1911
(29,25,17)
#000000
(0,0,0)

Tints of #E5CDBB

#E5CDBB
(229,205,187)
#E7D1C1
(231,209,193)
#E9D5C7
(233,213,199)
#EBD9CD
(235,217,205)
#EDDDD3
(237,221,211)
#EFE1D9
(239,225,217)
#F1E5DF
(241,229,223)
#F3E9E5
(243,233,229)
#F5EDEB
(245,237,235)
#F7F1F1
(247,241,241)
#F9F5F7
(249,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CDBB color. Also use rgb(229,205,187) instead hex code.

Text Font Color

.myTextColor { color: #E5CDBB; }

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

This text font color is #E5CDBB.

Background Color

.myBgColor { background-color: #E5CDBB; }

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

This div background color is #E5CDBB.

Border color

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

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

This div border color is #E5CDBB.

Opacity

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

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

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

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

This text has shadow with #E5CDBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CDBB.

Preview

Color preview on black background

This text has color #E5CDBB on black background.


Color preview on white background

This text has color #E5CDBB on white background.


Black color preview on #E5CDBB background

This text has black color on #E5CDBB background.


White color preview on #E5CDBB background

This text has white color on #E5CDBB background.


Related colors

Complementary color

Complementary color for #hex is #1A3244.


I love getcolorcode.com

Triadic colors

1 #BBE5CD and #CDBBE5 with #E5CDBB are triadic colors.

2 #BBCDE5 and #CDE5BB with #E5CDBB are triadic colors.