COLOR #D8DEFB

HEX: #D8DEFB
RGB: (216,222,251)

Color info

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

RGB color model

#D8DEFB color RGB value is (216,222,251).

  • red value is 216;
  • green value is 222;
  • blue value is 251.
RGB:
(216,222,251)
(85%,87%,98%)

RGB channels and saturation

R 216 of 255 = 85%
G 222 of 255 = 87%
B 251 of 255 = 98%

216
222
251

R + G + B ~ 90%. #D8DEFB is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 222 + 251 = 689 (100%)
R 216 of 689 ~ 31.35%
G 222 of 689 ~ 32.22%
B 251 of 689 ~ 36.43%

%31.35
%32.22
%36.43

CMYK color model

#D8DEFB color CMYK value is (14,12,0,2).

  • cyan value is 13.94%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(14,12,0,2)
C14M12Y0K2 
(14%,12%,0%,2%)
(0.14/0.12/0.00/0.02)	

CMYK percentages

%13.94
%11.55
%0
%1.57

Codes

Color #D8DEFB in popluar color models

D8DEFB
RGB216222251
HSL230°81.40%91.57%
HSB/HSV230°13.94%98.43%
CMYK13.94%11.55%0.00%
1.57%

Color #D8DEFB in popluar number systems.

HEXD8DEFB
Decimal216222251
Binary110110001101111011111011
Octal330336373

Shades and tints

Shades of #D8DEFB

#D8DEFB
(216,222,251)
#C5CAE5
(197,202,229)
#B2B6CF
(178,182,207)
#9FA2B9
(159,162,185)
#8C8EA3
(140,142,163)
#797A8D
(121,122,141)
#666677
(102,102,119)
#535261
(83,82,97)
#403E4B
(64,62,75)
#2D2A35
(45,42,53)
#1A161F
(26,22,31)
#000000
(0,0,0)

Tints of #D8DEFB

#D8DEFB
(216,222,251)
#DBE1FB
(219,225,251)
#DEE4FB
(222,228,251)
#E1E7FB
(225,231,251)
#E4EAFB
(228,234,251)
#E7EDFB
(231,237,251)
#EAF0FB
(234,240,251)
#EDF3FB
(237,243,251)
#F0F6FB
(240,246,251)
#F3F9FB
(243,249,251)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DEFB color. Also use rgb(216,222,251) instead hex code.

Text Font Color

.myTextColor { color: #D8DEFB; }

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

This text font color is #D8DEFB.


Background Color

.myBgColor { background-color: #D8DEFB; }

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

This div background color is #D8DEFB.


Border color

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

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

This div border color is #D8DEFB.


Opacity

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

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

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

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

This text has shadow with #D8DEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DEFB on black background.


Color preview on white background

This text has color #D8DEFB on white background.



Black color preview on #D8DEFB background

This text has black color on #D8DEFB background.


White color preview on #D8DEFB background

This text has white color on #D8DEFB background.