COLOR #DED8B3

HEX: #DED8B3
RGB: (222,216,179)

Color info

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

RGB color model

#DED8B3 color RGB value is (222,216,179).

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

RGB channels and saturation

R 222 of 255 = 87%
G 216 of 255 = 85%
B 179 of 255 = 70%

222
216
179

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

Portions of RGB colors in percentages

R + G + B =
222 + 216 + 179 = 617 (100%)
R 222 of 617 ~ 35.98%
G 216 of 617 ~ 35.01%
B 179 of 617 ~ 29.01%

%35.98
%35.01
%29.01

CMYK color model

#DED8B3 color CMYK value is (0,3,19,13).

  • cyan value is 0.00%
  • magenta value is 2.70%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(0,3,19,13)
C0M3Y19K13 
(0%,3%,19%,13%)
(0.00/0.03/0.19/0.13)	

CMYK percentages

%0
%2.7
%19.37
%12.94

Codes

Color #DED8B3 in popluar color models

DED8B3
RGB222216179
HSL52°39.45%78.63%
HSB/HSV52°19.37%87.06%
CMYK0.00%2.70%19.37%
12.94%

Color #DED8B3 in popluar number systems.

HEXDED8B3
Decimal222216179
Binary110111101101100010110011
Octal336330263

Shades and tints

Shades of #DED8B3

#DED8B3
(222,216,179)
#CAC5A3
(202,197,163)
#B6B293
(182,178,147)
#A29F83
(162,159,131)
#8E8C73
(142,140,115)
#7A7963
(122,121,99)
#666653
(102,102,83)
#525343
(82,83,67)
#3E4033
(62,64,51)
#2A2D23
(42,45,35)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #DED8B3

#DED8B3
(222,216,179)
#E1DBB9
(225,219,185)
#E4DEBF
(228,222,191)
#E7E1C5
(231,225,197)
#EAE4CB
(234,228,203)
#EDE7D1
(237,231,209)
#F0EAD7
(240,234,215)
#F3EDDD
(243,237,221)
#F6F0E3
(246,240,227)
#F9F3E9
(249,243,233)
#FCF6EF
(252,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED8B3; }

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

This text font color is #DED8B3.


Background Color

.myBgColor { background-color: #DED8B3; }

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

This div background color is #DED8B3.


Border color

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

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

This div border color is #DED8B3.


Opacity

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

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

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

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

This text has shadow with #DED8B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED8B3 on black background.


Color preview on white background

This text has color #DED8B3 on white background.



Black color preview on #DED8B3 background

This text has black color on #DED8B3 background.


White color preview on #DED8B3 background

This text has white color on #DED8B3 background.