COLOR #D4D9F5

HEX: #D4D9F5
RGB: (212,217,245)

Color info

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

RGB color model

#D4D9F5 color RGB value is (212,217,245).

  • red value is 212;
  • green value is 217;
  • blue value is 245.
RGB:
(212,217,245)
(83%,85%,96%)

RGB channels and saturation

R 212 of 255 = 83%
G 217 of 255 = 85%
B 245 of 255 = 96%

212
217
245

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

Portions of RGB colors in percentages

R + G + B =
212 + 217 + 245 = 674 (100%)
R 212 of 674 ~ 31.45%
G 217 of 674 ~ 32.2%
B 245 of 674 ~ 36.35%

%31.45
%32.2
%36.35

CMYK color model

#D4D9F5 color CMYK value is (13,11,0,4).

  • cyan value is 13.47%
  • magenta value is 11.43%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(13,11,0,4)
C13M11Y0K4 
(13%,11%,0%,4%)
(0.13/0.11/0.00/0.04)	

CMYK percentages

%13.47
%11.43
%0
%3.92

Codes

Color #D4D9F5 in popluar color models

D4D9F5
RGB212217245
HSL231°62.26%89.61%
HSB/HSV231°13.47%96.08%
CMYK13.47%11.43%0.00%
3.92%

Color #D4D9F5 in popluar number systems.

HEXD4D9F5
Decimal212217245
Binary110101001101100111110101
Octal324331365

Shades and tints

Shades of #D4D9F5

#D4D9F5
(212,217,245)
#C1C6DF
(193,198,223)
#AEB3C9
(174,179,201)
#9BA0B3
(155,160,179)
#888D9D
(136,141,157)
#757A87
(117,122,135)
#626771
(98,103,113)
#4F545B
(79,84,91)
#3C4145
(60,65,69)
#292E2F
(41,46,47)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #D4D9F5

#D4D9F5
(212,217,245)
#D7DCF5
(215,220,245)
#DADFF5
(218,223,245)
#DDE2F5
(221,226,245)
#E0E5F5
(224,229,245)
#E3E8F5
(227,232,245)
#E6EBF5
(230,235,245)
#E9EEF5
(233,238,245)
#ECF1F5
(236,241,245)
#EFF4F5
(239,244,245)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D9F5 color. Also use rgb(212,217,245) instead hex code.

Text Font Color

.myTextColor { color: #D4D9F5; }

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

This text font color is #D4D9F5.


Background Color

.myBgColor { background-color: #D4D9F5; }

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

This div background color is #D4D9F5.


Border color

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

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

This div border color is #D4D9F5.


Opacity

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

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

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

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

This text has shadow with #D4D9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D9F5 on black background.


Color preview on white background

This text has color #D4D9F5 on white background.



Black color preview on #D4D9F5 background

This text has black color on #D4D9F5 background.


White color preview on #D4D9F5 background

This text has white color on #D4D9F5 background.