COLOR #D7DBC8

HEX: #D7DBC8
RGB: (215,219,200)

Color info

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

RGB color model

#D7DBC8 color RGB value is (215,219,200).

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

RGB channels and saturation

R 215 of 255 = 84%
G 219 of 255 = 86%
B 200 of 255 = 78%

215
219
200

R + G + B ~ 83%. #D7DBC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 219 + 200 = 634 (100%)
R 215 of 634 ~ 33.91%
G 219 of 634 ~ 34.54%
B 200 of 634 ~ 31.55%

%33.91
%34.54
%31.55

CMYK color model

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

  • cyan value is 1.83%
  • magenta value is 0.00%
  • yellow value is 8.68%
  • key color value is 14.12%
CMYK:
(2,0,9,14)
C2M0Y9K14 
(2%,0%,9%,14%)
(0.02/0.00/0.09/0.14)	

CMYK percentages

%1.83
%0
%8.68
%14.12

Codes

Color #D7DBC8 in popluar color models

D7DBC8
RGB215219200
HSL73°20.88%82.16%
HSB/HSV73°8.68%85.88%
CMYK1.83%0.00%8.68%
14.12%

Color #D7DBC8 in popluar number systems.

HEXD7DBC8
Decimal215219200
Binary110101111101101111001000
Octal327333310

Shades and tints

Shades of #D7DBC8

#D7DBC8
(215,219,200)
#C4C8B6
(196,200,182)
#B1B5A4
(177,181,164)
#9EA292
(158,162,146)
#8B8F80
(139,143,128)
#787C6E
(120,124,110)
#65695C
(101,105,92)
#52564A
(82,86,74)
#3F4338
(63,67,56)
#2C3026
(44,48,38)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #D7DBC8

#D7DBC8
(215,219,200)
#DADECD
(218,222,205)
#DDE1D2
(221,225,210)
#E0E4D7
(224,228,215)
#E3E7DC
(227,231,220)
#E6EAE1
(230,234,225)
#E9EDE6
(233,237,230)
#ECF0EB
(236,240,235)
#EFF3F0
(239,243,240)
#F2F6F5
(242,246,245)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DBC8; }

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

This text font color is #D7DBC8.


Background Color

.myBgColor { background-color: #D7DBC8; }

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

This div background color is #D7DBC8.


Border color

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

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

This div border color is #D7DBC8.


Opacity

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

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

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

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

This text has shadow with #D7DBC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DBC8 on black background.


Color preview on white background

This text has color #D7DBC8 on white background.



Black color preview on #D7DBC8 background

This text has black color on #D7DBC8 background.


White color preview on #D7DBC8 background

This text has white color on #D7DBC8 background.