COLOR #D7DEFB

HEX: #D7DEFB
RGB: (215,222,251)

Color info

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

RGB color model

#D7DEFB color RGB value is (215,222,251).

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

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 251 of 255 = 98%

215
222
251

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

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 251 = 688 (100%)
R 215 of 688 ~ 31.25%
G 222 of 688 ~ 32.27%
B 251 of 688 ~ 36.48%

%31.25
%32.27
%36.48

CMYK color model

#D7DEFB color CMYK value is (14,12,0,2).

  • cyan value is 14.34%
  • magenta value is 11.55%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(14,12,0,2)
C14M12Y0K2 
(14%,12%,0%,2%)
(0.14/0.12/0.00/0.02)	

CMYK percentages

%14.34
%11.55
%0
%1.57

Codes

Color #D7DEFB in popluar color models

D7DEFB
RGB215222251
HSL228°81.82%91.37%
HSB/HSV228°14.34%98.43%
CMYK14.34%11.55%0.00%
1.57%

Color #D7DEFB in popluar number systems.

HEXD7DEFB
Decimal215222251
Binary110101111101111011111011
Octal327336373

Shades and tints

Shades of #D7DEFB

#D7DEFB
(215,222,251)
#C4CAE5
(196,202,229)
#B1B6CF
(177,182,207)
#9EA2B9
(158,162,185)
#8B8EA3
(139,142,163)
#787A8D
(120,122,141)
#656677
(101,102,119)
#525261
(82,82,97)
#3F3E4B
(63,62,75)
#2C2A35
(44,42,53)
#19161F
(25,22,31)
#000000
(0,0,0)

Tints of #D7DEFB

#D7DEFB
(215,222,251)
#DAE1FB
(218,225,251)
#DDE4FB
(221,228,251)
#E0E7FB
(224,231,251)
#E3EAFB
(227,234,251)
#E6EDFB
(230,237,251)
#E9F0FB
(233,240,251)
#ECF3FB
(236,243,251)
#EFF6FB
(239,246,251)
#F2F9FB
(242,249,251)
#F5FCFB
(245,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DEFB; }

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

This text font color is #D7DEFB.


Background Color

.myBgColor { background-color: #D7DEFB; }

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

This div background color is #D7DEFB.


Border color

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

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

This div border color is #D7DEFB.


Opacity

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

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

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

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

This text has shadow with #D7DEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEFB on black background.


Color preview on white background

This text has color #D7DEFB on white background.



Black color preview on #D7DEFB background

This text has black color on #D7DEFB background.


White color preview on #D7DEFB background

This text has white color on #D7DEFB background.