COLOR #E6C9B9

HEX: #E6C9B9
RGB: (230,201,185)

Color info

#E6C9B9 contains red, green and blue colors in about the same proportion. Web safe color of #E6C9B9 is #CCCCCC (or #CCC).

RGB color model

#E6C9B9 color RGB value is (230,201,185).

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

RGB channels and saturation

R 230 of 255 = 90%
G 201 of 255 = 79%
B 185 of 255 = 73%

230
201
185

R + G + B ~ 81%. #E6C9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 201 + 185 = 616 (100%)
R 230 of 616 ~ 37.34%
G 201 of 616 ~ 32.63%
B 185 of 616 ~ 30.03%

%37.34
%32.63
%30.03

CMYK color model

#E6C9B9 color CMYK value is (0,13,20,10).

  • cyan value is 0.00%
  • magenta value is 12.61%
  • yellow value is 19.57%
  • key color value is 9.80%
CMYK:
(0,13,20,10)
C0M13Y20K10 
(0%,13%,20%,10%)
(0.00/0.13/0.20/0.10)	

CMYK percentages

%0
%12.61
%19.57
%9.8

Codes

Color #E6C9B9 in popluar color models

E6C9B9
RGB230201185
HSL21°47.37%81.37%
HSB/HSV21°19.57%90.20%
CMYK0.00%12.61%19.57%
9.80%

Color #E6C9B9 in popluar number systems.

HEXE6C9B9
Decimal230201185
Binary111001101100100110111001
Octal346311271

Shades and tints

Shades of #E6C9B9

#E6C9B9
(230,201,185)
#D2B7A9
(210,183,169)
#BEA599
(190,165,153)
#AA9389
(170,147,137)
#968179
(150,129,121)
#826F69
(130,111,105)
#6E5D59
(110,93,89)
#5A4B49
(90,75,73)
#463939
(70,57,57)
#322729
(50,39,41)
#1E1519
(30,21,25)
#000000
(0,0,0)

Tints of #E6C9B9

#E6C9B9
(230,201,185)
#E8CDBF
(232,205,191)
#EAD1C5
(234,209,197)
#ECD5CB
(236,213,203)
#EED9D1
(238,217,209)
#F0DDD7
(240,221,215)
#F2E1DD
(242,225,221)
#F4E5E3
(244,229,227)
#F6E9E9
(246,233,233)
#F8EDEF
(248,237,239)
#FAF1F5
(250,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6C9B9; }

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

This text font color is #E6C9B9.


Background Color

.myBgColor { background-color: #E6C9B9; }

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

This div background color is #E6C9B9.


Border color

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

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

This div border color is #E6C9B9.


Opacity

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

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

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

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

This text has shadow with #E6C9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6C9B9 on black background.


Color preview on white background

This text has color #E6C9B9 on white background.



Black color preview on #E6C9B9 background

This text has black color on #E6C9B9 background.


White color preview on #E6C9B9 background

This text has white color on #E6C9B9 background.