COLOR #D5DEFC

HEX: #D5DEFC
RGB: (213,222,252)

Color info

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

RGB color model

#D5DEFC color RGB value is (213,222,252).

  • red value is 213;
  • green value is 222;
  • blue value is 252.
RGB:
(213,222,252)
(84%,87%,99%)

RGB channels and saturation

R 213 of 255 = 84%
G 222 of 255 = 87%
B 252 of 255 = 99%

213
222
252

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

Portions of RGB colors in percentages

R + G + B =
213 + 222 + 252 = 687 (100%)
R 213 of 687 ~ 31%
G 222 of 687 ~ 32.31%
B 252 of 687 ~ 36.68%

%31
%32.31
%36.68

CMYK color model

#D5DEFC color CMYK value is (15,12,0,1).

  • cyan value is 15.48%
  • magenta value is 11.90%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(15,12,0,1)
C15M12Y0K1 
(15%,12%,0%,1%)
(0.15/0.12/0.00/0.01)	

CMYK percentages

%15.48
%11.9
%0
%1.18

Codes

Color #D5DEFC in popluar color models

D5DEFC
RGB213222252
HSL226°86.67%91.18%
HSB/HSV226°15.48%98.82%
CMYK15.48%11.90%0.00%
1.18%

Color #D5DEFC in popluar number systems.

HEXD5DEFC
Decimal213222252
Binary110101011101111011111100
Octal325336374

Shades and tints

Shades of #D5DEFC

#D5DEFC
(213,222,252)
#C2CAE6
(194,202,230)
#AFB6D0
(175,182,208)
#9CA2BA
(156,162,186)
#898EA4
(137,142,164)
#767A8E
(118,122,142)
#636678
(99,102,120)
#505262
(80,82,98)
#3D3E4C
(61,62,76)
#2A2A36
(42,42,54)
#171620
(23,22,32)
#000000
(0,0,0)

Tints of #D5DEFC

#D5DEFC
(213,222,252)
#D8E1FC
(216,225,252)
#DBE4FC
(219,228,252)
#DEE7FC
(222,231,252)
#E1EAFC
(225,234,252)
#E4EDFC
(228,237,252)
#E7F0FC
(231,240,252)
#EAF3FC
(234,243,252)
#EDF6FC
(237,246,252)
#F0F9FC
(240,249,252)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5DEFC color. Also use rgb(213,222,252) instead hex code.

Text Font Color

.myTextColor { color: #D5DEFC; }

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

This text font color is #D5DEFC.


Background Color

.myBgColor { background-color: #D5DEFC; }

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

This div background color is #D5DEFC.


Border color

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

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

This div border color is #D5DEFC.


Opacity

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

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

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

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

This text has shadow with #D5DEFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5DEFC on black background.


Color preview on white background

This text has color #D5DEFC on white background.



Black color preview on #D5DEFC background

This text has black color on #D5DEFC background.


White color preview on #D5DEFC background

This text has white color on #D5DEFC background.