COLOR #D7DADC

HEX: #D7DADC
RGB: (215,218,220)

Color info

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

RGB color model

#D7DADC color RGB value is (215,218,220).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 220 of 255 = 86%

215
218
220

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

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 220 = 653 (100%)
R 215 of 653 ~ 32.92%
G 218 of 653 ~ 33.38%
B 220 of 653 ~ 33.69%

%32.92
%33.38
%33.69

CMYK color model

#D7DADC color CMYK value is (2,1,0,14).

  • cyan value is 2.27%
  • magenta value is 0.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(2,1,0,14)
C2M1Y0K14 
(2%,1%,0%,14%)
(0.02/0.01/0.00/0.14)	

CMYK percentages

%2.27
%0.91
%0
%13.73

Codes

Color #D7DADC in popluar color models

D7DADC
RGB215218220
HSL204°6.67%85.29%
HSB/HSV204°2.27%86.27%
CMYK2.27%0.91%0.00%
13.73%

Color #D7DADC in popluar number systems.

HEXD7DADC
Decimal215218220
Binary110101111101101011011100
Octal327332334

Shades and tints

Shades of #D7DADC

#D7DADC
(215,218,220)
#C4C7C8
(196,199,200)
#B1B4B4
(177,180,180)
#9EA1A0
(158,161,160)
#8B8E8C
(139,142,140)
#787B78
(120,123,120)
#656864
(101,104,100)
#525550
(82,85,80)
#3F423C
(63,66,60)
#2C2F28
(44,47,40)
#191C14
(25,28,20)
#000000
(0,0,0)

Tints of #D7DADC

#D7DADC
(215,218,220)
#DADDDF
(218,221,223)
#DDE0E2
(221,224,226)
#E0E3E5
(224,227,229)
#E3E6E8
(227,230,232)
#E6E9EB
(230,233,235)
#E9ECEE
(233,236,238)
#ECEFF1
(236,239,241)
#EFF2F4
(239,242,244)
#F2F5F7
(242,245,247)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DADC; }

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

This text font color is #D7DADC.


Background Color

.myBgColor { background-color: #D7DADC; }

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

This div background color is #D7DADC.


Border color

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

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

This div border color is #D7DADC.


Opacity

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

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

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

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

This text has shadow with #D7DADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DADC on black background.


Color preview on white background

This text has color #D7DADC on white background.



Black color preview on #D7DADC background

This text has black color on #D7DADC background.


White color preview on #D7DADC background

This text has white color on #D7DADC background.