COLOR #D7D8EF

HEX: #D7D8EF
RGB: (215,216,239)

Color info

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

RGB color model

#D7D8EF color RGB value is (215,216,239).

  • red value is 215;
  • green value is 216;
  • blue value is 239.
RGB:
(215,216,239)
(84%,85%,94%)

RGB channels and saturation

R 215 of 255 = 84%
G 216 of 255 = 85%
B 239 of 255 = 94%

215
216
239

R + G + B ~ 88%. #D7D8EF is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 216 + 239 = 670 (100%)
R 215 of 670 ~ 32.09%
G 216 of 670 ~ 32.24%
B 239 of 670 ~ 35.67%

%32.09
%32.24
%35.67

CMYK color model

#D7D8EF color CMYK value is (10,10,0,6).

  • cyan value is 10.04%
  • magenta value is 9.62%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,10,0,6)
C10M10Y0K6 
(10%,10%,0%,6%)
(0.10/0.10/0.00/0.06)	

CMYK percentages

%10.04
%9.62
%0
%6.27

Codes

Color #D7D8EF in popluar color models

D7D8EF
RGB215216239
HSL238°42.86%89.02%
HSB/HSV238°10.04%93.73%
CMYK10.04%9.62%0.00%
6.27%

Color #D7D8EF in popluar number systems.

HEXD7D8EF
Decimal215216239
Binary110101111101100011101111
Octal327330357

Shades and tints

Shades of #D7D8EF

#D7D8EF
(215,216,239)
#C4C5DA
(196,197,218)
#B1B2C5
(177,178,197)
#9E9FB0
(158,159,176)
#8B8C9B
(139,140,155)
#787986
(120,121,134)
#656671
(101,102,113)
#52535C
(82,83,92)
#3F4047
(63,64,71)
#2C2D32
(44,45,50)
#191A1D
(25,26,29)
#000000
(0,0,0)

Tints of #D7D8EF

#D7D8EF
(215,216,239)
#DADBF0
(218,219,240)
#DDDEF1
(221,222,241)
#E0E1F2
(224,225,242)
#E3E4F3
(227,228,243)
#E6E7F4
(230,231,244)
#E9EAF5
(233,234,245)
#ECEDF6
(236,237,246)
#EFF0F7
(239,240,247)
#F2F3F8
(242,243,248)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D8EF color. Also use rgb(215,216,239) instead hex code.

Text Font Color

.myTextColor { color: #D7D8EF; }

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

This text font color is #D7D8EF.


Background Color

.myBgColor { background-color: #D7D8EF; }

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

This div background color is #D7D8EF.


Border color

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

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

This div border color is #D7D8EF.


Opacity

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

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

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

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

This text has shadow with #D7D8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8EF on black background.


Color preview on white background

This text has color #D7D8EF on white background.



Black color preview on #D7D8EF background

This text has black color on #D7D8EF background.


White color preview on #D7D8EF background

This text has white color on #D7D8EF background.