COLOR #D4DFFC

HEX: #D4DFFC
RGB: (212,223,252)

Color info

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

RGB color model

#D4DFFC color RGB value is (212,223,252).

  • red value is 212;
  • green value is 223;
  • blue value is 252.
RGB:
(212,223,252)
(83%,87%,99%)

RGB channels and saturation

R 212 of 255 = 83%
G 223 of 255 = 87%
B 252 of 255 = 99%

212
223
252

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

Portions of RGB colors in percentages

R + G + B =
212 + 223 + 252 = 687 (100%)
R 212 of 687 ~ 30.86%
G 223 of 687 ~ 32.46%
B 252 of 687 ~ 36.68%

%30.86
%32.46
%36.68

CMYK color model

#D4DFFC color CMYK value is (16,12,0,1).

  • cyan value is 15.87%
  • magenta value is 11.51%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(16,12,0,1)
C16M12Y0K1 
(16%,12%,0%,1%)
(0.16/0.12/0.00/0.01)	

CMYK percentages

%15.87
%11.51
%0
%1.18

Codes

Color #D4DFFC in popluar color models

D4DFFC
RGB212223252
HSL224°86.96%90.98%
HSB/HSV224°15.87%98.82%
CMYK15.87%11.51%0.00%
1.18%

Color #D4DFFC in popluar number systems.

HEXD4DFFC
Decimal212223252
Binary110101001101111111111100
Octal324337374

Shades and tints

Shades of #D4DFFC

#D4DFFC
(212,223,252)
#C1CBE6
(193,203,230)
#AEB7D0
(174,183,208)
#9BA3BA
(155,163,186)
#888FA4
(136,143,164)
#757B8E
(117,123,142)
#626778
(98,103,120)
#4F5362
(79,83,98)
#3C3F4C
(60,63,76)
#292B36
(41,43,54)
#161720
(22,23,32)
#000000
(0,0,0)

Tints of #D4DFFC

#D4DFFC
(212,223,252)
#D7E1FC
(215,225,252)
#DAE3FC
(218,227,252)
#DDE5FC
(221,229,252)
#E0E7FC
(224,231,252)
#E3E9FC
(227,233,252)
#E6EBFC
(230,235,252)
#E9EDFC
(233,237,252)
#ECEFFC
(236,239,252)
#EFF1FC
(239,241,252)
#F2F3FC
(242,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4DFFC color. Also use rgb(212,223,252) instead hex code.

Text Font Color

.myTextColor { color: #D4DFFC; }

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

This text font color is #D4DFFC.


Background Color

.myBgColor { background-color: #D4DFFC; }

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

This div background color is #D4DFFC.


Border color

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

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

This div border color is #D4DFFC.


Opacity

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

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

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

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

This text has shadow with #D4DFFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4DFFC on black background.


Color preview on white background

This text has color #D4DFFC on white background.



Black color preview on #D4DFFC background

This text has black color on #D4DFFC background.


White color preview on #D4DFFC background

This text has white color on #D4DFFC background.