COLOR #D7DAD6

HEX: #D7DAD6
RGB: (215,218,214)

Color info

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

RGB color model

#D7DAD6 color RGB value is (215,218,214).

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

RGB channels and saturation

R 215 of 255 = 84%
G 218 of 255 = 85%
B 214 of 255 = 84%

215
218
214

R + G + B ~ 84%. #D7DAD6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 218 + 214 = 647 (100%)
R 215 of 647 ~ 33.23%
G 218 of 647 ~ 33.69%
B 214 of 647 ~ 33.08%

%33.23
%33.69
%33.08

CMYK color model

#D7DAD6 color CMYK value is (1,0,2,15).

  • cyan value is 1.38%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.51%
CMYK:
(1,0,2,15)
C1M0Y2K15 
(1%,0%,2%,15%)
(0.01/0.00/0.02/0.15)	

CMYK percentages

%1.38
%0
%1.83
%14.51

Codes

Color #D7DAD6 in popluar color models

D7DAD6
RGB215218214
HSL105°5.13%84.71%
HSB/HSV105°1.83%85.49%
CMYK1.38%0.00%1.83%
14.51%

Color #D7DAD6 in popluar number systems.

HEXD7DAD6
Decimal215218214
Binary110101111101101011010110
Octal327332326

Shades and tints

Shades of #D7DAD6

#D7DAD6
(215,218,214)
#C4C7C3
(196,199,195)
#B1B4B0
(177,180,176)
#9EA19D
(158,161,157)
#8B8E8A
(139,142,138)
#787B77
(120,123,119)
#656864
(101,104,100)
#525551
(82,85,81)
#3F423E
(63,66,62)
#2C2F2B
(44,47,43)
#191C18
(25,28,24)
#000000
(0,0,0)

Tints of #D7DAD6

#D7DAD6
(215,218,214)
#DADDD9
(218,221,217)
#DDE0DC
(221,224,220)
#E0E3DF
(224,227,223)
#E3E6E2
(227,230,226)
#E6E9E5
(230,233,229)
#E9ECE8
(233,236,232)
#ECEFEB
(236,239,235)
#EFF2EE
(239,242,238)
#F2F5F1
(242,245,241)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DAD6; }

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

This text font color is #D7DAD6.


Background Color

.myBgColor { background-color: #D7DAD6; }

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

This div background color is #D7DAD6.


Border color

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

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

This div border color is #D7DAD6.


Opacity

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

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

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

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

This text has shadow with #D7DAD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DAD6 on black background.


Color preview on white background

This text has color #D7DAD6 on white background.



Black color preview on #D7DAD6 background

This text has black color on #D7DAD6 background.


White color preview on #D7DAD6 background

This text has white color on #D7DAD6 background.