COLOR #E6DBB3

HEX: #E6DBB3
RGB: (230,219,179)

Color info

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

RGB color model

#E6DBB3 color RGB value is (230,219,179).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 179 of 255 = 70%

230
219
179

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

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 179 = 628 (100%)
R 230 of 628 ~ 36.62%
G 219 of 628 ~ 34.87%
B 179 of 628 ~ 28.5%

%36.62
%34.87
%28.5

CMYK color model

#E6DBB3 color CMYK value is (0,5,22,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 22.17%
  • key color value is 9.80%
CMYK:
(0,5,22,10)
C0M5Y22K10 
(0%,5%,22%,10%)
(0.00/0.05/0.22/0.10)	

CMYK percentages

%0
%4.78
%22.17
%9.8

Codes

Color #E6DBB3 in popluar color models

E6DBB3
RGB230219179
HSL47°50.50%80.20%
HSB/HSV47°22.17%90.20%
CMYK0.00%4.78%22.17%
9.80%

Color #E6DBB3 in popluar number systems.

HEXE6DBB3
Decimal230219179
Binary111001101101101110110011
Octal346333263

Shades and tints

Shades of #E6DBB3

#E6DBB3
(230,219,179)
#D2C8A3
(210,200,163)
#BEB593
(190,181,147)
#AAA283
(170,162,131)
#968F73
(150,143,115)
#827C63
(130,124,99)
#6E6953
(110,105,83)
#5A5643
(90,86,67)
#464333
(70,67,51)
#323023
(50,48,35)
#1E1D13
(30,29,19)
#000000
(0,0,0)

Tints of #E6DBB3

#E6DBB3
(230,219,179)
#E8DEB9
(232,222,185)
#EAE1BF
(234,225,191)
#ECE4C5
(236,228,197)
#EEE7CB
(238,231,203)
#F0EAD1
(240,234,209)
#F2EDD7
(242,237,215)
#F4F0DD
(244,240,221)
#F6F3E3
(246,243,227)
#F8F6E9
(248,246,233)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBB3; }

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

This text font color is #E6DBB3.


Background Color

.myBgColor { background-color: #E6DBB3; }

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

This div background color is #E6DBB3.


Border color

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

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

This div border color is #E6DBB3.


Opacity

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

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

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

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

This text has shadow with #E6DBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBB3 on black background.


Color preview on white background

This text has color #E6DBB3 on white background.



Black color preview on #E6DBB3 background

This text has black color on #E6DBB3 background.


White color preview on #E6DBB3 background

This text has white color on #E6DBB3 background.