COLOR #DED9AB

HEX: #DED9AB RGB: (222,217,171)

Color info

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

RGB color model

#DED9AB color RGB value is (222,217,171).

RGB: (222,217,171) (87%, 85%, 67%)

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 171 of 255 = 67%

222
217
171

R + G + B ~ 80%. #DED9AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 222 + 217 + 171 = 610 (100%)
R 222 of 610 ~ 36.39%
G 217 of 610 ~ 35.57%
B 171 of 610 ~ 28.03'%

%36.39
%35.57
%28.03

CMYK color model

#DED9AB color CMYK value is (0,2,23,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 22.97%
  • key color value is 12.94%

CMYK: (0,2,23,13)
C0M2Y23K13 (0%, 2%, 23%, 13%)
(0.00 / 0.02 / 0.23 / 0.13)

CMYK percentages

%0
%2.25
%22.97
%12.94

Codes

Color #DED9AB in popluar color models

DE D9 AB
RGB 222 217 171
HSL 54° 43.59% 77.06%
HSB/HSV 54° 22.97% 87.06%
CMYK 0.00% 2.25% 22.97%
12.94%

Color #DED9AB in popluar number systems.

HEX DE D9 AB
Decimal 222 217 171
Binary 11011110 11011001 10101011
Octal 336 331 253

Shades and tints

Shades of #DED9AB

#DED9AB
(222,217,171)
#CAC69C
(202,198,156)
#B6B38D
(182,179,141)
#A2A07E
(162,160,126)
#8E8D6F
(142,141,111)
#7A7A60
(122,122,96)
#666751
(102,103,81)
#525442
(82,84,66)
#3E4133
(62,65,51)
#2A2E24
(42,46,36)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #DED9AB

#DED9AB
(222,217,171)
#E1DCB2
(225,220,178)
#E4DFB9
(228,223,185)
#E7E2C0
(231,226,192)
#EAE5C7
(234,229,199)
#EDE8CE
(237,232,206)
#F0EBD5
(240,235,213)
#F3EEDC
(243,238,220)
#F6F1E3
(246,241,227)
#F9F4EA
(249,244,234)
#FCF7F1
(252,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED9AB; }

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

This text font color is #DED9AB.

Background Color

.myBgColor { background-color: #DED9AB; }

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

This div background color is #DED9AB.

Border color

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

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

This div border color is #DED9AB.

Opacity

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

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

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

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

This text has shadow with #DED9AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DED9AB.

Preview

Color preview on black background

This text has color #DED9AB on black background.


Color preview on white background

This text has color #DED9AB on white background.


Black color preview on #DED9AB background

This text has black color on #DED9AB background.


White color preview on #DED9AB background

This text has white color on #DED9AB background.


Related colors

Complementary color

Complementary color for #hex is #212654.


I love getcolorcode.com

Triadic colors

1 #ABDED9 and #D9ABDE with #DED9AB are triadic colors.

2 #ABD9DE and #D9DEAB with #DED9AB are triadic colors.