COLOR #E9C6AA

HEX: #E9C6AA
RGB: (233,198,170)

Color info

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

RGB color model

#E9C6AA color RGB value is (233,198,170).

  • red value is 233;
  • green value is 198;
  • blue value is 170.
RGB:
(233,198,170)
(91%,78%,67%)

RGB channels and saturation

R 233 of 255 = 91%
G 198 of 255 = 78%
B 170 of 255 = 67%

233
198
170

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

Portions of RGB colors in percentages

R + G + B =
233 + 198 + 170 = 601 (100%)
R 233 of 601 ~ 38.77%
G 198 of 601 ~ 32.95%
B 170 of 601 ~ 28.29%

%38.77
%32.95
%28.29

CMYK color model

#E9C6AA color CMYK value is (0,15,27,9).

  • cyan value is 0.00%
  • magenta value is 15.02%
  • yellow value is 27.04%
  • key color value is 8.63%
CMYK:
(0,15,27,9)
C0M15Y27K9 
(0%,15%,27%,9%)
(0.00/0.15/0.27/0.09)	

CMYK percentages

%0
%15.02
%27.04
%8.63

Codes

Color #E9C6AA in popluar color models

E9C6AA
RGB233198170
HSL27°58.88%79.02%
HSB/HSV27°27.04%91.37%
CMYK0.00%15.02%27.04%
8.63%

Color #E9C6AA in popluar number systems.

HEXE9C6AA
Decimal233198170
Binary111010011100011010101010
Octal351306252

Shades and tints

Shades of #E9C6AA

#E9C6AA
(233,198,170)
#D4B49B
(212,180,155)
#BFA28C
(191,162,140)
#AA907D
(170,144,125)
#957E6E
(149,126,110)
#806C5F
(128,108,95)
#6B5A50
(107,90,80)
#564841
(86,72,65)
#413632
(65,54,50)
#2C2423
(44,36,35)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #E9C6AA

#E9C6AA
(233,198,170)
#EBCBB1
(235,203,177)
#EDD0B8
(237,208,184)
#EFD5BF
(239,213,191)
#F1DAC6
(241,218,198)
#F3DFCD
(243,223,205)
#F5E4D4
(245,228,212)
#F7E9DB
(247,233,219)
#F9EEE2
(249,238,226)
#FBF3E9
(251,243,233)
#FDF8F0
(253,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9C6AA color. Also use rgb(233,198,170) instead hex code.

Text Font Color

.myTextColor { color: #E9C6AA; }

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

This text font color is #E9C6AA.


Background Color

.myBgColor { background-color: #E9C6AA; }

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

This div background color is #E9C6AA.


Border color

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

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

This div border color is #E9C6AA.


Opacity

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

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

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

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

This text has shadow with #E9C6AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9C6AA on black background.


Color preview on white background

This text has color #E9C6AA on white background.



Black color preview on #E9C6AA background

This text has black color on #E9C6AA background.


White color preview on #E9C6AA background

This text has white color on #E9C6AA background.