COLOR #D7DEFF

HEX: #D7DEFF
RGB: (215,222,255)

Color info

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

RGB color model

#D7DEFF color RGB value is (215,222,255).

  • red value is 215;
  • green value is 222;
  • blue value is 255.
RGB:
(215,222,255)
(84%,87%,100%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 255 of 255 = 100%

215
222
255

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 255 = 692 (100%)
R 215 of 692 ~ 31.07%
G 222 of 692 ~ 32.08%
B 255 of 692 ~ 36.85%

%31.07
%32.08
%36.85

CMYK color model

#D7DEFF color CMYK value is (16,13,0,0).

  • cyan value is 15.69%
  • magenta value is 12.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(16,13,0,0)
C16M13Y0K0 
(16%,13%,0%,0%)
(0.16/0.13/0.00/0.00)	

CMYK percentages

%15.69
%12.94
%0
%0

Codes

Color #D7DEFF in popluar color models

D7DEFF
RGB215222255
HSL230°100.00%92.16%
HSB/HSV230°15.69%100.00%
CMYK15.69%12.94%0.00%
0.00%

Color #D7DEFF in popluar number systems.

HEXD7DEFF
Decimal215222255
Binary110101111101111011111111
Octal327336377

Shades and tints

Shades of #D7DEFF

#D7DEFF
(215,222,255)
#C4CAE8
(196,202,232)
#B1B6D1
(177,182,209)
#9EA2BA
(158,162,186)
#8B8EA3
(139,142,163)
#787A8C
(120,122,140)
#656675
(101,102,117)
#52525E
(82,82,94)
#3F3E47
(63,62,71)
#2C2A30
(44,42,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #D7DEFF

#D7DEFF
(215,222,255)
#DAE1FF
(218,225,255)
#DDE4FF
(221,228,255)
#E0E7FF
(224,231,255)
#E3EAFF
(227,234,255)
#E6EDFF
(230,237,255)
#E9F0FF
(233,240,255)
#ECF3FF
(236,243,255)
#EFF6FF
(239,246,255)
#F2F9FF
(242,249,255)
#F5FCFF
(245,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEFF; }

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

This text font color is #D7DEFF.


Background Color

.myBgColor { background-color: #D7DEFF; }

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

This div background color is #D7DEFF.


Border color

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

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

This div border color is #D7DEFF.


Opacity

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

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

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

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

This text has shadow with #D7DEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEFF on black background.


Color preview on white background

This text has color #D7DEFF on white background.



Black color preview on #D7DEFF background

This text has black color on #D7DEFF background.


White color preview on #D7DEFF background

This text has white color on #D7DEFF background.