COLOR #E6D0BB

HEX: #E6D0BB
RGB: (230,208,187)

Color info

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

RGB color model

#E6D0BB color RGB value is (230,208,187).

  • red value is 230;
  • green value is 208;
  • blue value is 187.
RGB:
(230,208,187)
(90%,82%,73%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 187 of 255 = 73%

230
208
187

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

Portions of RGB colors in percentages

R + G + B =
230 + 208 + 187 = 625 (100%)
R 230 of 625 ~ 36.8%
G 208 of 625 ~ 33.28%
B 187 of 625 ~ 29.92%

%36.8
%33.28
%29.92

CMYK color model

#E6D0BB color CMYK value is (0,10,19,10).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 18.70%
  • key color value is 9.80%
CMYK:
(0,10,19,10)
C0M10Y19K10 
(0%,10%,19%,10%)
(0.00/0.10/0.19/0.10)	

CMYK percentages

%0
%9.57
%18.7
%9.8

Codes

Color #E6D0BB in popluar color models

E6D0BB
RGB230208187
HSL29°46.24%81.76%
HSB/HSV29°18.70%90.20%
CMYK0.00%9.57%18.70%
9.80%

Color #E6D0BB in popluar number systems.

HEXE6D0BB
Decimal230208187
Binary111001101101000010111011
Octal346320273

Shades and tints

Shades of #E6D0BB

#E6D0BB
(230,208,187)
#D2BEAA
(210,190,170)
#BEAC99
(190,172,153)
#AA9A88
(170,154,136)
#968877
(150,136,119)
#827666
(130,118,102)
#6E6455
(110,100,85)
#5A5244
(90,82,68)
#464033
(70,64,51)
#322E22
(50,46,34)
#1E1C11
(30,28,17)
#000000
(0,0,0)

Tints of #E6D0BB

#E6D0BB
(230,208,187)
#E8D4C1
(232,212,193)
#EAD8C7
(234,216,199)
#ECDCCD
(236,220,205)
#EEE0D3
(238,224,211)
#F0E4D9
(240,228,217)
#F2E8DF
(242,232,223)
#F4ECE5
(244,236,229)
#F6F0EB
(246,240,235)
#F8F4F1
(248,244,241)
#FAF8F7
(250,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0BB color. Also use rgb(230,208,187) instead hex code.

Text Font Color

.myTextColor { color: #E6D0BB; }

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

This text font color is #E6D0BB.


Background Color

.myBgColor { background-color: #E6D0BB; }

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

This div background color is #E6D0BB.


Border color

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

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

This div border color is #E6D0BB.


Opacity

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

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

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

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

This text has shadow with #E6D0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0BB on black background.


Color preview on white background

This text has color #E6D0BB on white background.



Black color preview on #E6D0BB background

This text has black color on #E6D0BB background.


White color preview on #E6D0BB background

This text has white color on #E6D0BB background.