COLOR #DED9B2

HEX: #DED9B2
RGB: (222,217,178)

Color info

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

RGB color model

#DED9B2 color RGB value is (222,217,178).

  • red value is 222;
  • green value is 217;
  • blue value is 178.
RGB:
(222,217,178)
(87%,85%,70%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 178 of 255 = 70%

222
217
178

R + G + B ~ 81%. #DED9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 217 + 178 = 617 (100%)
R 222 of 617 ~ 35.98%
G 217 of 617 ~ 35.17%
B 178 of 617 ~ 28.85%

%35.98
%35.17
%28.85

CMYK color model

#DED9B2 color CMYK value is (0,2,20,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 19.82%
  • key color value is 12.94%
CMYK:
(0,2,20,13)
C0M2Y20K13 
(0%,2%,20%,13%)
(0.00/0.02/0.20/0.13)	

CMYK percentages

%0
%2.25
%19.82
%12.94

Codes

Color #DED9B2 in popluar color models

DED9B2
RGB222217178
HSL53°40.00%78.43%
HSB/HSV53°19.82%87.06%
CMYK0.00%2.25%19.82%
12.94%

Color #DED9B2 in popluar number systems.

HEXDED9B2
Decimal222217178
Binary110111101101100110110010
Octal336331262

Shades and tints

Shades of #DED9B2

#DED9B2
(222,217,178)
#CAC6A2
(202,198,162)
#B6B392
(182,179,146)
#A2A082
(162,160,130)
#8E8D72
(142,141,114)
#7A7A62
(122,122,98)
#666752
(102,103,82)
#525442
(82,84,66)
#3E4132
(62,65,50)
#2A2E22
(42,46,34)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #DED9B2

#DED9B2
(222,217,178)
#E1DCB9
(225,220,185)
#E4DFC0
(228,223,192)
#E7E2C7
(231,226,199)
#EAE5CE
(234,229,206)
#EDE8D5
(237,232,213)
#F0EBDC
(240,235,220)
#F3EEE3
(243,238,227)
#F6F1EA
(246,241,234)
#F9F4F1
(249,244,241)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED9B2 color. Also use rgb(222,217,178) instead hex code.

Text Font Color

.myTextColor { color: #DED9B2; }

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

This text font color is #DED9B2.


Background Color

.myBgColor { background-color: #DED9B2; }

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

This div background color is #DED9B2.


Border color

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

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

This div border color is #DED9B2.


Opacity

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

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

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

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

This text has shadow with #DED9B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED9B2 on black background.


Color preview on white background

This text has color #DED9B2 on white background.



Black color preview on #DED9B2 background

This text has black color on #DED9B2 background.


White color preview on #DED9B2 background

This text has white color on #DED9B2 background.