COLOR #D7DDF6

HEX: #D7DDF6
RGB: (215,221,246)

Color info

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

RGB color model

#D7DDF6 color RGB value is (215,221,246).

  • red value is 215;
  • green value is 221;
  • blue value is 246.
RGB:
(215,221,246)
(84%,87%,96%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 246 of 255 = 96%

215
221
246

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

Portions of RGB colors in percentages

R + G + B =
215 + 221 + 246 = 682 (100%)
R 215 of 682 ~ 31.52%
G 221 of 682 ~ 32.4%
B 246 of 682 ~ 36.07%

%31.52
%32.4
%36.07

CMYK color model

#D7DDF6 color CMYK value is (13,10,0,4).

  • cyan value is 12.60%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(13,10,0,4)
C13M10Y0K4 
(13%,10%,0%,4%)
(0.13/0.10/0.00/0.04)	

CMYK percentages

%12.6
%10.16
%0
%3.53

Codes

Color #D7DDF6 in popluar color models

D7DDF6
RGB215221246
HSL228°63.27%90.39%
HSB/HSV228°12.60%96.47%
CMYK12.60%10.16%0.00%
3.53%

Color #D7DDF6 in popluar number systems.

HEXD7DDF6
Decimal215221246
Binary110101111101110111110110
Octal327335366

Shades and tints

Shades of #D7DDF6

#D7DDF6
(215,221,246)
#C4C9E0
(196,201,224)
#B1B5CA
(177,181,202)
#9EA1B4
(158,161,180)
#8B8D9E
(139,141,158)
#787988
(120,121,136)
#656572
(101,101,114)
#52515C
(82,81,92)
#3F3D46
(63,61,70)
#2C2930
(44,41,48)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #D7DDF6

#D7DDF6
(215,221,246)
#DAE0F6
(218,224,246)
#DDE3F6
(221,227,246)
#E0E6F6
(224,230,246)
#E3E9F6
(227,233,246)
#E6ECF6
(230,236,246)
#E9EFF6
(233,239,246)
#ECF2F6
(236,242,246)
#EFF5F6
(239,245,246)
#F2F8F6
(242,248,246)
#F5FBF6
(245,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DDF6 color. Also use rgb(215,221,246) instead hex code.

Text Font Color

.myTextColor { color: #D7DDF6; }

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

This text font color is #D7DDF6.


Background Color

.myBgColor { background-color: #D7DDF6; }

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

This div background color is #D7DDF6.


Border color

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

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

This div border color is #D7DDF6.


Opacity

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

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

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

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

This text has shadow with #D7DDF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DDF6 on black background.


Color preview on white background

This text has color #D7DDF6 on white background.



Black color preview on #D7DDF6 background

This text has black color on #D7DDF6 background.


White color preview on #D7DDF6 background

This text has white color on #D7DDF6 background.