COLOR #D4D8F4

HEX: #D4D8F4
RGB: (212,216,244)

Color info

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

RGB color model

#D4D8F4 color RGB value is (212,216,244).

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

RGB channels and saturation

R 212 of 255 = 83%
G 216 of 255 = 85%
B 244 of 255 = 96%

212
216
244

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

Portions of RGB colors in percentages

R + G + B =
212 + 216 + 244 = 672 (100%)
R 212 of 672 ~ 31.55%
G 216 of 672 ~ 32.14%
B 244 of 672 ~ 36.31%

%31.55
%32.14
%36.31

CMYK color model

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

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

CMYK percentages

%13.11
%11.48
%0
%4.31

Codes

Color #D4D8F4 in popluar color models

D4D8F4
RGB212216244
HSL233°59.26%89.41%
HSB/HSV233°13.11%95.69%
CMYK13.11%11.48%0.00%
4.31%

Color #D4D8F4 in popluar number systems.

HEXD4D8F4
Decimal212216244
Binary110101001101100011110100
Octal324330364

Shades and tints

Shades of #D4D8F4

#D4D8F4
(212,216,244)
#C1C5DE
(193,197,222)
#AEB2C8
(174,178,200)
#9B9FB2
(155,159,178)
#888C9C
(136,140,156)
#757986
(117,121,134)
#626670
(98,102,112)
#4F535A
(79,83,90)
#3C4044
(60,64,68)
#292D2E
(41,45,46)
#161A18
(22,26,24)
#000000
(0,0,0)

Tints of #D4D8F4

#D4D8F4
(212,216,244)
#D7DBF5
(215,219,245)
#DADEF6
(218,222,246)
#DDE1F7
(221,225,247)
#E0E4F8
(224,228,248)
#E3E7F9
(227,231,249)
#E6EAFA
(230,234,250)
#E9EDFB
(233,237,251)
#ECF0FC
(236,240,252)
#EFF3FD
(239,243,253)
#F2F6FE
(242,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4D8F4 color. Also use rgb(212,216,244) instead hex code.

Text Font Color

.myTextColor { color: #D4D8F4; }

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

This text font color is #D4D8F4.


Background Color

.myBgColor { background-color: #D4D8F4; }

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

This div background color is #D4D8F4.


Border color

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

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

This div border color is #D4D8F4.


Opacity

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

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

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

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

This text has shadow with #D4D8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4D8F4 on black background.


Color preview on white background

This text has color #D4D8F4 on white background.



Black color preview on #D4D8F4 background

This text has black color on #D4D8F4 background.


White color preview on #D4D8F4 background

This text has white color on #D4D8F4 background.