COLOR #E9D69C

HEX: #E9D69C
RGB: (233,214,156)

Color info

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

RGB color model

#E9D69C color RGB value is (233,214,156).

  • red value is 233;
  • green value is 214;
  • blue value is 156.
RGB:
(233,214,156)
(91%,84%,61%)

RGB channels and saturation

R 233 of 255 = 91%
G 214 of 255 = 84%
B 156 of 255 = 61%

233
214
156

R + G + B ~ 79%. #E9D69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
233 + 214 + 156 = 603 (100%)
R 233 of 603 ~ 38.64%
G 214 of 603 ~ 35.49%
B 156 of 603 ~ 25.87%

%38.64
%35.49
%25.87

CMYK color model

#E9D69C color CMYK value is (0,8,33,9).

  • cyan value is 0.00%
  • magenta value is 8.15%
  • yellow value is 33.05%
  • key color value is 8.63%
CMYK:
(0,8,33,9)
C0M8Y33K9 
(0%,8%,33%,9%)
(0.00/0.08/0.33/0.09)	

CMYK percentages

%0
%8.15
%33.05
%8.63

Codes

Color #E9D69C in popluar color models

E9D69C
RGB233214156
HSL45°63.64%76.27%
HSB/HSV45°33.05%91.37%
CMYK0.00%8.15%33.05%
8.63%

Color #E9D69C in popluar number systems.

HEXE9D69C
Decimal233214156
Binary111010011101011010011100
Octal351326234

Shades and tints

Shades of #E9D69C

#E9D69C
(233,214,156)
#D4C38E
(212,195,142)
#BFB080
(191,176,128)
#AA9D72
(170,157,114)
#958A64
(149,138,100)
#807756
(128,119,86)
#6B6448
(107,100,72)
#56513A
(86,81,58)
#413E2C
(65,62,44)
#2C2B1E
(44,43,30)
#171810
(23,24,16)
#000000
(0,0,0)

Tints of #E9D69C

#E9D69C
(233,214,156)
#EBD9A5
(235,217,165)
#EDDCAE
(237,220,174)
#EFDFB7
(239,223,183)
#F1E2C0
(241,226,192)
#F3E5C9
(243,229,201)
#F5E8D2
(245,232,210)
#F7EBDB
(247,235,219)
#F9EEE4
(249,238,228)
#FBF1ED
(251,241,237)
#FDF4F6
(253,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9D69C color. Also use rgb(233,214,156) instead hex code.

Text Font Color

.myTextColor { color: #E9D69C; }

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

This text font color is #E9D69C.


Background Color

.myBgColor { background-color: #E9D69C; }

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

This div background color is #E9D69C.


Border color

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

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

This div border color is #E9D69C.


Opacity

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

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

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

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

This text has shadow with #E9D69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9D69C on black background.


Color preview on white background

This text has color #E9D69C on white background.



Black color preview on #E9D69C background

This text has black color on #E9D69C background.


White color preview on #E9D69C background

This text has white color on #E9D69C background.