COLOR #E9DFC4

HEX: #E9DFC4
RGB: (233,223,196)

Color info

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

RGB color model

#E9DFC4 color RGB value is (233,223,196).

  • red value is 233;
  • green value is 223;
  • blue value is 196.
RGB:
(233,223,196)
(91%,87%,77%)

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 196 of 255 = 77%

233
223
196

R + G + B ~ 85%. #E9DFC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 223 + 196 = 652 (100%)
R 233 of 652 ~ 35.74%
G 223 of 652 ~ 34.2%
B 196 of 652 ~ 30.06%

%35.74
%34.2
%30.06

CMYK color model

#E9DFC4 color CMYK value is (0,4,16,9).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 15.88%
  • key color value is 8.63%
CMYK:
(0,4,16,9)
C0M4Y16K9 
(0%,4%,16%,9%)
(0.00/0.04/0.16/0.09)	

CMYK percentages

%0
%4.29
%15.88
%8.63

Codes

Color #E9DFC4 in popluar color models

E9DFC4
RGB233223196
HSL44°45.68%84.12%
HSB/HSV44°15.88%91.37%
CMYK0.00%4.29%15.88%
8.63%

Color #E9DFC4 in popluar number systems.

HEXE9DFC4
Decimal233223196
Binary111010011101111111000100
Octal351337304

Shades and tints

Shades of #E9DFC4

#E9DFC4
(233,223,196)
#D4CBB3
(212,203,179)
#BFB7A2
(191,183,162)
#AAA391
(170,163,145)
#958F80
(149,143,128)
#807B6F
(128,123,111)
#6B675E
(107,103,94)
#56534D
(86,83,77)
#413F3C
(65,63,60)
#2C2B2B
(44,43,43)
#17171A
(23,23,26)
#000000
(0,0,0)

Tints of #E9DFC4

#E9DFC4
(233,223,196)
#EBE1C9
(235,225,201)
#EDE3CE
(237,227,206)
#EFE5D3
(239,229,211)
#F1E7D8
(241,231,216)
#F3E9DD
(243,233,221)
#F5EBE2
(245,235,226)
#F7EDE7
(247,237,231)
#F9EFEC
(249,239,236)
#FBF1F1
(251,241,241)
#FDF3F6
(253,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFC4; }

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

This text font color is #E9DFC4.


Background Color

.myBgColor { background-color: #E9DFC4; }

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

This div background color is #E9DFC4.


Border color

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

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

This div border color is #E9DFC4.


Opacity

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

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

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

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

This text has shadow with #E9DFC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DFC4 on black background.


Color preview on white background

This text has color #E9DFC4 on white background.



Black color preview on #E9DFC4 background

This text has black color on #E9DFC4 background.


White color preview on #E9DFC4 background

This text has white color on #E9DFC4 background.