COLOR #D8DFF3

HEX: #D8DFF3
RGB: (216,223,243)

Color info

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

RGB color model

#D8DFF3 color RGB value is (216,223,243).

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

RGB channels and saturation

R 216 of 255 = 85%
G 223 of 255 = 87%
B 243 of 255 = 95%

216
223
243

R + G + B ~ 89%. #D8DFF3 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 223 + 243 = 682 (100%)
R 216 of 682 ~ 31.67%
G 223 of 682 ~ 32.7%
B 243 of 682 ~ 35.63%

%31.67
%32.7
%35.63

CMYK color model

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

  • cyan value is 11.11%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(11,8,0,5)
C11M8Y0K5 
(11%,8%,0%,5%)
(0.11/0.08/0.00/0.05)	

CMYK percentages

%11.11
%8.23
%0
%4.71

Codes

Color #D8DFF3 in popluar color models

D8DFF3
RGB216223243
HSL224°52.94%90.00%
HSB/HSV224°11.11%95.29%
CMYK11.11%8.23%0.00%
4.71%

Color #D8DFF3 in popluar number systems.

HEXD8DFF3
Decimal216223243
Binary110110001101111111110011
Octal330337363

Shades and tints

Shades of #D8DFF3

#D8DFF3
(216,223,243)
#C5CBDD
(197,203,221)
#B2B7C7
(178,183,199)
#9FA3B1
(159,163,177)
#8C8F9B
(140,143,155)
#797B85
(121,123,133)
#66676F
(102,103,111)
#535359
(83,83,89)
#403F43
(64,63,67)
#2D2B2D
(45,43,45)
#1A1717
(26,23,23)
#000000
(0,0,0)

Tints of #D8DFF3

#D8DFF3
(216,223,243)
#DBE1F4
(219,225,244)
#DEE3F5
(222,227,245)
#E1E5F6
(225,229,246)
#E4E7F7
(228,231,247)
#E7E9F8
(231,233,248)
#EAEBF9
(234,235,249)
#EDEDFA
(237,237,250)
#F0EFFB
(240,239,251)
#F3F1FC
(243,241,252)
#F6F3FD
(246,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8DFF3; }

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

This text font color is #D8DFF3.


Background Color

.myBgColor { background-color: #D8DFF3; }

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

This div background color is #D8DFF3.


Border color

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

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

This div border color is #D8DFF3.


Opacity

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

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

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

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

This text has shadow with #D8DFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8DFF3 on black background.


Color preview on white background

This text has color #D8DFF3 on white background.



Black color preview on #D8DFF3 background

This text has black color on #D8DFF3 background.


White color preview on #D8DFF3 background

This text has white color on #D8DFF3 background.