COLOR #D7DBD6

HEX: #D7DBD6
RGB: (215,219,214)

Color info

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

RGB color model

#D7DBD6 color RGB value is (215,219,214).

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

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 214 of 255 = 84%

215
219
214

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

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 214 = 648 (100%)
R 215 of 648 ~ 33.18%
G 219 of 648 ~ 33.8%
B 214 of 648 ~ 33.02%

%33.18
%33.8
%33.02

CMYK color model

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

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 2.28%
  • key color value is 14.12%
CMYK:
(2,0,2,14)
C2M0Y2K14 
(2%,0%,2%,14%)
(0.02/0.00/0.02/0.14)	

CMYK percentages

%1.83
%0
%2.28
%14.12

Codes

Color #D7DBD6 in popluar color models

D7DBD6
RGB215219214
HSL108°6.49%84.90%
HSB/HSV108°2.28%85.88%
CMYK1.83%0.00%2.28%
14.12%

Color #D7DBD6 in popluar number systems.

HEXD7DBD6
Decimal215219214
Binary110101111101101111010110
Octal327333326

Shades and tints

Shades of #D7DBD6

#D7DBD6
(215,219,214)
#C4C8C3
(196,200,195)
#B1B5B0
(177,181,176)
#9EA29D
(158,162,157)
#8B8F8A
(139,143,138)
#787C77
(120,124,119)
#656964
(101,105,100)
#525651
(82,86,81)
#3F433E
(63,67,62)
#2C302B
(44,48,43)
#191D18
(25,29,24)
#000000
(0,0,0)

Tints of #D7DBD6

#D7DBD6
(215,219,214)
#DADED9
(218,222,217)
#DDE1DC
(221,225,220)
#E0E4DF
(224,228,223)
#E3E7E2
(227,231,226)
#E6EAE5
(230,234,229)
#E9EDE8
(233,237,232)
#ECF0EB
(236,240,235)
#EFF3EE
(239,243,238)
#F2F6F1
(242,246,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBD6; }

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

This text font color is #D7DBD6.


Background Color

.myBgColor { background-color: #D7DBD6; }

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

This div background color is #D7DBD6.


Border color

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

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

This div border color is #D7DBD6.


Opacity

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

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

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

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

This text has shadow with #D7DBD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBD6 on black background.


Color preview on white background

This text has color #D7DBD6 on white background.



Black color preview on #D7DBD6 background

This text has black color on #D7DBD6 background.


White color preview on #D7DBD6 background

This text has white color on #D7DBD6 background.