COLOR #E7CDC9

HEX: #E7CDC9
RGB: (231,205,201)

Color info

#E7CDC9 contains red, green and blue colors in about the same proportion. Web safe color of #E7CDC9 is #FFCCCC (or #FCC).

RGB color model

#E7CDC9 color RGB value is (231,205,201).

  • red value is 231;
  • green value is 205;
  • blue value is 201.
RGB:
(231,205,201)
(91%,80%,79%)

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 201 of 255 = 79%

231
205
201

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

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 201 = 637 (100%)
R 231 of 637 ~ 36.26%
G 205 of 637 ~ 32.18%
B 201 of 637 ~ 31.55%

%36.26
%32.18
%31.55

CMYK color model

#E7CDC9 color CMYK value is (0,11,13,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 12.99%
  • key color value is 9.41%
CMYK:
(0,11,13,9)
C0M11Y13K9 
(0%,11%,13%,9%)
(0.00/0.11/0.13/0.09)	

CMYK percentages

%0
%11.26
%12.99
%9.41

Codes

Color #E7CDC9 in popluar color models

E7CDC9
RGB231205201
HSL38.46%84.71%
HSB/HSV12.99%90.59%
CMYK0.00%11.26%12.99%
9.41%

Color #E7CDC9 in popluar number systems.

HEXE7CDC9
Decimal231205201
Binary111001111100110111001001
Octal347315311

Shades and tints

Shades of #E7CDC9

#E7CDC9
(231,205,201)
#D2BBB7
(210,187,183)
#BDA9A5
(189,169,165)
#A89793
(168,151,147)
#938581
(147,133,129)
#7E736F
(126,115,111)
#69615D
(105,97,93)
#544F4B
(84,79,75)
#3F3D39
(63,61,57)
#2A2B27
(42,43,39)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #E7CDC9

#E7CDC9
(231,205,201)
#E9D1CD
(233,209,205)
#EBD5D1
(235,213,209)
#EDD9D5
(237,217,213)
#EFDDD9
(239,221,217)
#F1E1DD
(241,225,221)
#F3E5E1
(243,229,225)
#F5E9E5
(245,233,229)
#F7EDE9
(247,237,233)
#F9F1ED
(249,241,237)
#FBF5F1
(251,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7CDC9 color. Also use rgb(231,205,201) instead hex code.

Text Font Color

.myTextColor { color: #E7CDC9; }

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

This text font color is #E7CDC9.


Background Color

.myBgColor { background-color: #E7CDC9; }

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

This div background color is #E7CDC9.


Border color

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

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

This div border color is #E7CDC9.


Opacity

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

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

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

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

This text has shadow with #E7CDC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CDC9 on black background.


Color preview on white background

This text has color #E7CDC9 on white background.



Black color preview on #E7CDC9 background

This text has black color on #E7CDC9 background.


White color preview on #E7CDC9 background

This text has white color on #E7CDC9 background.