COLOR #DEDEC7

HEX: #DEDEC7
RGB: (222,222,199)

Color info

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

RGB color model

#DEDEC7 color RGB value is (222,222,199).

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

RGB channels and saturation

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

222
222
199

R + G + B ~ 84%. #DEDEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
222 + 222 + 199 = 643 (100%)
R 222 of 643 ~ 34.53%
G 222 of 643 ~ 34.53%
B 199 of 643 ~ 30.95%

%34.53
%34.53
%30.95

CMYK color model

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

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

CMYK percentages

%0
%0
%10.36
%12.94

Codes

Color #DEDEC7 in popluar color models

DEDEC7
RGB222222199
HSL60°25.84%82.55%
HSB/HSV60°10.36%87.06%
CMYK0.00%0.00%10.36%
12.94%

Color #DEDEC7 in popluar number systems.

HEXDEDEC7
Decimal222222199
Binary110111101101111011000111
Octal336336307

Shades and tints

Shades of #DEDEC7

#DEDEC7
(222,222,199)
#CACAB5
(202,202,181)
#B6B6A3
(182,182,163)
#A2A291
(162,162,145)
#8E8E7F
(142,142,127)
#7A7A6D
(122,122,109)
#66665B
(102,102,91)
#525249
(82,82,73)
#3E3E37
(62,62,55)
#2A2A25
(42,42,37)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #DEDEC7

#DEDEC7
(222,222,199)
#E1E1CC
(225,225,204)
#E4E4D1
(228,228,209)
#E7E7D6
(231,231,214)
#EAEADB
(234,234,219)
#EDEDE0
(237,237,224)
#F0F0E5
(240,240,229)
#F3F3EA
(243,243,234)
#F6F6EF
(246,246,239)
#F9F9F4
(249,249,244)
#FCFCF9
(252,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEC7; }

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

This text font color is #DEDEC7.


Background Color

.myBgColor { background-color: #DEDEC7; }

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

This div background color is #DEDEC7.


Border color

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

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

This div border color is #DEDEC7.


Opacity

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

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

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

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

This text has shadow with #DEDEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDEC7 on black background.


Color preview on white background

This text has color #DEDEC7 on white background.



Black color preview on #DEDEC7 background

This text has black color on #DEDEC7 background.


White color preview on #DEDEC7 background

This text has white color on #DEDEC7 background.