COLOR #E7D2CF

HEX: #E7D2CF RGB: (231,210,207)

Color info

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

RGB color model

#E7D2CF color RGB value is (231,210,207).

RGB: (231,210,207) (91%, 82%, 81%)

RGB channels and saturation

R 231 of 255 = 91%
G 210 of 255 = 82%
B 207 of 255 = 81%

231
210
207

R + G + B ~ 85%. #E7D2CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 210 + 207 = 648 (100%)
R 231 of 648 ~ 35.65%
G 210 of 648 ~ 32.41%
B 207 of 648 ~ 31.94'%

%35.65
%32.41
%31.94

CMYK color model

#E7D2CF color CMYK value is (0,9,10,9).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (0,9,10,9)
C0M9Y10K9 (0%, 9%, 10%, 9%)
(0.00 / 0.09 / 0.10 / 0.09)

CMYK percentages

%0
%9.09
%10.39
%9.41

Codes

Color #E7D2CF in popluar color models

E7 D2 CF
RGB 231 210 207
HSL 33.33% 85.88%
HSB/HSV 10.39% 90.59%
CMYK 0.00% 9.09% 10.39%
9.41%

Color #E7D2CF in popluar number systems.

HEX E7 D2 CF
Decimal 231 210 207
Binary 11100111 11010010 11001111
Octal 347 322 317

Shades and tints

Shades of #E7D2CF

#E7D2CF
(231,210,207)
#D2BFBD
(210,191,189)
#BDACAB
(189,172,171)
#A89999
(168,153,153)
#938687
(147,134,135)
#7E7375
(126,115,117)
#696063
(105,96,99)
#544D51
(84,77,81)
#3F3A3F
(63,58,63)
#2A272D
(42,39,45)
#15141B
(21,20,27)
#000000
(0,0,0)

Tints of #E7D2CF

#E7D2CF
(231,210,207)
#E9D6D3
(233,214,211)
#EBDAD7
(235,218,215)
#EDDEDB
(237,222,219)
#EFE2DF
(239,226,223)
#F1E6E3
(241,230,227)
#F3EAE7
(243,234,231)
#F5EEEB
(245,238,235)
#F7F2EF
(247,242,239)
#F9F6F3
(249,246,243)
#FBFAF7
(251,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7D2CF color. Also use rgb(231,210,207) instead hex code.

Text Font Color

.myTextColor { color: #E7D2CF; }

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

This text font color is #E7D2CF.

Background Color

.myBgColor { background-color: #E7D2CF; }

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

This div background color is #E7D2CF.

Border color

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

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

This div border color is #E7D2CF.

Opacity

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

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

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

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

This text has shadow with #E7D2CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7D2CF.

Preview

Color preview on black background

This text has color #E7D2CF on black background.


Color preview on white background

This text has color #E7D2CF on white background.


Black color preview on #E7D2CF background

This text has black color on #E7D2CF background.


White color preview on #E7D2CF background

This text has white color on #E7D2CF background.


Related colors

Complementary color

Complementary color for #hex is #182D30.


I love getcolorcode.com

Triadic colors

1 #CFE7D2 and #D2CFE7 with #E7D2CF are triadic colors.

2 #CFD2E7 and #D2E7CF with #E7D2CF are triadic colors.