COLOR #D2DCE3

HEX: #D2DCE3 RGB: (210,220,227)

Color info

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

RGB color model

#D2DCE3 color RGB value is (210,220,227).

RGB: (210,220,227) (82%, 86%, 89%)

RGB channels and saturation

R 210 of 255 = 82%
G 220 of 255 = 86%
B 227 of 255 = 89%

210
220
227

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

Portions of RGB colors in percentages

R + G + B = 210 + 220 + 227 = 657 (100%)
R 210 of 657 ~ 31.96%
G 220 of 657 ~ 33.49%
B 227 of 657 ~ 34.55'%

%31.96
%33.49
%34.55

CMYK color model

#D2DCE3 color CMYK value is (7,3,0,11).

  • cyan value is 7.49%
  • magenta value is 3.08%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (7,3,0,11)
C7M3Y0K11 (7%, 3%, 0%, 11%)
(0.07 / 0.03 / 0.00 / 0.11)

CMYK percentages

%7.49
%3.08
%0
%10.98

Codes

Color #D2DCE3 in popluar color models

D2 DC E3
RGB 210 220 227
HSL 205° 23.29% 85.69%
HSB/HSV 205° 7.49% 89.02%
CMYK 7.49% 3.08% 0.00%
10.98%

Color #D2DCE3 in popluar number systems.

HEX D2 DC E3
Decimal 210 220 227
Binary 11010010 11011100 11100011
Octal 322 334 343

Shades and tints

Shades of #D2DCE3

#D2DCE3
(210,220,227)
#BFC8CF
(191,200,207)
#ACB4BB
(172,180,187)
#99A0A7
(153,160,167)
#868C93
(134,140,147)
#73787F
(115,120,127)
#60646B
(96,100,107)
#4D5057
(77,80,87)
#3A3C43
(58,60,67)
#27282F
(39,40,47)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #D2DCE3

#D2DCE3
(210,220,227)
#D6DFE5
(214,223,229)
#DAE2E7
(218,226,231)
#DEE5E9
(222,229,233)
#E2E8EB
(226,232,235)
#E6EBED
(230,235,237)
#EAEEEF
(234,238,239)
#EEF1F1
(238,241,241)
#F2F4F3
(242,244,243)
#F6F7F5
(246,247,245)
#FAFAF7
(250,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2DCE3; }

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

This text font color is #D2DCE3.

Background Color

.myBgColor { background-color: #D2DCE3; }

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

This div background color is #D2DCE3.

Border color

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

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

This div border color is #D2DCE3.

Opacity

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

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

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

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

This text has shadow with #D2DCE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DCE3.

Preview

Color preview on black background

This text has color #D2DCE3 on black background.


Color preview on white background

This text has color #D2DCE3 on white background.


Black color preview on #D2DCE3 background

This text has black color on #D2DCE3 background.


White color preview on #D2DCE3 background

This text has white color on #D2DCE3 background.


Related colors

Complementary color

Complementary color for #hex is #2D231C.


I love getcolorcode.com

Triadic colors

1 #E3D2DC and #DCE3D2 with #D2DCE3 are triadic colors.

2 #E3DCD2 and #DCD2E3 with #D2DCE3 are triadic colors.