COLOR #D0DBF6

HEX: #D0DBF6 RGB: (208,219,246)

Color info

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

RGB color model

#D0DBF6 color RGB value is (208,219,246).

RGB: (208,219,246) (82%, 86%, 96%)

RGB channels and saturation

R 208 of 255 = 82%
G 219 of 255 = 86%
B 246 of 255 = 96%

208
219
246

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

Portions of RGB colors in percentages

R + G + B = 208 + 219 + 246 = 673 (100%)
R 208 of 673 ~ 30.91%
G 219 of 673 ~ 32.54%
B 246 of 673 ~ 36.55'%

%30.91
%32.54
%36.55

CMYK color model

#D0DBF6 color CMYK value is (15,11,0,4).

  • cyan value is 15.45%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (15,11,0,4)
C15M11Y0K4 (15%, 11%, 0%, 4%)
(0.15 / 0.11 / 0.00 / 0.04)

CMYK percentages

%15.45
%10.98
%0
%3.53

Codes

Color #D0DBF6 in popluar color models

D0 DB F6
RGB 208 219 246
HSL 223° 67.86% 89.02%
HSB/HSV 223° 15.45% 96.47%
CMYK 15.45% 10.98% 0.00%
3.53%

Color #D0DBF6 in popluar number systems.

HEX D0 DB F6
Decimal 208 219 246
Binary 11010000 11011011 11110110
Octal 320 333 366

Shades and tints

Shades of #D0DBF6

#D0DBF6
(208,219,246)
#BEC8E0
(190,200,224)
#ACB5CA
(172,181,202)
#9AA2B4
(154,162,180)
#888F9E
(136,143,158)
#767C88
(118,124,136)
#646972
(100,105,114)
#52565C
(82,86,92)
#404346
(64,67,70)
#2E3030
(46,48,48)
#1C1D1A
(28,29,26)
#000000
(0,0,0)

Tints of #D0DBF6

#D0DBF6
(208,219,246)
#D4DEF6
(212,222,246)
#D8E1F6
(216,225,246)
#DCE4F6
(220,228,246)
#E0E7F6
(224,231,246)
#E4EAF6
(228,234,246)
#E8EDF6
(232,237,246)
#ECF0F6
(236,240,246)
#F0F3F6
(240,243,246)
#F4F6F6
(244,246,246)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0DBF6 color. Also use rgb(208,219,246) instead hex code.

Text Font Color

.myTextColor { color: #D0DBF6; }

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

This text font color is #D0DBF6.

Background Color

.myBgColor { background-color: #D0DBF6; }

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

This div background color is #D0DBF6.

Border color

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

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

This div border color is #D0DBF6.

Opacity

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

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

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

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

This text has shadow with #D0DBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0DBF6.

Preview

Color preview on black background

This text has color #D0DBF6 on black background.


Color preview on white background

This text has color #D0DBF6 on white background.


Black color preview on #D0DBF6 background

This text has black color on #D0DBF6 background.


White color preview on #D0DBF6 background

This text has white color on #D0DBF6 background.


Related colors

Complementary color

Complementary color for #hex is #2F2409.


I love getcolorcode.com

Triadic colors

1 #F6D0DB and #DBF6D0 with #D0DBF6 are triadic colors.

2 #F6DBD0 and #DBD0F6 with #D0DBF6 are triadic colors.