COLOR #D7D9FA

HEX: #D7D9FA RGB: (215,217,250)

Color info

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

RGB color model

#D7D9FA color RGB value is (215,217,250).

RGB: (215,217,250) (84%, 85%, 98%)

RGB channels and saturation

R 215 of 255 = 84%
G 217 of 255 = 85%
B 250 of 255 = 98%

215
217
250

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

Portions of RGB colors in percentages

R + G + B = 215 + 217 + 250 = 682 (100%)
R 215 of 682 ~ 31.52%
G 217 of 682 ~ 31.82%
B 250 of 682 ~ 36.66'%

%31.52
%31.82
%36.66

CMYK color model

#D7D9FA color CMYK value is (14,13,0,2).

  • cyan value is 14.00%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (14,13,0,2)
C14M13Y0K2 (14%, 13%, 0%, 2%)
(0.14 / 0.13 / 0.00 / 0.02)

CMYK percentages

%14
%13.2
%0
%1.96

Codes

Color #D7D9FA in popluar color models

D7 D9 FA
RGB 215 217 250
HSL 237° 77.78% 91.18%
HSB/HSV 237° 14.00% 98.04%
CMYK 14.00% 13.20% 0.00%
1.96%

Color #D7D9FA in popluar number systems.

HEX D7 D9 FA
Decimal 215 217 250
Binary 11010111 11011001 11111010
Octal 327 331 372

Shades and tints

Shades of #D7D9FA

#D7D9FA
(215,217,250)
#C4C6E4
(196,198,228)
#B1B3CE
(177,179,206)
#9EA0B8
(158,160,184)
#8B8DA2
(139,141,162)
#787A8C
(120,122,140)
#656776
(101,103,118)
#525460
(82,84,96)
#3F414A
(63,65,74)
#2C2E34
(44,46,52)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #D7D9FA

#D7D9FA
(215,217,250)
#DADCFA
(218,220,250)
#DDDFFA
(221,223,250)
#E0E2FA
(224,226,250)
#E3E5FA
(227,229,250)
#E6E8FA
(230,232,250)
#E9EBFA
(233,235,250)
#ECEEFA
(236,238,250)
#EFF1FA
(239,241,250)
#F2F4FA
(242,244,250)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D9FA; }

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

This text font color is #D7D9FA.

Background Color

.myBgColor { background-color: #D7D9FA; }

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

This div background color is #D7D9FA.

Border color

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

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

This div border color is #D7D9FA.

Opacity

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

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

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

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

This text has shadow with #D7D9FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D9FA.

Preview

Color preview on black background

This text has color #D7D9FA on black background.


Color preview on white background

This text has color #D7D9FA on white background.


Black color preview on #D7D9FA background

This text has black color on #D7D9FA background.


White color preview on #D7D9FA background

This text has white color on #D7D9FA background.


Related colors

Complementary color

Complementary color for #hex is #282605.


I love getcolorcode.com

Triadic colors

1 #FAD7D9 and #D9FAD7 with #D7D9FA are triadic colors.

2 #FAD9D7 and #D9D7FA with #D7D9FA are triadic colors.