COLOR #DEDEDE

HEX: #DEDEDE
RGB: (222,222,222)

Color info

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

RGB color model

#DEDEDE color RGB value is (222,222,222).

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

RGB channels and saturation

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

222
222
222

R + G + B ~ 87%. #DEDEDE is light color.

Portions of RGB colors in percentages

R + G + B =
222 + 222 + 222 = 666 (100%)
R 222 of 666 ~ 33.33%
G 222 of 666 ~ 33.33%
B 222 of 666 ~ 33.33%

%33.33
%33.33
%33.33

CMYK color model

#DEDEDE color CMYK value is (0,0,0,13).

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

CMYK percentages

%0
%0
%0
%12.94

Codes

Color #DEDEDE in popluar color models

DEDEDE
RGB222222222
HSL0.00%0.87%
HSB/HSV0.00%0.87%
CMYK0.00%0.00%0.00%
12.94%

Color #DEDEDE in popluar number systems.

HEXDEDEDE
Decimal222222222
Binary110111101101111011011110
Octal336336336

Shades and tints

Shades of #DEDEDE

#DEDEDE
(222,222,222)
#CACACA
(202,202,202)
#B6B6B6
(182,182,182)
#A2A2A2
(162,162,162)
#8E8E8E
(142,142,142)
#7A7A7A
(122,122,122)
#666666
(102,102,102)
#525252
(82,82,82)
#3E3E3E
(62,62,62)
#2A2A2A
(42,42,42)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #DEDEDE

#DEDEDE
(222,222,222)
#E1E1E1
(225,225,225)
#E4E4E4
(228,228,228)
#E7E7E7
(231,231,231)
#EAEAEA
(234,234,234)
#EDEDED
(237,237,237)
#F0F0F0
(240,240,240)
#F3F3F3
(243,243,243)
#F6F6F6
(246,246,246)
#F9F9F9
(249,249,249)
#FCFCFC
(252,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DEDEDE; }

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

This text font color is #DEDEDE.


Background Color

.myBgColor { background-color: #DEDEDE; }

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

This div background color is #DEDEDE.


Border color

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

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

This div border color is #DEDEDE.


Opacity

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

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

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

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

This text has shadow with #DEDEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #DEDEDE on black background.


Color preview on white background

This text has color #DEDEDE on white background.



Black color preview on #DEDEDE background

This text has black color on #DEDEDE background.


White color preview on #DEDEDE background

This text has white color on #DEDEDE background.