COLOR #D8DBF0

HEX: #D8DBF0
RGB: (216,219,240)

Color info

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

RGB color model

#D8DBF0 color RGB value is (216,219,240).

  • red value is 216;
  • green value is 219;
  • blue value is 240.
RGB:
(216,219,240)
(85%,86%,94%)

RGB channels and saturation

R 216 of 255 = 85%
G 219 of 255 = 86%
B 240 of 255 = 94%

216
219
240

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

Portions of RGB colors in percentages

R + G + B =
216 + 219 + 240 = 675 (100%)
R 216 of 675 ~ 32%
G 219 of 675 ~ 32.44%
B 240 of 675 ~ 35.56%

%32
%32.44
%35.56

CMYK color model

#D8DBF0 color CMYK value is (10,9,0,6).

  • cyan value is 10.00%
  • magenta value is 8.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(10,9,0,6)
C10M9Y0K6 
(10%,9%,0%,6%)
(0.10/0.09/0.00/0.06)	

CMYK percentages

%10
%8.75
%0
%5.88

Codes

Color #D8DBF0 in popluar color models

D8DBF0
RGB216219240
HSL233°44.44%89.41%
HSB/HSV233°10.00%94.12%
CMYK10.00%8.75%0.00%
5.88%

Color #D8DBF0 in popluar number systems.

HEXD8DBF0
Decimal216219240
Binary110110001101101111110000
Octal330333360

Shades and tints

Shades of #D8DBF0

#D8DBF0
(216,219,240)
#C5C8DB
(197,200,219)
#B2B5C6
(178,181,198)
#9FA2B1
(159,162,177)
#8C8F9C
(140,143,156)
#797C87
(121,124,135)
#666972
(102,105,114)
#53565D
(83,86,93)
#404348
(64,67,72)
#2D3033
(45,48,51)
#1A1D1E
(26,29,30)
#000000
(0,0,0)

Tints of #D8DBF0

#D8DBF0
(216,219,240)
#DBDEF1
(219,222,241)
#DEE1F2
(222,225,242)
#E1E4F3
(225,228,243)
#E4E7F4
(228,231,244)
#E7EAF5
(231,234,245)
#EAEDF6
(234,237,246)
#EDF0F7
(237,240,247)
#F0F3F8
(240,243,248)
#F3F6F9
(243,246,249)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DBF0 color. Also use rgb(216,219,240) instead hex code.

Text Font Color

.myTextColor { color: #D8DBF0; }

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

This text font color is #D8DBF0.


Background Color

.myBgColor { background-color: #D8DBF0; }

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

This div background color is #D8DBF0.


Border color

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

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

This div border color is #D8DBF0.


Opacity

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

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

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

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

This text has shadow with #D8DBF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DBF0 on black background.


Color preview on white background

This text has color #D8DBF0 on white background.



Black color preview on #D8DBF0 background

This text has black color on #D8DBF0 background.


White color preview on #D8DBF0 background

This text has white color on #D8DBF0 background.