COLOR #D1DEE2

HEX: #D1DEE2
RGB: (209,222,226)

Color info

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

RGB color model

#D1DEE2 color RGB value is (209,222,226).

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

RGB channels and saturation

R 209 of 255 = 82%
G 222 of 255 = 87%
B 226 of 255 = 89%

209
222
226

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

Portions of RGB colors in percentages

R + G + B =
209 + 222 + 226 = 657 (100%)
R 209 of 657 ~ 31.81%
G 222 of 657 ~ 33.79%
B 226 of 657 ~ 34.4%

%31.81
%33.79
%34.4

CMYK color model

#D1DEE2 color CMYK value is (8,2,0,11).

  • cyan value is 7.52%
  • magenta value is 1.77%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(8,2,0,11)
C8M2Y0K11 
(8%,2%,0%,11%)
(0.08/0.02/0.00/0.11)	

CMYK percentages

%7.52
%1.77
%0
%11.37

Codes

Color #D1DEE2 in popluar color models

D1DEE2
RGB209222226
HSL194°22.67%85.29%
HSB/HSV194°7.52%88.63%
CMYK7.52%1.77%0.00%
11.37%

Color #D1DEE2 in popluar number systems.

HEXD1DEE2
Decimal209222226
Binary110100011101111011100010
Octal321336342

Shades and tints

Shades of #D1DEE2

#D1DEE2
(209,222,226)
#BECACE
(190,202,206)
#ABB6BA
(171,182,186)
#98A2A6
(152,162,166)
#858E92
(133,142,146)
#727A7E
(114,122,126)
#5F666A
(95,102,106)
#4C5256
(76,82,86)
#393E42
(57,62,66)
#262A2E
(38,42,46)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #D1DEE2

#D1DEE2
(209,222,226)
#D5E1E4
(213,225,228)
#D9E4E6
(217,228,230)
#DDE7E8
(221,231,232)
#E1EAEA
(225,234,234)
#E5EDEC
(229,237,236)
#E9F0EE
(233,240,238)
#EDF3F0
(237,243,240)
#F1F6F2
(241,246,242)
#F5F9F4
(245,249,244)
#F9FCF6
(249,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1DEE2; }

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

This text font color is #D1DEE2.


Background Color

.myBgColor { background-color: #D1DEE2; }

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

This div background color is #D1DEE2.


Border color

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

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

This div border color is #D1DEE2.


Opacity

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

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

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

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

This text has shadow with #D1DEE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1DEE2 on black background.


Color preview on white background

This text has color #D1DEE2 on white background.



Black color preview on #D1DEE2 background

This text has black color on #D1DEE2 background.


White color preview on #D1DEE2 background

This text has white color on #D1DEE2 background.