COLOR #D5DCF5

HEX: #D5DCF5
RGB: (213,220,245)

Color info

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

RGB color model

#D5DCF5 color RGB value is (213,220,245).

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

RGB channels and saturation

R 213 of 255 = 84%
G 220 of 255 = 86%
B 245 of 255 = 96%

213
220
245

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

Portions of RGB colors in percentages

R + G + B =
213 + 220 + 245 = 678 (100%)
R 213 of 678 ~ 31.42%
G 220 of 678 ~ 32.45%
B 245 of 678 ~ 36.14%

%31.42
%32.45
%36.14

CMYK color model

#D5DCF5 color CMYK value is (13,10,0,4).

  • cyan value is 13.06%
  • magenta value is 10.20%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,10,0,4)
C13M10Y0K4 
(13%,10%,0%,4%)
(0.13/0.10/0.00/0.04)	

CMYK percentages

%13.06
%10.2
%0
%3.92

Codes

Color #D5DCF5 in popluar color models

D5DCF5
RGB213220245
HSL227°61.54%89.80%
HSB/HSV227°13.06%96.08%
CMYK13.06%10.20%0.00%
3.92%

Color #D5DCF5 in popluar number systems.

HEXD5DCF5
Decimal213220245
Binary110101011101110011110101
Octal325334365

Shades and tints

Shades of #D5DCF5

#D5DCF5
(213,220,245)
#C2C8DF
(194,200,223)
#AFB4C9
(175,180,201)
#9CA0B3
(156,160,179)
#898C9D
(137,140,157)
#767887
(118,120,135)
#636471
(99,100,113)
#50505B
(80,80,91)
#3D3C45
(61,60,69)
#2A282F
(42,40,47)
#171419
(23,20,25)
#000000
(0,0,0)

Tints of #D5DCF5

#D5DCF5
(213,220,245)
#D8DFF5
(216,223,245)
#DBE2F5
(219,226,245)
#DEE5F5
(222,229,245)
#E1E8F5
(225,232,245)
#E4EBF5
(228,235,245)
#E7EEF5
(231,238,245)
#EAF1F5
(234,241,245)
#EDF4F5
(237,244,245)
#F0F7F5
(240,247,245)
#F3FAF5
(243,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DCF5; }

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

This text font color is #D5DCF5.


Background Color

.myBgColor { background-color: #D5DCF5; }

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

This div background color is #D5DCF5.


Border color

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

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

This div border color is #D5DCF5.


Opacity

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

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

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

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

This text has shadow with #D5DCF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DCF5 on black background.


Color preview on white background

This text has color #D5DCF5 on white background.



Black color preview on #D5DCF5 background

This text has black color on #D5DCF5 background.


White color preview on #D5DCF5 background

This text has white color on #D5DCF5 background.