COLOR #E9CFC4

HEX: #E9CFC4 RGB: (233,207,196)

Color info

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

RGB color model

#E9CFC4 color RGB value is (233,207,196).

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

RGB channels and saturation

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

233
207
196

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

Portions of RGB colors in percentages

R + G + B = 233 + 207 + 196 = 636 (100%)
R 233 of 636 ~ 36.64%
G 207 of 636 ~ 32.55%
B 196 of 636 ~ 30.82'%

%36.64
%32.55
%30.82

CMYK color model

#E9CFC4 color CMYK value is (0,11,16,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 15.88%
  • key color value is 8.63%

CMYK: (0,11,16,9)
C0M11Y16K9 (0%, 11%, 16%, 9%)
(0.00 / 0.11 / 0.16 / 0.09)

CMYK percentages

%0
%11.16
%15.88
%8.63

Codes

Color #E9CFC4 in popluar color models

E9 CF C4
RGB 233 207 196
HSL 18° 45.68% 84.12%
HSB/HSV 18° 15.88% 91.37%
CMYK 0.00% 11.16% 15.88%
8.63%

Color #E9CFC4 in popluar number systems.

HEX E9 CF C4
Decimal 233 207 196
Binary 11101001 11001111 11000100
Octal 351 317 304

Shades and tints

Shades of #E9CFC4

#E9CFC4
(233,207,196)
#D4BDB3
(212,189,179)
#BFABA2
(191,171,162)
#AA9991
(170,153,145)
#958780
(149,135,128)
#80756F
(128,117,111)
#6B635E
(107,99,94)
#56514D
(86,81,77)
#413F3C
(65,63,60)
#2C2D2B
(44,45,43)
#171B1A
(23,27,26)
#000000
(0,0,0)

Tints of #E9CFC4

#E9CFC4
(233,207,196)
#EBD3C9
(235,211,201)
#EDD7CE
(237,215,206)
#EFDBD3
(239,219,211)
#F1DFD8
(241,223,216)
#F3E3DD
(243,227,221)
#F5E7E2
(245,231,226)
#F7EBE7
(247,235,231)
#F9EFEC
(249,239,236)
#FBF3F1
(251,243,241)
#FDF7F6
(253,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFC4; }

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

This text font color is #E9CFC4.

Background Color

.myBgColor { background-color: #E9CFC4; }

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

This div background color is #E9CFC4.

Border color

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

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

This div border color is #E9CFC4.

Opacity

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

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

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

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

This text has shadow with #E9CFC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9CFC4.

Preview

Color preview on black background

This text has color #E9CFC4 on black background.


Color preview on white background

This text has color #E9CFC4 on white background.


Black color preview on #E9CFC4 background

This text has black color on #E9CFC4 background.


White color preview on #E9CFC4 background

This text has white color on #E9CFC4 background.


Related colors

Complementary color

Complementary color for #hex is #16303B.


I love getcolorcode.com

Triadic colors

1 #C4E9CF and #CFC4E9 with #E9CFC4 are triadic colors.

2 #C4CFE9 and #CFE9C4 with #E9CFC4 are triadic colors.