COLOR #E7CFC9

HEX: #E7CFC9 RGB: (231,207,201)

Color info

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

RGB color model

#E7CFC9 color RGB value is (231,207,201).

RGB: (231,207,201) (91%, 81%, 79%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 201 of 255 = 79%

231
207
201

R + G + B ~ 84%. #E7CFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 201 = 639 (100%)
R 231 of 639 ~ 36.15%
G 207 of 639 ~ 32.39%
B 201 of 639 ~ 31.46'%

%36.15
%32.39
%31.46

CMYK color model

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

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

CMYK: (0,10,13,9)
C0M10Y13K9 (0%, 10%, 13%, 9%)
(0.00 / 0.10 / 0.13 / 0.09)

CMYK percentages

%0
%10.39
%12.99
%9.41

Codes

Color #E7CFC9 in popluar color models

E7 CF C9
RGB 231 207 201
HSL 12° 38.46% 84.71%
HSB/HSV 12° 12.99% 90.59%
CMYK 0.00% 10.39% 12.99%
9.41%

Color #E7CFC9 in popluar number systems.

HEX E7 CF C9
Decimal 231 207 201
Binary 11100111 11001111 11001001
Octal 347 317 311

Shades and tints

Shades of #E7CFC9

#E7CFC9
(231,207,201)
#D2BDB7
(210,189,183)
#BDABA5
(189,171,165)
#A89993
(168,153,147)
#938781
(147,135,129)
#7E756F
(126,117,111)
#69635D
(105,99,93)
#54514B
(84,81,75)
#3F3F39
(63,63,57)
#2A2D27
(42,45,39)
#151B15
(21,27,21)
#000000
(0,0,0)

Tints of #E7CFC9

#E7CFC9
(231,207,201)
#E9D3CD
(233,211,205)
#EBD7D1
(235,215,209)
#EDDBD5
(237,219,213)
#EFDFD9
(239,223,217)
#F1E3DD
(241,227,221)
#F3E7E1
(243,231,225)
#F5EBE5
(245,235,229)
#F7EFE9
(247,239,233)
#F9F3ED
(249,243,237)
#FBF7F1
(251,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFC9; }

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

This text font color is #E7CFC9.

Background Color

.myBgColor { background-color: #E7CFC9; }

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

This div background color is #E7CFC9.

Border color

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

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

This div border color is #E7CFC9.

Opacity

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

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

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

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

This text has shadow with #E7CFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFC9.

Preview

Color preview on black background

This text has color #E7CFC9 on black background.


Color preview on white background

This text has color #E7CFC9 on white background.


Black color preview on #E7CFC9 background

This text has black color on #E7CFC9 background.


White color preview on #E7CFC9 background

This text has white color on #E7CFC9 background.


Related colors

Complementary color

Complementary color for #hex is #183036.


I love getcolorcode.com

Triadic colors

1 #C9E7CF and #CFC9E7 with #E7CFC9 are triadic colors.

2 #C9CFE7 and #CFE7C9 with #E7CFC9 are triadic colors.