COLOR #E6C9B3

HEX: #E6C9B3
RGB: (230,201,179)

Color info

#E6C9B3 contains red, green and blue colors in about the same proportion. Web safe color of #E6C9B3 is #CCCC99 (or #CC9).

RGB color model

#E6C9B3 color RGB value is (230,201,179).

  • red value is 230;
  • green value is 201;
  • blue value is 179.
RGB:
(230,201,179)
(90%,79%,70%)

RGB channels and saturation

R 230 of 255 = 90%
G 201 of 255 = 79%
B 179 of 255 = 70%

230
201
179

R + G + B ~ 80%. #E6C9B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 201 + 179 = 610 (100%)
R 230 of 610 ~ 37.7%
G 201 of 610 ~ 32.95%
B 179 of 610 ~ 29.34%

%37.7
%32.95
%29.34

CMYK color model

#E6C9B3 color CMYK value is (0,13,22,10).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(0,13,22,10)
C0M13Y22K10 
(0%,13%,22%,10%)
(0.00/0.13/0.22/0.10)	

CMYK percentages

%0
%12.61
%22.17
%9.8

Codes

Color #E6C9B3 in popluar color models

E6C9B3
RGB230201179
HSL26°50.50%80.20%
HSB/HSV26°22.17%90.20%
CMYK0.00%12.61%22.17%
9.80%

Color #E6C9B3 in popluar number systems.

HEXE6C9B3
Decimal230201179
Binary111001101100100110110011
Octal346311263

Shades and tints

Shades of #E6C9B3

#E6C9B3
(230,201,179)
#D2B7A3
(210,183,163)
#BEA593
(190,165,147)
#AA9383
(170,147,131)
#968173
(150,129,115)
#826F63
(130,111,99)
#6E5D53
(110,93,83)
#5A4B43
(90,75,67)
#463933
(70,57,51)
#322723
(50,39,35)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6C9B3

#E6C9B3
(230,201,179)
#E8CDB9
(232,205,185)
#EAD1BF
(234,209,191)
#ECD5C5
(236,213,197)
#EED9CB
(238,217,203)
#F0DDD1
(240,221,209)
#F2E1D7
(242,225,215)
#F4E5DD
(244,229,221)
#F6E9E3
(246,233,227)
#F8EDE9
(248,237,233)
#FAF1EF
(250,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6C9B3 color. Also use rgb(230,201,179) instead hex code.

Text Font Color

.myTextColor { color: #E6C9B3; }

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

This text font color is #E6C9B3.


Background Color

.myBgColor { background-color: #E6C9B3; }

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

This div background color is #E6C9B3.


Border color

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

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

This div border color is #E6C9B3.


Opacity

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

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

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

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

This text has shadow with #E6C9B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C9B3 on black background.


Color preview on white background

This text has color #E6C9B3 on white background.



Black color preview on #E6C9B3 background

This text has black color on #E6C9B3 background.


White color preview on #E6C9B3 background

This text has white color on #E6C9B3 background.