COLOR #D2DEEF

HEX: #D2DEEF
RGB: (210,222,239)

Color info

#D2DEEF contains red, green and blue colors in about the same proportion. Web safe color of #D2DEEF is #CCCCFF (or #CCF).

RGB color model

#D2DEEF color RGB value is (210,222,239).

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

RGB channels and saturation

R 210 of 255 = 82%
G 222 of 255 = 87%
B 239 of 255 = 94%

210
222
239

R + G + B ~ 88%. #D2DEEF is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 222 + 239 = 671 (100%)
R 210 of 671 ~ 31.3%
G 222 of 671 ~ 33.08%
B 239 of 671 ~ 35.62%

%31.3
%33.08
%35.62

CMYK color model

#D2DEEF color CMYK value is (12,7,0,6).

  • cyan value is 12.13%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(12,7,0,6)
C12M7Y0K6 
(12%,7%,0%,6%)
(0.12/0.07/0.00/0.06)	

CMYK percentages

%12.13
%7.11
%0
%6.27

Codes

Color #D2DEEF in popluar color models

D2DEEF
RGB210222239
HSL215°47.54%88.04%
HSB/HSV215°12.13%93.73%
CMYK12.13%7.11%0.00%
6.27%

Color #D2DEEF in popluar number systems.

HEXD2DEEF
Decimal210222239
Binary110100101101111011101111
Octal322336357

Shades and tints

Shades of #D2DEEF

#D2DEEF
(210,222,239)
#BFCADA
(191,202,218)
#ACB6C5
(172,182,197)
#99A2B0
(153,162,176)
#868E9B
(134,142,155)
#737A86
(115,122,134)
#606671
(96,102,113)
#4D525C
(77,82,92)
#3A3E47
(58,62,71)
#272A32
(39,42,50)
#14161D
(20,22,29)
#000000
(0,0,0)

Tints of #D2DEEF

#D2DEEF
(210,222,239)
#D6E1F0
(214,225,240)
#DAE4F1
(218,228,241)
#DEE7F2
(222,231,242)
#E2EAF3
(226,234,243)
#E6EDF4
(230,237,244)
#EAF0F5
(234,240,245)
#EEF3F6
(238,243,246)
#F2F6F7
(242,246,247)
#F6F9F8
(246,249,248)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DEEF; }

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

This text font color is #D2DEEF.


Background Color

.myBgColor { background-color: #D2DEEF; }

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

This div background color is #D2DEEF.


Border color

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

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

This div border color is #D2DEEF.


Opacity

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

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

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

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

This text has shadow with #D2DEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DEEF on black background.


Color preview on white background

This text has color #D2DEEF on white background.



Black color preview on #D2DEEF background

This text has black color on #D2DEEF background.


White color preview on #D2DEEF background

This text has white color on #D2DEEF background.