COLOR #E5CCBD

HEX: #E5CCBD RGB: (229,204,189)

Color info

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

RGB color model

#E5CCBD color RGB value is (229,204,189).

RGB: (229,204,189) (90%, 80%, 74%)

RGB channels and saturation

R 229 of 255 = 90%
G 204 of 255 = 80%
B 189 of 255 = 74%

229
204
189

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

Portions of RGB colors in percentages

R + G + B = 229 + 204 + 189 = 622 (100%)
R 229 of 622 ~ 36.82%
G 204 of 622 ~ 32.8%
B 189 of 622 ~ 30.39'%

%36.82
%32.8
%30.39

CMYK color model

#E5CCBD color CMYK value is (0,11,17,10).

  • cyan value is 0.00%
  • magenta value is 10.92%
  • yellow value is 17.47%
  • key color value is 10.20%

CMYK: (0,11,17,10)
C0M11Y17K10 (0%, 11%, 17%, 10%)
(0.00 / 0.11 / 0.17 / 0.10)

CMYK percentages

%0
%10.92
%17.47
%10.2

Codes

Color #E5CCBD in popluar color models

E5 CC BD
RGB 229 204 189
HSL 23° 43.48% 81.96%
HSB/HSV 23° 17.47% 89.80%
CMYK 0.00% 10.92% 17.47%
10.20%

Color #E5CCBD in popluar number systems.

HEX E5 CC BD
Decimal 229 204 189
Binary 11100101 11001100 10111101
Octal 345 314 275

Shades and tints

Shades of #E5CCBD

#E5CCBD
(229,204,189)
#D1BAAC
(209,186,172)
#BDA89B
(189,168,155)
#A9968A
(169,150,138)
#958479
(149,132,121)
#817268
(129,114,104)
#6D6057
(109,96,87)
#594E46
(89,78,70)
#453C35
(69,60,53)
#312A24
(49,42,36)
#1D1813
(29,24,19)
#000000
(0,0,0)

Tints of #E5CCBD

#E5CCBD
(229,204,189)
#E7D0C3
(231,208,195)
#E9D4C9
(233,212,201)
#EBD8CF
(235,216,207)
#EDDCD5
(237,220,213)
#EFE0DB
(239,224,219)
#F1E4E1
(241,228,225)
#F3E8E7
(243,232,231)
#F5ECED
(245,236,237)
#F7F0F3
(247,240,243)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5CCBD color. Also use rgb(229,204,189) instead hex code.

Text Font Color

.myTextColor { color: #E5CCBD; }

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

This text font color is #E5CCBD.

Background Color

.myBgColor { background-color: #E5CCBD; }

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

This div background color is #E5CCBD.

Border color

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

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

This div border color is #E5CCBD.

Opacity

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

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

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

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

This text has shadow with #E5CCBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5CCBD.

Preview

Color preview on black background

This text has color #E5CCBD on black background.


Color preview on white background

This text has color #E5CCBD on white background.


Black color preview on #E5CCBD background

This text has black color on #E5CCBD background.


White color preview on #E5CCBD background

This text has white color on #E5CCBD background.


Related colors

Complementary color

Complementary color for #hex is #1A3342.


I love getcolorcode.com

Triadic colors

1 #BDE5CC and #CCBDE5 with #E5CCBD are triadic colors.

2 #BDCCE5 and #CCE5BD with #E5CCBD are triadic colors.