COLOR #D8DFEB

HEX: #D8DFEB
RGB: (216,223,235)

Color info

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

RGB color model

#D8DFEB color RGB value is (216,223,235).

  • red value is 216;
  • green value is 223;
  • blue value is 235.
RGB:
(216,223,235)
(85%,87%,92%)

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 235 of 255 = 92%

216
223
235

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

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 235 = 674 (100%)
R 216 of 674 ~ 32.05%
G 223 of 674 ~ 33.09%
B 235 of 674 ~ 34.87%

%32.05
%33.09
%34.87

CMYK color model

#D8DFEB color CMYK value is (8,5,0,8).

  • cyan value is 8.09%
  • magenta value is 5.11%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(8,5,0,8)
C8M5Y0K8 
(8%,5%,0%,8%)
(0.08/0.05/0.00/0.08)	

CMYK percentages

%8.09
%5.11
%0
%7.84

Codes

Color #D8DFEB in popluar color models

D8DFEB
RGB216223235
HSL218°32.20%88.43%
HSB/HSV218°8.09%92.16%
CMYK8.09%5.11%0.00%
7.84%

Color #D8DFEB in popluar number systems.

HEXD8DFEB
Decimal216223235
Binary110110001101111111101011
Octal330337353

Shades and tints

Shades of #D8DFEB

#D8DFEB
(216,223,235)
#C5CBD6
(197,203,214)
#B2B7C1
(178,183,193)
#9FA3AC
(159,163,172)
#8C8F97
(140,143,151)
#797B82
(121,123,130)
#66676D
(102,103,109)
#535358
(83,83,88)
#403F43
(64,63,67)
#2D2B2E
(45,43,46)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8DFEB

#D8DFEB
(216,223,235)
#DBE1EC
(219,225,236)
#DEE3ED
(222,227,237)
#E1E5EE
(225,229,238)
#E4E7EF
(228,231,239)
#E7E9F0
(231,233,240)
#EAEBF1
(234,235,241)
#EDEDF2
(237,237,242)
#F0EFF3
(240,239,243)
#F3F1F4
(243,241,244)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8DFEB color. Also use rgb(216,223,235) instead hex code.

Text Font Color

.myTextColor { color: #D8DFEB; }

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

This text font color is #D8DFEB.


Background Color

.myBgColor { background-color: #D8DFEB; }

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

This div background color is #D8DFEB.


Border color

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

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

This div border color is #D8DFEB.


Opacity

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

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

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

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

This text has shadow with #D8DFEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFEB on black background.


Color preview on white background

This text has color #D8DFEB on white background.



Black color preview on #D8DFEB background

This text has black color on #D8DFEB background.


White color preview on #D8DFEB background

This text has white color on #D8DFEB background.