COLOR #DED7C7

HEX: #DED7C7
RGB: (222,215,199)

Color info

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

RGB color model

#DED7C7 color RGB value is (222,215,199).

  • red value is 222;
  • green value is 215;
  • blue value is 199.
RGB:
(222,215,199)
(87%,84%,78%)

RGB channels and saturation

R 222 of 255 = 87%
G 215 of 255 = 84%
B 199 of 255 = 78%

222
215
199

R + G + B ~ 83%. #DED7C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 215 + 199 = 636 (100%)
R 222 of 636 ~ 34.91%
G 215 of 636 ~ 33.81%
B 199 of 636 ~ 31.29%

%34.91
%33.81
%31.29

CMYK color model

#DED7C7 color CMYK value is (0,3,10,13).

  • cyan value is 0.00%
  • magenta value is 3.15%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(0,3,10,13)
C0M3Y10K13 
(0%,3%,10%,13%)
(0.00/0.03/0.10/0.13)	

CMYK percentages

%0
%3.15
%10.36
%12.94

Codes

Color #DED7C7 in popluar color models

DED7C7
RGB222215199
HSL42°25.84%82.55%
HSB/HSV42°10.36%87.06%
CMYK0.00%3.15%10.36%
12.94%

Color #DED7C7 in popluar number systems.

HEXDED7C7
Decimal222215199
Binary110111101101011111000111
Octal336327307

Shades and tints

Shades of #DED7C7

#DED7C7
(222,215,199)
#CAC4B5
(202,196,181)
#B6B1A3
(182,177,163)
#A29E91
(162,158,145)
#8E8B7F
(142,139,127)
#7A786D
(122,120,109)
#66655B
(102,101,91)
#525249
(82,82,73)
#3E3F37
(62,63,55)
#2A2C25
(42,44,37)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #DED7C7

#DED7C7
(222,215,199)
#E1DACC
(225,218,204)
#E4DDD1
(228,221,209)
#E7E0D6
(231,224,214)
#EAE3DB
(234,227,219)
#EDE6E0
(237,230,224)
#F0E9E5
(240,233,229)
#F3ECEA
(243,236,234)
#F6EFEF
(246,239,239)
#F9F2F4
(249,242,244)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DED7C7 color. Also use rgb(222,215,199) instead hex code.

Text Font Color

.myTextColor { color: #DED7C7; }

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

This text font color is #DED7C7.


Background Color

.myBgColor { background-color: #DED7C7; }

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

This div background color is #DED7C7.


Border color

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

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

This div border color is #DED7C7.


Opacity

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

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

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

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

This text has shadow with #DED7C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED7C7 on black background.


Color preview on white background

This text has color #DED7C7 on white background.



Black color preview on #DED7C7 background

This text has black color on #DED7C7 background.


White color preview on #DED7C7 background

This text has white color on #DED7C7 background.