COLOR #D7DEFD

HEX: #D7DEFD RGB: (215,222,253)

Color info

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

RGB color model

#D7DEFD color RGB value is (215,222,253).

RGB: (215,222,253) (84%, 87%, 99%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 253 of 255 = 99%

215
222
253

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

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 253 = 690 (100%)
R 215 of 690 ~ 31.16%
G 222 of 690 ~ 32.17%
B 253 of 690 ~ 36.67'%

%31.16
%32.17
%36.67

CMYK color model

#D7DEFD color CMYK value is (15,12,0,1).

  • cyan value is 15.02%
  • magenta value is 12.25%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (15,12,0,1)
C15M12Y0K1 (15%, 12%, 0%, 1%)
(0.15 / 0.12 / 0.00 / 0.01)

CMYK percentages

%15.02
%12.25
%0
%0.78

Codes

Color #D7DEFD in popluar color models

D7 DE FD
RGB 215 222 253
HSL 229° 90.48% 91.76%
HSB/HSV 229° 15.02% 99.22%
CMYK 15.02% 12.25% 0.00%
0.78%

Color #D7DEFD in popluar number systems.

HEX D7 DE FD
Decimal 215 222 253
Binary 11010111 11011110 11111101
Octal 327 336 375

Shades and tints

Shades of #D7DEFD

#D7DEFD
(215,222,253)
#C4CAE6
(196,202,230)
#B1B6CF
(177,182,207)
#9EA2B8
(158,162,184)
#8B8EA1
(139,142,161)
#787A8A
(120,122,138)
#656673
(101,102,115)
#52525C
(82,82,92)
#3F3E45
(63,62,69)
#2C2A2E
(44,42,46)
#191617
(25,22,23)
#000000
(0,0,0)

Tints of #D7DEFD

#D7DEFD
(215,222,253)
#DAE1FD
(218,225,253)
#DDE4FD
(221,228,253)
#E0E7FD
(224,231,253)
#E3EAFD
(227,234,253)
#E6EDFD
(230,237,253)
#E9F0FD
(233,240,253)
#ECF3FD
(236,243,253)
#EFF6FD
(239,246,253)
#F2F9FD
(242,249,253)
#F5FCFD
(245,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DEFD color. Also use rgb(215,222,253) instead hex code.

Text Font Color

.myTextColor { color: #D7DEFD; }

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

This text font color is #D7DEFD.

Background Color

.myBgColor { background-color: #D7DEFD; }

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

This div background color is #D7DEFD.

Border color

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

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

This div border color is #D7DEFD.

Opacity

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

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

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

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

This text has shadow with #D7DEFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DEFD.

Preview

Color preview on black background

This text has color #D7DEFD on black background.


Color preview on white background

This text has color #D7DEFD on white background.


Black color preview on #D7DEFD background

This text has black color on #D7DEFD background.


White color preview on #D7DEFD background

This text has white color on #D7DEFD background.


Related colors

Complementary color

Complementary color for #hex is #282102.


I love getcolorcode.com

Triadic colors

1 #FDD7DE and #DEFDD7 with #D7DEFD are triadic colors.

2 #FDDED7 and #DED7FD with #D7DEFD are triadic colors.