COLOR #DED8BB

HEX: #DED8BB
RGB: (222,216,187)

Color info

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

RGB color model

#DED8BB color RGB value is (222,216,187).

  • red value is 222;
  • green value is 216;
  • blue value is 187.
RGB:
(222,216,187)
(87%,85%,73%)

RGB channels and saturation

R 222 of 255 = 87%
G 216 of 255 = 85%
B 187 of 255 = 73%

222
216
187

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

Portions of RGB colors in percentages

R + G + B =
222 + 216 + 187 = 625 (100%)
R 222 of 625 ~ 35.52%
G 216 of 625 ~ 34.56%
B 187 of 625 ~ 29.92%

%35.52
%34.56
%29.92

CMYK color model

#DED8BB color CMYK value is (0,3,16,13).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 15.77%
  • key color value is 12.94%
CMYK:
(0,3,16,13)
C0M3Y16K13 
(0%,3%,16%,13%)
(0.00/0.03/0.16/0.13)	

CMYK percentages

%0
%2.7
%15.77
%12.94

Codes

Color #DED8BB in popluar color models

DED8BB
RGB222216187
HSL50°34.65%80.20%
HSB/HSV50°15.77%87.06%
CMYK0.00%2.70%15.77%
12.94%

Color #DED8BB in popluar number systems.

HEXDED8BB
Decimal222216187
Binary110111101101100010111011
Octal336330273

Shades and tints

Shades of #DED8BB

#DED8BB
(222,216,187)
#CAC5AA
(202,197,170)
#B6B299
(182,178,153)
#A29F88
(162,159,136)
#8E8C77
(142,140,119)
#7A7966
(122,121,102)
#666655
(102,102,85)
#525344
(82,83,68)
#3E4033
(62,64,51)
#2A2D22
(42,45,34)
#161A11
(22,26,17)
#000000
(0,0,0)

Tints of #DED8BB

#DED8BB
(222,216,187)
#E1DBC1
(225,219,193)
#E4DEC7
(228,222,199)
#E7E1CD
(231,225,205)
#EAE4D3
(234,228,211)
#EDE7D9
(237,231,217)
#F0EADF
(240,234,223)
#F3EDE5
(243,237,229)
#F6F0EB
(246,240,235)
#F9F3F1
(249,243,241)
#FCF6F7
(252,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED8BB color. Also use rgb(222,216,187) instead hex code.

Text Font Color

.myTextColor { color: #DED8BB; }

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

This text font color is #DED8BB.


Background Color

.myBgColor { background-color: #DED8BB; }

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

This div background color is #DED8BB.


Border color

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

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

This div border color is #DED8BB.


Opacity

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

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

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

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

This text has shadow with #DED8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED8BB on black background.


Color preview on white background

This text has color #DED8BB on white background.



Black color preview on #DED8BB background

This text has black color on #DED8BB background.


White color preview on #DED8BB background

This text has white color on #DED8BB background.