COLOR #E7CFCC

HEX: #E7CFCC RGB: (231,207,204)

Color info

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

RGB color model

#E7CFCC color RGB value is (231,207,204).

RGB: (231,207,204) (91%, 81%, 80%)

RGB channels and saturation

R 231 of 255 = 91%
G 207 of 255 = 81%
B 204 of 255 = 80%

231
207
204

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

Portions of RGB colors in percentages

R + G + B = 231 + 207 + 204 = 642 (100%)
R 231 of 642 ~ 35.98%
G 207 of 642 ~ 32.24%
B 204 of 642 ~ 31.78'%

%35.98
%32.24
%31.78

CMYK color model

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

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

CMYK: (0,10,12,9)
C0M10Y12K9 (0%, 10%, 12%, 9%)
(0.00 / 0.10 / 0.12 / 0.09)

CMYK percentages

%0
%10.39
%11.69
%9.41

Codes

Color #E7CFCC in popluar color models

E7 CF CC
RGB 231 207 204
HSL 36.00% 85.29%
HSB/HSV 11.69% 90.59%
CMYK 0.00% 10.39% 11.69%
9.41%

Color #E7CFCC in popluar number systems.

HEX E7 CF CC
Decimal 231 207 204
Binary 11100111 11001111 11001100
Octal 347 317 314

Shades and tints

Shades of #E7CFCC

#E7CFCC
(231,207,204)
#D2BDBA
(210,189,186)
#BDABA8
(189,171,168)
#A89996
(168,153,150)
#938784
(147,135,132)
#7E7572
(126,117,114)
#696360
(105,99,96)
#54514E
(84,81,78)
#3F3F3C
(63,63,60)
#2A2D2A
(42,45,42)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #E7CFCC

#E7CFCC
(231,207,204)
#E9D3D0
(233,211,208)
#EBD7D4
(235,215,212)
#EDDBD8
(237,219,216)
#EFDFDC
(239,223,220)
#F1E3E0
(241,227,224)
#F3E7E4
(243,231,228)
#F5EBE8
(245,235,232)
#F7EFEC
(247,239,236)
#F9F3F0
(249,243,240)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7CFCC; }

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

This text font color is #E7CFCC.

Background Color

.myBgColor { background-color: #E7CFCC; }

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

This div background color is #E7CFCC.

Border color

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

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

This div border color is #E7CFCC.

Opacity

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

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

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

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

This text has shadow with #E7CFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E7CFCC.

Preview

Color preview on black background

This text has color #E7CFCC on black background.


Color preview on white background

This text has color #E7CFCC on white background.


Black color preview on #E7CFCC background

This text has black color on #E7CFCC background.


White color preview on #E7CFCC background

This text has white color on #E7CFCC background.


Related colors

Complementary color

Complementary color for #hex is #183033.


I love getcolorcode.com

Triadic colors

1 #CCE7CF and #CFCCE7 with #E7CFCC are triadic colors.

2 #CCCFE7 and #CFE7CC with #E7CFCC are triadic colors.