COLOR #D7DAFA

HEX: #D7DAFA RGB: (215,218,250)

Color info

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

RGB color model

#D7DAFA color RGB value is (215,218,250).

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

RGB channels and saturation

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

215
218
250

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

Portions of RGB colors in percentages

R + G + B = 215 + 218 + 250 = 683 (100%)
R 215 of 683 ~ 31.48%
G 218 of 683 ~ 31.92%
B 250 of 683 ~ 36.6'%

%31.48
%31.92
%36.6

CMYK color model

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

  • cyan value is 14.00%
  • magenta value is 12.80%
  • 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
%12.8
%0
%1.96

Codes

Color #D7DAFA in popluar color models

D7 DA FA
RGB 215 218 250
HSL 235° 77.78% 91.18%
HSB/HSV 235° 14.00% 98.04%
CMYK 14.00% 12.80% 0.00%
1.96%

Color #D7DAFA in popluar number systems.

HEX D7 DA FA
Decimal 215 218 250
Binary 11010111 11011010 11111010
Octal 327 332 372

Shades and tints

Shades of #D7DAFA

#D7DAFA
(215,218,250)
#C4C7E4
(196,199,228)
#B1B4CE
(177,180,206)
#9EA1B8
(158,161,184)
#8B8EA2
(139,142,162)
#787B8C
(120,123,140)
#656876
(101,104,118)
#525560
(82,85,96)
#3F424A
(63,66,74)
#2C2F34
(44,47,52)
#191C1E
(25,28,30)
#000000
(0,0,0)

Tints of #D7DAFA

#D7DAFA
(215,218,250)
#DADDFA
(218,221,250)
#DDE0FA
(221,224,250)
#E0E3FA
(224,227,250)
#E3E6FA
(227,230,250)
#E6E9FA
(230,233,250)
#E9ECFA
(233,236,250)
#ECEFFA
(236,239,250)
#EFF2FA
(239,242,250)
#F2F5FA
(242,245,250)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAFA; }

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

This text font color is #D7DAFA.

Background Color

.myBgColor { background-color: #D7DAFA; }

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

This div background color is #D7DAFA.

Border color

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

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

This div border color is #D7DAFA.

Opacity

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

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

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

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

This text has shadow with #D7DAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DAFA.

Preview

Color preview on black background

This text has color #D7DAFA on black background.


Color preview on white background

This text has color #D7DAFA on white background.


Black color preview on #D7DAFA background

This text has black color on #D7DAFA background.


White color preview on #D7DAFA background

This text has white color on #D7DAFA background.


Related colors

Complementary color

Complementary color for #hex is #282505.


I love getcolorcode.com

Triadic colors

1 #FAD7DA and #DAFAD7 with #D7DAFA are triadic colors.

2 #FADAD7 and #DAD7FA with #D7DAFA are triadic colors.