COLOR #D5DCF8

HEX: #D5DCF8
RGB: (213,220,248)

Color info

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

RGB color model

#D5DCF8 color RGB value is (213,220,248).

  • red value is 213;
  • green value is 220;
  • blue value is 248.
RGB:
(213,220,248)
(84%,86%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 248 of 255 = 97%

213
220
248

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 248 = 681 (100%)
R 213 of 681 ~ 31.28%
G 220 of 681 ~ 32.31%
B 248 of 681 ~ 36.42%

%31.28
%32.31
%36.42

CMYK color model

#D5DCF8 color CMYK value is (14,11,0,3).

  • cyan value is 14.11%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(14,11,0,3)
C14M11Y0K3 
(14%,11%,0%,3%)
(0.14/0.11/0.00/0.03)	

CMYK percentages

%14.11
%11.29
%0
%2.75

Codes

Color #D5DCF8 in popluar color models

D5DCF8
RGB213220248
HSL228°71.43%90.39%
HSB/HSV228°14.11%97.25%
CMYK14.11%11.29%0.00%
2.75%

Color #D5DCF8 in popluar number systems.

HEXD5DCF8
Decimal213220248
Binary110101011101110011111000
Octal325334370

Shades and tints

Shades of #D5DCF8

#D5DCF8
(213,220,248)
#C2C8E2
(194,200,226)
#AFB4CC
(175,180,204)
#9CA0B6
(156,160,182)
#898CA0
(137,140,160)
#76788A
(118,120,138)
#636474
(99,100,116)
#50505E
(80,80,94)
#3D3C48
(61,60,72)
#2A2832
(42,40,50)
#17141C
(23,20,28)
#000000
(0,0,0)

Tints of #D5DCF8

#D5DCF8
(213,220,248)
#D8DFF8
(216,223,248)
#DBE2F8
(219,226,248)
#DEE5F8
(222,229,248)
#E1E8F8
(225,232,248)
#E4EBF8
(228,235,248)
#E7EEF8
(231,238,248)
#EAF1F8
(234,241,248)
#EDF4F8
(237,244,248)
#F0F7F8
(240,247,248)
#F3FAF8
(243,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DCF8 color. Also use rgb(213,220,248) instead hex code.

Text Font Color

.myTextColor { color: #D5DCF8; }

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

This text font color is #D5DCF8.


Background Color

.myBgColor { background-color: #D5DCF8; }

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

This div background color is #D5DCF8.


Border color

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

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

This div border color is #D5DCF8.


Opacity

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

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

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

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

This text has shadow with #D5DCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCF8 on black background.


Color preview on white background

This text has color #D5DCF8 on white background.



Black color preview on #D5DCF8 background

This text has black color on #D5DCF8 background.


White color preview on #D5DCF8 background

This text has white color on #D5DCF8 background.