COLOR #E6DDB7

HEX: #E6DDB7
RGB: (230,221,183)

Color info

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

RGB color model

#E6DDB7 color RGB value is (230,221,183).

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

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 183 of 255 = 72%

230
221
183

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 183 = 634 (100%)
R 230 of 634 ~ 36.28%
G 221 of 634 ~ 34.86%
B 183 of 634 ~ 28.86%

%36.28
%34.86
%28.86

CMYK color model

#E6DDB7 color CMYK value is (0,4,20,10).

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(0,4,20,10)
C0M4Y20K10 
(0%,4%,20%,10%)
(0.00/0.04/0.20/0.10)	

CMYK percentages

%0
%3.91
%20.43
%9.8

Codes

Color #E6DDB7 in popluar color models

E6DDB7
RGB230221183
HSL49°48.45%80.98%
HSB/HSV49°20.43%90.20%
CMYK0.00%3.91%20.43%
9.80%

Color #E6DDB7 in popluar number systems.

HEXE6DDB7
Decimal230221183
Binary111001101101110110110111
Octal346335267

Shades and tints

Shades of #E6DDB7

#E6DDB7
(230,221,183)
#D2C9A7
(210,201,167)
#BEB597
(190,181,151)
#AAA187
(170,161,135)
#968D77
(150,141,119)
#827967
(130,121,103)
#6E6557
(110,101,87)
#5A5147
(90,81,71)
#463D37
(70,61,55)
#322927
(50,41,39)
#1E1517
(30,21,23)
#000000
(0,0,0)

Tints of #E6DDB7

#E6DDB7
(230,221,183)
#E8E0BD
(232,224,189)
#EAE3C3
(234,227,195)
#ECE6C9
(236,230,201)
#EEE9CF
(238,233,207)
#F0ECD5
(240,236,213)
#F2EFDB
(242,239,219)
#F4F2E1
(244,242,225)
#F6F5E7
(246,245,231)
#F8F8ED
(248,248,237)
#FAFBF3
(250,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDB7; }

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

This text font color is #E6DDB7.


Background Color

.myBgColor { background-color: #E6DDB7; }

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

This div background color is #E6DDB7.


Border color

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

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

This div border color is #E6DDB7.


Opacity

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

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

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

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

This text has shadow with #E6DDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDB7 on black background.


Color preview on white background

This text has color #E6DDB7 on white background.



Black color preview on #E6DDB7 background

This text has black color on #E6DDB7 background.


White color preview on #E6DDB7 background

This text has white color on #E6DDB7 background.