COLOR #E5D2C6

HEX: #E5D2C6
RGB: (229,210,198)

Color info

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

RGB color model

#E5D2C6 color RGB value is (229,210,198).

  • red value is 229;
  • green value is 210;
  • blue value is 198.
RGB:
(229,210,198)
(90%,82%,78%)

RGB channels and saturation

R 229 of 255 = 90%
G 210 of 255 = 82%
B 198 of 255 = 78%

229
210
198

R + G + B ~ 83%. #E5D2C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 210 + 198 = 637 (100%)
R 229 of 637 ~ 35.95%
G 210 of 637 ~ 32.97%
B 198 of 637 ~ 31.08%

%35.95
%32.97
%31.08

CMYK color model

#E5D2C6 color CMYK value is (0,8,14,10).

  • cyan value is 0.00%
  • magenta value is 8.30%
  • yellow value is 13.54%
  • key color value is 10.20%
CMYK:
(0,8,14,10)
C0M8Y14K10 
(0%,8%,14%,10%)
(0.00/0.08/0.14/0.10)	

CMYK percentages

%0
%8.3
%13.54
%10.2

Codes

Color #E5D2C6 in popluar color models

E5D2C6
RGB229210198
HSL23°37.35%83.73%
HSB/HSV23°13.54%89.80%
CMYK0.00%8.30%13.54%
10.20%

Color #E5D2C6 in popluar number systems.

HEXE5D2C6
Decimal229210198
Binary111001011101001011000110
Octal345322306

Shades and tints

Shades of #E5D2C6

#E5D2C6
(229,210,198)
#D1BFB4
(209,191,180)
#BDACA2
(189,172,162)
#A99990
(169,153,144)
#95867E
(149,134,126)
#81736C
(129,115,108)
#6D605A
(109,96,90)
#594D48
(89,77,72)
#453A36
(69,58,54)
#312724
(49,39,36)
#1D1412
(29,20,18)
#000000
(0,0,0)

Tints of #E5D2C6

#E5D2C6
(229,210,198)
#E7D6CB
(231,214,203)
#E9DAD0
(233,218,208)
#EBDED5
(235,222,213)
#EDE2DA
(237,226,218)
#EFE6DF
(239,230,223)
#F1EAE4
(241,234,228)
#F3EEE9
(243,238,233)
#F5F2EE
(245,242,238)
#F7F6F3
(247,246,243)
#F9FAF8
(249,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5D2C6 color. Also use rgb(229,210,198) instead hex code.

Text Font Color

.myTextColor { color: #E5D2C6; }

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

This text font color is #E5D2C6.


Background Color

.myBgColor { background-color: #E5D2C6; }

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

This div background color is #E5D2C6.


Border color

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

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

This div border color is #E5D2C6.


Opacity

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

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

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

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

This text has shadow with #E5D2C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5D2C6 on black background.


Color preview on white background

This text has color #E5D2C6 on white background.



Black color preview on #E5D2C6 background

This text has black color on #E5D2C6 background.


White color preview on #E5D2C6 background

This text has white color on #E5D2C6 background.