COLOR #D2DBED

HEX: #D2DBED RGB: (210,219,237)

Color info

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

RGB color model

#D2DBED color RGB value is (210,219,237).

RGB: (210,219,237) (82%, 86%, 93%)

RGB channels and saturation

R 210 of 255 = 82%
G 219 of 255 = 86%
B 237 of 255 = 93%

210
219
237

R + G + B ~ 87%. #D2DBED is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 219 + 237 = 666 (100%)
R 210 of 666 ~ 31.53%
G 219 of 666 ~ 32.88%
B 237 of 666 ~ 35.59'%

%31.53
%32.88
%35.59

CMYK color model

#D2DBED color CMYK value is (11,8,0,7).

  • cyan value is 11.39%
  • magenta value is 7.59%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (11,8,0,7)
C11M8Y0K7 (11%, 8%, 0%, 7%)
(0.11 / 0.08 / 0.00 / 0.07)

CMYK percentages

%11.39
%7.59
%0
%7.06

Codes

Color #D2DBED in popluar color models

D2 DB ED
RGB 210 219 237
HSL 220° 42.86% 87.65%
HSB/HSV 220° 11.39% 92.94%
CMYK 11.39% 7.59% 0.00%
7.06%

Color #D2DBED in popluar number systems.

HEX D2 DB ED
Decimal 210 219 237
Binary 11010010 11011011 11101101
Octal 322 333 355

Shades and tints

Shades of #D2DBED

#D2DBED
(210,219,237)
#BFC8D8
(191,200,216)
#ACB5C3
(172,181,195)
#99A2AE
(153,162,174)
#868F99
(134,143,153)
#737C84
(115,124,132)
#60696F
(96,105,111)
#4D565A
(77,86,90)
#3A4345
(58,67,69)
#273030
(39,48,48)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #D2DBED

#D2DBED
(210,219,237)
#D6DEEE
(214,222,238)
#DAE1EF
(218,225,239)
#DEE4F0
(222,228,240)
#E2E7F1
(226,231,241)
#E6EAF2
(230,234,242)
#EAEDF3
(234,237,243)
#EEF0F4
(238,240,244)
#F2F3F5
(242,243,245)
#F6F6F6
(246,246,246)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2DBED color. Also use rgb(210,219,237) instead hex code.

Text Font Color

.myTextColor { color: #D2DBED; }

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

This text font color is #D2DBED.

Background Color

.myBgColor { background-color: #D2DBED; }

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

This div background color is #D2DBED.

Border color

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

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

This div border color is #D2DBED.

Opacity

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

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

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

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

This text has shadow with #D2DBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2DBED.

Preview

Color preview on black background

This text has color #D2DBED on black background.


Color preview on white background

This text has color #D2DBED on white background.


Black color preview on #D2DBED background

This text has black color on #D2DBED background.


White color preview on #D2DBED background

This text has white color on #D2DBED background.


Related colors

Complementary color

Complementary color for #hex is #2D2412.


I love getcolorcode.com

Triadic colors

1 #EDD2DB and #DBEDD2 with #D2DBED are triadic colors.

2 #EDDBD2 and #DBD2ED with #D2DBED are triadic colors.