COLOR #D7DADD

HEX: #D7DADD
RGB: (215,218,221)

Color info

#D7DADD contains red, green and blue colors in about the same proportion. Web safe color of #D7DADD is #CCCCCC (or #CCC).

RGB color model

#D7DADD color RGB value is (215,218,221).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 221 of 255 = 87%

215
218
221

R + G + B ~ 85%. #D7DADD is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 221 = 654 (100%)
R 215 of 654 ~ 32.87%
G 218 of 654 ~ 33.33%
B 221 of 654 ~ 33.79%

%32.87
%33.33
%33.79

CMYK color model

#D7DADD color CMYK value is (3,1,0,13).

  • cyan value is 2.71%
  • magenta value is 1.36%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(3,1,0,13)
C3M1Y0K13 
(3%,1%,0%,13%)
(0.03/0.01/0.00/0.13)	

CMYK percentages

%2.71
%1.36
%0
%13.33

Codes

Color #D7DADD in popluar color models

D7DADD
RGB215218221
HSL210°8.11%85.49%
HSB/HSV210°2.71%86.67%
CMYK2.71%1.36%0.00%
13.33%

Color #D7DADD in popluar number systems.

HEXD7DADD
Decimal215218221
Binary110101111101101011011101
Octal327332335

Shades and tints

Shades of #D7DADD

#D7DADD
(215,218,221)
#C4C7C9
(196,199,201)
#B1B4B5
(177,180,181)
#9EA1A1
(158,161,161)
#8B8E8D
(139,142,141)
#787B79
(120,123,121)
#656865
(101,104,101)
#525551
(82,85,81)
#3F423D
(63,66,61)
#2C2F29
(44,47,41)
#191C15
(25,28,21)
#000000
(0,0,0)

Tints of #D7DADD

#D7DADD
(215,218,221)
#DADDE0
(218,221,224)
#DDE0E3
(221,224,227)
#E0E3E6
(224,227,230)
#E3E6E9
(227,230,233)
#E6E9EC
(230,233,236)
#E9ECEF
(233,236,239)
#ECEFF2
(236,239,242)
#EFF2F5
(239,242,245)
#F2F5F8
(242,245,248)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DADD; }

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

This text font color is #D7DADD.


Background Color

.myBgColor { background-color: #D7DADD; }

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

This div background color is #D7DADD.


Border color

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

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

This div border color is #D7DADD.


Opacity

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

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

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

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

This text has shadow with #D7DADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DADD on black background.


Color preview on white background

This text has color #D7DADD on white background.



Black color preview on #D7DADD background

This text has black color on #D7DADD background.


White color preview on #D7DADD background

This text has white color on #D7DADD background.