COLOR #E6DBB7

HEX: #E6DBB7
RGB: (230,219,183)

Color info

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

RGB color model

#E6DBB7 color RGB value is (230,219,183).

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

RGB channels and saturation

R 230 of 255 = 90%
G 219 of 255 = 86%
B 183 of 255 = 72%

230
219
183

R + G + B ~ 83%. #E6DBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 219 + 183 = 632 (100%)
R 230 of 632 ~ 36.39%
G 219 of 632 ~ 34.65%
B 183 of 632 ~ 28.96%

%36.39
%34.65
%28.96

CMYK color model

#E6DBB7 color CMYK value is (0,5,20,10).

  • cyan value is 0.00%
  • magenta value is 4.78%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(0,5,20,10)
C0M5Y20K10 
(0%,5%,20%,10%)
(0.00/0.05/0.20/0.10)	

CMYK percentages

%0
%4.78
%20.43
%9.8

Codes

Color #E6DBB7 in popluar color models

E6DBB7
RGB230219183
HSL46°48.45%80.98%
HSB/HSV46°20.43%90.20%
CMYK0.00%4.78%20.43%
9.80%

Color #E6DBB7 in popluar number systems.

HEXE6DBB7
Decimal230219183
Binary111001101101101110110111
Octal346333267

Shades and tints

Shades of #E6DBB7

#E6DBB7
(230,219,183)
#D2C8A7
(210,200,167)
#BEB597
(190,181,151)
#AAA287
(170,162,135)
#968F77
(150,143,119)
#827C67
(130,124,103)
#6E6957
(110,105,87)
#5A5647
(90,86,71)
#464337
(70,67,55)
#323027
(50,48,39)
#1E1D17
(30,29,23)
#000000
(0,0,0)

Tints of #E6DBB7

#E6DBB7
(230,219,183)
#E8DEBD
(232,222,189)
#EAE1C3
(234,225,195)
#ECE4C9
(236,228,201)
#EEE7CF
(238,231,207)
#F0EAD5
(240,234,213)
#F2EDDB
(242,237,219)
#F4F0E1
(244,240,225)
#F6F3E7
(246,243,231)
#F8F6ED
(248,246,237)
#FAF9F3
(250,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DBB7; }

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

This text font color is #E6DBB7.


Background Color

.myBgColor { background-color: #E6DBB7; }

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

This div background color is #E6DBB7.


Border color

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

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

This div border color is #E6DBB7.


Opacity

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

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

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

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

This text has shadow with #E6DBB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DBB7 on black background.


Color preview on white background

This text has color #E6DBB7 on white background.



Black color preview on #E6DBB7 background

This text has black color on #E6DBB7 background.


White color preview on #E6DBB7 background

This text has white color on #E6DBB7 background.