COLOR #D7D9F4

HEX: #D7D9F4
RGB: (215,217,244)

Color info

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

RGB color model

#D7D9F4 color RGB value is (215,217,244).

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

RGB channels and saturation

R 215 of 255 = 84%
G 217 of 255 = 85%
B 244 of 255 = 96%

215
217
244

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

Portions of RGB colors in percentages

R + G + B =
215 + 217 + 244 = 676 (100%)
R 215 of 676 ~ 31.8%
G 217 of 676 ~ 32.1%
B 244 of 676 ~ 36.09%

%31.8
%32.1
%36.09

CMYK color model

#D7D9F4 color CMYK value is (12,11,0,4).

  • cyan value is 11.89%
  • magenta value is 11.07%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(12,11,0,4)
C12M11Y0K4 
(12%,11%,0%,4%)
(0.12/0.11/0.00/0.04)	

CMYK percentages

%11.89
%11.07
%0
%4.31

Codes

Color #D7D9F4 in popluar color models

D7D9F4
RGB215217244
HSL236°56.86%90.00%
HSB/HSV236°11.89%95.69%
CMYK11.89%11.07%0.00%
4.31%

Color #D7D9F4 in popluar number systems.

HEXD7D9F4
Decimal215217244
Binary110101111101100111110100
Octal327331364

Shades and tints

Shades of #D7D9F4

#D7D9F4
(215,217,244)
#C4C6DE
(196,198,222)
#B1B3C8
(177,179,200)
#9EA0B2
(158,160,178)
#8B8D9C
(139,141,156)
#787A86
(120,122,134)
#656770
(101,103,112)
#52545A
(82,84,90)
#3F4144
(63,65,68)
#2C2E2E
(44,46,46)
#191B18
(25,27,24)
#000000
(0,0,0)

Tints of #D7D9F4

#D7D9F4
(215,217,244)
#DADCF5
(218,220,245)
#DDDFF6
(221,223,246)
#E0E2F7
(224,226,247)
#E3E5F8
(227,229,248)
#E6E8F9
(230,232,249)
#E9EBFA
(233,235,250)
#ECEEFB
(236,238,251)
#EFF1FC
(239,241,252)
#F2F4FD
(242,244,253)
#F5F7FE
(245,247,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D9F4; }

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

This text font color is #D7D9F4.


Background Color

.myBgColor { background-color: #D7D9F4; }

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

This div background color is #D7D9F4.


Border color

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

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

This div border color is #D7D9F4.


Opacity

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

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

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

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

This text has shadow with #D7D9F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D9F4 on black background.


Color preview on white background

This text has color #D7D9F4 on white background.



Black color preview on #D7D9F4 background

This text has black color on #D7D9F4 background.


White color preview on #D7D9F4 background

This text has white color on #D7D9F4 background.