COLOR #D2DCE6

HEX: #D2DCE6
RGB: (210,220,230)

Color info

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

RGB color model

#D2DCE6 color RGB value is (210,220,230).

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

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 230 of 255 = 90%

210
220
230

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

Portions of RGB colors in percentages

R + G + B =
210 + 220 + 230 = 660 (100%)
R 210 of 660 ~ 31.82%
G 220 of 660 ~ 33.33%
B 230 of 660 ~ 34.85%

%31.82
%33.33
%34.85

CMYK color model

#D2DCE6 color CMYK value is (9,4,0,10).

  • cyan value is 8.70%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(9,4,0,10)
C9M4Y0K10 
(9%,4%,0%,10%)
(0.09/0.04/0.00/0.10)	

CMYK percentages

%8.7
%4.35
%0
%9.8

Codes

Color #D2DCE6 in popluar color models

D2DCE6
RGB210220230
HSL210°28.57%86.27%
HSB/HSV210°8.70%90.20%
CMYK8.70%4.35%0.00%
9.80%

Color #D2DCE6 in popluar number systems.

HEXD2DCE6
Decimal210220230
Binary110100101101110011100110
Octal322334346

Shades and tints

Shades of #D2DCE6

#D2DCE6
(210,220,230)
#BFC8D2
(191,200,210)
#ACB4BE
(172,180,190)
#99A0AA
(153,160,170)
#868C96
(134,140,150)
#737882
(115,120,130)
#60646E
(96,100,110)
#4D505A
(77,80,90)
#3A3C46
(58,60,70)
#272832
(39,40,50)
#14141E
(20,20,30)
#000000
(0,0,0)

Tints of #D2DCE6

#D2DCE6
(210,220,230)
#D6DFE8
(214,223,232)
#DAE2EA
(218,226,234)
#DEE5EC
(222,229,236)
#E2E8EE
(226,232,238)
#E6EBF0
(230,235,240)
#EAEEF2
(234,238,242)
#EEF1F4
(238,241,244)
#F2F4F6
(242,244,246)
#F6F7F8
(246,247,248)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCE6; }

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

This text font color is #D2DCE6.


Background Color

.myBgColor { background-color: #D2DCE6; }

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

This div background color is #D2DCE6.


Border color

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

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

This div border color is #D2DCE6.


Opacity

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

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

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

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

This text has shadow with #D2DCE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2DCE6 on black background.


Color preview on white background

This text has color #D2DCE6 on white background.



Black color preview on #D2DCE6 background

This text has black color on #D2DCE6 background.


White color preview on #D2DCE6 background

This text has white color on #D2DCE6 background.