COLOR #E7CFC4

HEX: #E7CFC4 RGB: (231,207,196)

Color info

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

RGB color model

#E7CFC4 color RGB value is (231,207,196).

RGB: (231,207,196) (91%, 81%, 77%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 196 of 255 = 77%

231
207
196

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 196 = 634 (100%)
R 231 of 634 ~ 36.44%
G 207 of 634 ~ 32.65%
B 196 of 634 ~ 30.91'%

%36.44
%32.65
%30.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.39%
  • yellow value is 15.15%
  • key color value is 9.41%
CMYK: (0,10,15,9) C0M10Y15K9 (0%,10%,15%,9%) (0.00/0.10/0.15/0.09) 

CMYK percentages

%0
%10.39
%15.15
%9.41

Codes

Color #E7CFC4 in popluar color models

E7 CF C4
RGB 231 207 196
HSL 19° 42.17% 83.73%
HSB/HSV 19° 15.15% 90.59%
CMYK 0.00% 10.39% 15.15%
9.41%

Color #E7CFC4 in popluar number systems.

HEX E7 CF C4
Decimal 231 207 196
Binary 11100111 11001111 11000100
Octal 347 317 304

Shades and tints

Shades of #E7CFC4

#E7CFC4
(231,207,196)
#D2BDB3
(210,189,179)
#BDABA2
(189,171,162)
#A89991
(168,153,145)
#938780
(147,135,128)
#7E756F
(126,117,111)
#69635E
(105,99,94)
#54514D
(84,81,77)
#3F3F3C
(63,63,60)
#2A2D2B
(42,45,43)
#151B1A
(21,27,26)
#000000
(0,0,0)

Tints of #E7CFC4

#E7CFC4
(231,207,196)
#E9D3C9
(233,211,201)
#EBD7CE
(235,215,206)
#EDDBD3
(237,219,211)
#EFDFD8
(239,223,216)
#F1E3DD
(241,227,221)
#F3E7E2
(243,231,226)
#F5EBE7
(245,235,231)
#F7EFEC
(247,239,236)
#F9F3F1
(249,243,241)
#FBF7F6
(251,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFC4; }

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

This text font color is #E7CFC4.

Background Color

.myBgColor { background-color: #E7CFC4; }

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

This div background color is #E7CFC4.

Border color

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

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

This div border color is #E7CFC4.

Opacity

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

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

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

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

This text has shadow with #E7CFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFC4.

Preview

Color preview on black background

This text has color #E7CFC4 on black background.


Color preview on white background

This text has color #E7CFC4 on white background.


Black color preview on #E7CFC4 background

This text has black color on #E7CFC4 background.


White color preview on #E7CFC4 background

This text has white color on #E7CFC4 background.


Related colors

Complementary color

Complementary color for #hex is #18303B.


I love getcolorcode.com

Triadic colors

1 #C4E7CF and #CFC4E7 with #E7CFC4 are triadic colors.

2 #C4CFE7 and #CFE7C4 with #E7CFC4 are triadic colors.