COLOR #E9DFAC

HEX: #E9DFAC
RGB: (233,223,172)

Color info

#E9DFAC contains mainly red and green colors. Web safe color of #E9DFAC is #FFCC99 (or #FC9).

RGB color model

#E9DFAC color RGB value is (233,223,172).

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

RGB channels and saturation

R 233 of 255 = 91%
G 223 of 255 = 87%
B 172 of 255 = 67%

233
223
172

R + G + B ~ 82%. #E9DFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 223 + 172 = 628 (100%)
R 233 of 628 ~ 37.1%
G 223 of 628 ~ 35.51%
B 172 of 628 ~ 27.39%

%37.1
%35.51
%27.39

CMYK color model

#E9DFAC color CMYK value is (0,4,26,9).

  • cyan value is 0.00%
  • magenta value is 4.29%
  • yellow value is 26.18%
  • key color value is 8.63%
CMYK:
(0,4,26,9)
C0M4Y26K9 
(0%,4%,26%,9%)
(0.00/0.04/0.26/0.09)	

CMYK percentages

%0
%4.29
%26.18
%8.63

Codes

Color #E9DFAC in popluar color models

E9DFAC
RGB233223172
HSL50°58.10%79.41%
HSB/HSV50°26.18%91.37%
CMYK0.00%4.29%26.18%
8.63%

Color #E9DFAC in popluar number systems.

HEXE9DFAC
Decimal233223172
Binary111010011101111110101100
Octal351337254

Shades and tints

Shades of #E9DFAC

#E9DFAC
(233,223,172)
#D4CB9D
(212,203,157)
#BFB78E
(191,183,142)
#AAA37F
(170,163,127)
#958F70
(149,143,112)
#807B61
(128,123,97)
#6B6752
(107,103,82)
#565343
(86,83,67)
#413F34
(65,63,52)
#2C2B25
(44,43,37)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #E9DFAC

#E9DFAC
(233,223,172)
#EBE1B3
(235,225,179)
#EDE3BA
(237,227,186)
#EFE5C1
(239,229,193)
#F1E7C8
(241,231,200)
#F3E9CF
(243,233,207)
#F5EBD6
(245,235,214)
#F7EDDD
(247,237,221)
#F9EFE4
(249,239,228)
#FBF1EB
(251,241,235)
#FDF3F2
(253,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9DFAC; }

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

This text font color is #E9DFAC.


Background Color

.myBgColor { background-color: #E9DFAC; }

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

This div background color is #E9DFAC.


Border color

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

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

This div border color is #E9DFAC.


Opacity

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

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

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

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

This text has shadow with #E9DFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9DFAC on black background.


Color preview on white background

This text has color #E9DFAC on white background.



Black color preview on #E9DFAC background

This text has black color on #E9DFAC background.


White color preview on #E9DFAC background

This text has white color on #E9DFAC background.