COLOR #D7DFF4

HEX: #D7DFF4
RGB: (215,223,244)

Color info

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

RGB color model

#D7DFF4 color RGB value is (215,223,244).

  • red value is 215;
  • green value is 223;
  • blue value is 244.
RGB:
(215,223,244)
(84%,87%,96%)

RGB channels and saturation

R 215 of 255 = 84%
G 223 of 255 = 87%
B 244 of 255 = 96%

215
223
244

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

Portions of RGB colors in percentages

R + G + B =
215 + 223 + 244 = 682 (100%)
R 215 of 682 ~ 31.52%
G 223 of 682 ~ 32.7%
B 244 of 682 ~ 35.78%

%31.52
%32.7
%35.78

CMYK color model

#D7DFF4 color CMYK value is (12,9,0,4).

  • cyan value is 11.89%
  • magenta value is 8.61%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(12,9,0,4)
C12M9Y0K4 
(12%,9%,0%,4%)
(0.12/0.09/0.00/0.04)	

CMYK percentages

%11.89
%8.61
%0
%4.31

Codes

Color #D7DFF4 in popluar color models

D7DFF4
RGB215223244
HSL223°56.86%90.00%
HSB/HSV223°11.89%95.69%
CMYK11.89%8.61%0.00%
4.31%

Color #D7DFF4 in popluar number systems.

HEXD7DFF4
Decimal215223244
Binary110101111101111111110100
Octal327337364

Shades and tints

Shades of #D7DFF4

#D7DFF4
(215,223,244)
#C4CBDE
(196,203,222)
#B1B7C8
(177,183,200)
#9EA3B2
(158,163,178)
#8B8F9C
(139,143,156)
#787B86
(120,123,134)
#656770
(101,103,112)
#52535A
(82,83,90)
#3F3F44
(63,63,68)
#2C2B2E
(44,43,46)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #D7DFF4

#D7DFF4
(215,223,244)
#DAE1F5
(218,225,245)
#DDE3F6
(221,227,246)
#E0E5F7
(224,229,247)
#E3E7F8
(227,231,248)
#E6E9F9
(230,233,249)
#E9EBFA
(233,235,250)
#ECEDFB
(236,237,251)
#EFEFFC
(239,239,252)
#F2F1FD
(242,241,253)
#F5F3FE
(245,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DFF4 color. Also use rgb(215,223,244) instead hex code.

Text Font Color

.myTextColor { color: #D7DFF4; }

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

This text font color is #D7DFF4.


Background Color

.myBgColor { background-color: #D7DFF4; }

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

This div background color is #D7DFF4.


Border color

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

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

This div border color is #D7DFF4.


Opacity

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

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

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

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

This text has shadow with #D7DFF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DFF4 on black background.


Color preview on white background

This text has color #D7DFF4 on white background.



Black color preview on #D7DFF4 background

This text has black color on #D7DFF4 background.


White color preview on #D7DFF4 background

This text has white color on #D7DFF4 background.