COLOR #E5C0BD

HEX: #E5C0BD
RGB: (229,192,189)

Color info

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

RGB color model

#E5C0BD color RGB value is (229,192,189).

  • red value is 229;
  • green value is 192;
  • blue value is 189.
RGB:
(229,192,189)
(90%,75%,74%)

RGB channels and saturation

R 229 of 255 = 90%
G 192 of 255 = 75%
B 189 of 255 = 74%

229
192
189

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

Portions of RGB colors in percentages

R + G + B =
229 + 192 + 189 = 610 (100%)
R 229 of 610 ~ 37.54%
G 192 of 610 ~ 31.48%
B 189 of 610 ~ 30.98%

%37.54
%31.48
%30.98

CMYK color model

#E5C0BD color CMYK value is (0,16,17,10).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(0,16,17,10)
C0M16Y17K10 
(0%,16%,17%,10%)
(0.00/0.16/0.17/0.10)	

CMYK percentages

%0
%16.16
%17.47
%10.2

Codes

Color #E5C0BD in popluar color models

E5C0BD
RGB229192189
HSL43.48%81.96%
HSB/HSV17.47%89.80%
CMYK0.00%16.16%17.47%
10.20%

Color #E5C0BD in popluar number systems.

HEXE5C0BD
Decimal229192189
Binary111001011100000010111101
Octal345300275

Shades and tints

Shades of #E5C0BD

#E5C0BD
(229,192,189)
#D1AFAC
(209,175,172)
#BD9E9B
(189,158,155)
#A98D8A
(169,141,138)
#957C79
(149,124,121)
#816B68
(129,107,104)
#6D5A57
(109,90,87)
#594946
(89,73,70)
#453835
(69,56,53)
#312724
(49,39,36)
#1D1613
(29,22,19)
#000000
(0,0,0)

Tints of #E5C0BD

#E5C0BD
(229,192,189)
#E7C5C3
(231,197,195)
#E9CAC9
(233,202,201)
#EBCFCF
(235,207,207)
#EDD4D5
(237,212,213)
#EFD9DB
(239,217,219)
#F1DEE1
(241,222,225)
#F3E3E7
(243,227,231)
#F5E8ED
(245,232,237)
#F7EDF3
(247,237,243)
#F9F2F9
(249,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5C0BD; }

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

This text font color is #E5C0BD.


Background Color

.myBgColor { background-color: #E5C0BD; }

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

This div background color is #E5C0BD.


Border color

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

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

This div border color is #E5C0BD.


Opacity

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

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

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

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

This text has shadow with #E5C0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5C0BD on black background.


Color preview on white background

This text has color #E5C0BD on white background.



Black color preview on #E5C0BD background

This text has black color on #E5C0BD background.


White color preview on #E5C0BD background

This text has white color on #E5C0BD background.