COLOR #DED1C7

HEX: #DED1C7
RGB: (222,209,199)

Color info

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

RGB color model

#DED1C7 color RGB value is (222,209,199).

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

RGB channels and saturation

R 222 of 255 = 87%
G 209 of 255 = 82%
B 199 of 255 = 78%

222
209
199

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

Portions of RGB colors in percentages

R + G + B =
222 + 209 + 199 = 630 (100%)
R 222 of 630 ~ 35.24%
G 209 of 630 ~ 33.17%
B 199 of 630 ~ 31.59%

%35.24
%33.17
%31.59

CMYK color model

#DED1C7 color CMYK value is (0,6,10,13).

  • cyan value is 0.00%
  • magenta value is 5.86%
  • yellow value is 10.36%
  • key color value is 12.94%
CMYK:
(0,6,10,13)
C0M6Y10K13 
(0%,6%,10%,13%)
(0.00/0.06/0.10/0.13)	

CMYK percentages

%0
%5.86
%10.36
%12.94

Codes

Color #DED1C7 in popluar color models

DED1C7
RGB222209199
HSL26°25.84%82.55%
HSB/HSV26°10.36%87.06%
CMYK0.00%5.86%10.36%
12.94%

Color #DED1C7 in popluar number systems.

HEXDED1C7
Decimal222209199
Binary110111101101000111000111
Octal336321307

Shades and tints

Shades of #DED1C7

#DED1C7
(222,209,199)
#CABEB5
(202,190,181)
#B6ABA3
(182,171,163)
#A29891
(162,152,145)
#8E857F
(142,133,127)
#7A726D
(122,114,109)
#665F5B
(102,95,91)
#524C49
(82,76,73)
#3E3937
(62,57,55)
#2A2625
(42,38,37)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #DED1C7

#DED1C7
(222,209,199)
#E1D5CC
(225,213,204)
#E4D9D1
(228,217,209)
#E7DDD6
(231,221,214)
#EAE1DB
(234,225,219)
#EDE5E0
(237,229,224)
#F0E9E5
(240,233,229)
#F3EDEA
(243,237,234)
#F6F1EF
(246,241,239)
#F9F5F4
(249,245,244)
#FCF9F9
(252,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DED1C7; }

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

This text font color is #DED1C7.


Background Color

.myBgColor { background-color: #DED1C7; }

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

This div background color is #DED1C7.


Border color

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

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

This div border color is #DED1C7.


Opacity

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

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

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

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

This text has shadow with #DED1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DED1C7 on black background.


Color preview on white background

This text has color #DED1C7 on white background.



Black color preview on #DED1C7 background

This text has black color on #DED1C7 background.


White color preview on #DED1C7 background

This text has white color on #DED1C7 background.