COLOR #D2DEE6

HEX: #D2DEE6
RGB: (210,222,230)

Color info

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

RGB color model

#D2DEE6 color RGB value is (210,222,230).

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

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 230 of 255 = 90%

210
222
230

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

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 230 = 662 (100%)
R 210 of 662 ~ 31.72%
G 222 of 662 ~ 33.53%
B 230 of 662 ~ 34.74%

%31.72
%33.53
%34.74

CMYK color model

#D2DEE6 color CMYK value is (9,3,0,10).

  • cyan value is 8.70%
  • magenta value is 3.48%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,3,0,10)
C9M3Y0K10 
(9%,3%,0%,10%)
(0.09/0.03/0.00/0.10)	

CMYK percentages

%8.7
%3.48
%0
%9.8

Codes

Color #D2DEE6 in popluar color models

D2DEE6
RGB210222230
HSL204°28.57%86.27%
HSB/HSV204°8.70%90.20%
CMYK8.70%3.48%0.00%
9.80%

Color #D2DEE6 in popluar number systems.

HEXD2DEE6
Decimal210222230
Binary110100101101111011100110
Octal322336346

Shades and tints

Shades of #D2DEE6

#D2DEE6
(210,222,230)
#BFCAD2
(191,202,210)
#ACB6BE
(172,182,190)
#99A2AA
(153,162,170)
#868E96
(134,142,150)
#737A82
(115,122,130)
#60666E
(96,102,110)
#4D525A
(77,82,90)
#3A3E46
(58,62,70)
#272A32
(39,42,50)
#14161E
(20,22,30)
#000000
(0,0,0)

Tints of #D2DEE6

#D2DEE6
(210,222,230)
#D6E1E8
(214,225,232)
#DAE4EA
(218,228,234)
#DEE7EC
(222,231,236)
#E2EAEE
(226,234,238)
#E6EDF0
(230,237,240)
#EAF0F2
(234,240,242)
#EEF3F4
(238,243,244)
#F2F6F6
(242,246,246)
#F6F9F8
(246,249,248)
#FAFCFA
(250,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DEE6; }

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

This text font color is #D2DEE6.


Background Color

.myBgColor { background-color: #D2DEE6; }

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

This div background color is #D2DEE6.


Border color

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

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

This div border color is #D2DEE6.


Opacity

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

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

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

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

This text has shadow with #D2DEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DEE6 on black background.


Color preview on white background

This text has color #D2DEE6 on white background.



Black color preview on #D2DEE6 background

This text has black color on #D2DEE6 background.


White color preview on #D2DEE6 background

This text has white color on #D2DEE6 background.