COLOR #E9CFB4

HEX: #E9CFB4
RGB: (233,207,180)

Color info

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

RGB color model

#E9CFB4 color RGB value is (233,207,180).

  • red value is 233;
  • green value is 207;
  • blue value is 180.
RGB:
(233,207,180)
(91%,81%,71%)

RGB channels and saturation

R 233 of 255 = 91%
G 207 of 255 = 81%
B 180 of 255 = 71%

233
207
180

R + G + B ~ 81%. #E9CFB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 207 + 180 = 620 (100%)
R 233 of 620 ~ 37.58%
G 207 of 620 ~ 33.39%
B 180 of 620 ~ 29.03%

%37.58
%33.39
%29.03

CMYK color model

#E9CFB4 color CMYK value is (0,11,23,9).

  • cyan value is 0.00%
  • magenta value is 11.16%
  • yellow value is 22.75%
  • key color value is 8.63%
CMYK:
(0,11,23,9)
C0M11Y23K9 
(0%,11%,23%,9%)
(0.00/0.11/0.23/0.09)	

CMYK percentages

%0
%11.16
%22.75
%8.63

Codes

Color #E9CFB4 in popluar color models

E9CFB4
RGB233207180
HSL31°54.64%80.98%
HSB/HSV31°22.75%91.37%
CMYK0.00%11.16%22.75%
8.63%

Color #E9CFB4 in popluar number systems.

HEXE9CFB4
Decimal233207180
Binary111010011100111110110100
Octal351317264

Shades and tints

Shades of #E9CFB4

#E9CFB4
(233,207,180)
#D4BDA4
(212,189,164)
#BFAB94
(191,171,148)
#AA9984
(170,153,132)
#958774
(149,135,116)
#807564
(128,117,100)
#6B6354
(107,99,84)
#565144
(86,81,68)
#413F34
(65,63,52)
#2C2D24
(44,45,36)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #E9CFB4

#E9CFB4
(233,207,180)
#EBD3BA
(235,211,186)
#EDD7C0
(237,215,192)
#EFDBC6
(239,219,198)
#F1DFCC
(241,223,204)
#F3E3D2
(243,227,210)
#F5E7D8
(245,231,216)
#F7EBDE
(247,235,222)
#F9EFE4
(249,239,228)
#FBF3EA
(251,243,234)
#FDF7F0
(253,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9CFB4; }

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

This text font color is #E9CFB4.


Background Color

.myBgColor { background-color: #E9CFB4; }

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

This div background color is #E9CFB4.


Border color

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

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

This div border color is #E9CFB4.


Opacity

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

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

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

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

This text has shadow with #E9CFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9CFB4 on black background.


Color preview on white background

This text has color #E9CFB4 on white background.



Black color preview on #E9CFB4 background

This text has black color on #E9CFB4 background.


White color preview on #E9CFB4 background

This text has white color on #E9CFB4 background.