COLOR #E7CDB7

HEX: #E7CDB7
RGB: (231,205,183)

Color info

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

RGB color model

#E7CDB7 color RGB value is (231,205,183).

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

RGB channels and saturation

R 231 of 255 = 91%
G 205 of 255 = 80%
B 183 of 255 = 72%

231
205
183

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

Portions of RGB colors in percentages

R + G + B =
231 + 205 + 183 = 619 (100%)
R 231 of 619 ~ 37.32%
G 205 of 619 ~ 33.12%
B 183 of 619 ~ 29.56%

%37.32
%33.12
%29.56

CMYK color model

#E7CDB7 color CMYK value is (0,11,21,9).

  • cyan value is 0.00%
  • magenta value is 11.26%
  • yellow value is 20.78%
  • key color value is 9.41%
CMYK:
(0,11,21,9)
C0M11Y21K9 
(0%,11%,21%,9%)
(0.00/0.11/0.21/0.09)	

CMYK percentages

%0
%11.26
%20.78
%9.41

Codes

Color #E7CDB7 in popluar color models

E7CDB7
RGB231205183
HSL28°50.00%81.18%
HSB/HSV28°20.78%90.59%
CMYK0.00%11.26%20.78%
9.41%

Color #E7CDB7 in popluar number systems.

HEXE7CDB7
Decimal231205183
Binary111001111100110110110111
Octal347315267

Shades and tints

Shades of #E7CDB7

#E7CDB7
(231,205,183)
#D2BBA7
(210,187,167)
#BDA997
(189,169,151)
#A89787
(168,151,135)
#938577
(147,133,119)
#7E7367
(126,115,103)
#696157
(105,97,87)
#544F47
(84,79,71)
#3F3D37
(63,61,55)
#2A2B27
(42,43,39)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7CDB7

#E7CDB7
(231,205,183)
#E9D1BD
(233,209,189)
#EBD5C3
(235,213,195)
#EDD9C9
(237,217,201)
#EFDDCF
(239,221,207)
#F1E1D5
(241,225,213)
#F3E5DB
(243,229,219)
#F5E9E1
(245,233,225)
#F7EDE7
(247,237,231)
#F9F1ED
(249,241,237)
#FBF5F3
(251,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CDB7; }

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

This text font color is #E7CDB7.


Background Color

.myBgColor { background-color: #E7CDB7; }

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

This div background color is #E7CDB7.


Border color

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

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

This div border color is #E7CDB7.


Opacity

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

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

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

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

This text has shadow with #E7CDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7CDB7 on black background.


Color preview on white background

This text has color #E7CDB7 on white background.



Black color preview on #E7CDB7 background

This text has black color on #E7CDB7 background.


White color preview on #E7CDB7 background

This text has white color on #E7CDB7 background.