COLOR #DED9C0

HEX: #DED9C0
RGB: (222,217,192)

Color info

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

RGB color model

#DED9C0 color RGB value is (222,217,192).

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

RGB channels and saturation

R 222 of 255 = 87%
G 217 of 255 = 85%
B 192 of 255 = 75%

222
217
192

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

Portions of RGB colors in percentages

R + G + B =
222 + 217 + 192 = 631 (100%)
R 222 of 631 ~ 35.18%
G 217 of 631 ~ 34.39%
B 192 of 631 ~ 30.43%

%35.18
%34.39
%30.43

CMYK color model

#DED9C0 color CMYK value is (0,2,14,13).

  • cyan value is 0.00%
  • magenta value is 2.25%
  • yellow value is 13.51%
  • key color value is 12.94%
CMYK:
(0,2,14,13)
C0M2Y14K13 
(0%,2%,14%,13%)
(0.00/0.02/0.14/0.13)	

CMYK percentages

%0
%2.25
%13.51
%12.94

Codes

Color #DED9C0 in popluar color models

DED9C0
RGB222217192
HSL50°31.25%81.18%
HSB/HSV50°13.51%87.06%
CMYK0.00%2.25%13.51%
12.94%

Color #DED9C0 in popluar number systems.

HEXDED9C0
Decimal222217192
Binary110111101101100111000000
Octal336331300

Shades and tints

Shades of #DED9C0

#DED9C0
(222,217,192)
#CAC6AF
(202,198,175)
#B6B39E
(182,179,158)
#A2A08D
(162,160,141)
#8E8D7C
(142,141,124)
#7A7A6B
(122,122,107)
#66675A
(102,103,90)
#525449
(82,84,73)
#3E4138
(62,65,56)
#2A2E27
(42,46,39)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #DED9C0

#DED9C0
(222,217,192)
#E1DCC5
(225,220,197)
#E4DFCA
(228,223,202)
#E7E2CF
(231,226,207)
#EAE5D4
(234,229,212)
#EDE8D9
(237,232,217)
#F0EBDE
(240,235,222)
#F3EEE3
(243,238,227)
#F6F1E8
(246,241,232)
#F9F4ED
(249,244,237)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED9C0; }

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

This text font color is #DED9C0.


Background Color

.myBgColor { background-color: #DED9C0; }

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

This div background color is #DED9C0.


Border color

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

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

This div border color is #DED9C0.


Opacity

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

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

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

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

This text has shadow with #DED9C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED9C0 on black background.


Color preview on white background

This text has color #DED9C0 on white background.



Black color preview on #DED9C0 background

This text has black color on #DED9C0 background.


White color preview on #DED9C0 background

This text has white color on #DED9C0 background.