COLOR #D6DEDE

HEX: #D6DEDE
RGB: (214,222,222)

Color info

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

RGB color model

#D6DEDE color RGB value is (214,222,222).

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

RGB channels and saturation

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

214
222
222

R + G + B ~ 86%. #D6DEDE is light color.

Portions of RGB colors in percentages

R + G + B =
214 + 222 + 222 = 658 (100%)
R 214 of 658 ~ 32.52%
G 222 of 658 ~ 33.74%
B 222 of 658 ~ 33.74%

%32.52
%33.74
%33.74

CMYK color model

#D6DEDE color CMYK value is (4,0,0,13).

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

CMYK percentages

%3.6
%0
%0
%12.94

Codes

Color #D6DEDE in popluar color models

D6DEDE
RGB214222222
HSL180°10.81%85.49%
HSB/HSV180°3.60%87.06%
CMYK3.60%0.00%0.00%
12.94%

Color #D6DEDE in popluar number systems.

HEXD6DEDE
Decimal214222222
Binary110101101101111011011110
Octal326336336

Shades and tints

Shades of #D6DEDE

#D6DEDE
(214,222,222)
#C3CACA
(195,202,202)
#B0B6B6
(176,182,182)
#9DA2A2
(157,162,162)
#8A8E8E
(138,142,142)
#777A7A
(119,122,122)
#646666
(100,102,102)
#515252
(81,82,82)
#3E3E3E
(62,62,62)
#2B2A2A
(43,42,42)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #D6DEDE

#D6DEDE
(214,222,222)
#D9E1E1
(217,225,225)
#DCE4E4
(220,228,228)
#DFE7E7
(223,231,231)
#E2EAEA
(226,234,234)
#E5EDED
(229,237,237)
#E8F0F0
(232,240,240)
#EBF3F3
(235,243,243)
#EEF6F6
(238,246,246)
#F1F9F9
(241,249,249)
#F4FCFC
(244,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6DEDE; }

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

This text font color is #D6DEDE.


Background Color

.myBgColor { background-color: #D6DEDE; }

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

This div background color is #D6DEDE.


Border color

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

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

This div border color is #D6DEDE.


Opacity

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

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

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

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

This text has shadow with #D6DEDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6DEDE on black background.


Color preview on white background

This text has color #D6DEDE on white background.



Black color preview on #D6DEDE background

This text has black color on #D6DEDE background.


White color preview on #D6DEDE background

This text has white color on #D6DEDE background.