COLOR #D7DEB6

HEX: #D7DEB6
RGB: (215,222,182)

Color info

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

RGB color model

#D7DEB6 color RGB value is (215,222,182).

  • red value is 215;
  • green value is 222;
  • blue value is 182.
RGB:
(215,222,182)
(84%,87%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 182 of 255 = 71%

215
222
182

R + G + B ~ 81%. #D7DEB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 222 + 182 = 619 (100%)
R 215 of 619 ~ 34.73%
G 222 of 619 ~ 35.86%
B 182 of 619 ~ 29.4%

%34.73
%35.86
%29.4

CMYK color model

#D7DEB6 color CMYK value is (3,0,18,13).

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 18.02%
  • key color value is 12.94%
CMYK:
(3,0,18,13)
C3M0Y18K13 
(3%,0%,18%,13%)
(0.03/0.00/0.18/0.13)	

CMYK percentages

%3.15
%0
%18.02
%12.94

Codes

Color #D7DEB6 in popluar color models

D7DEB6
RGB215222182
HSL71°37.74%79.22%
HSB/HSV71°18.02%87.06%
CMYK3.15%0.00%18.02%
12.94%

Color #D7DEB6 in popluar number systems.

HEXD7DEB6
Decimal215222182
Binary110101111101111010110110
Octal327336266

Shades and tints

Shades of #D7DEB6

#D7DEB6
(215,222,182)
#C4CAA6
(196,202,166)
#B1B696
(177,182,150)
#9EA286
(158,162,134)
#8B8E76
(139,142,118)
#787A66
(120,122,102)
#656656
(101,102,86)
#525246
(82,82,70)
#3F3E36
(63,62,54)
#2C2A26
(44,42,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #D7DEB6

#D7DEB6
(215,222,182)
#DAE1BC
(218,225,188)
#DDE4C2
(221,228,194)
#E0E7C8
(224,231,200)
#E3EACE
(227,234,206)
#E6EDD4
(230,237,212)
#E9F0DA
(233,240,218)
#ECF3E0
(236,243,224)
#EFF6E6
(239,246,230)
#F2F9EC
(242,249,236)
#F5FCF2
(245,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DEB6 color. Also use rgb(215,222,182) instead hex code.

Text Font Color

.myTextColor { color: #D7DEB6; }

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

This text font color is #D7DEB6.


Background Color

.myBgColor { background-color: #D7DEB6; }

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

This div background color is #D7DEB6.


Border color

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

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

This div border color is #D7DEB6.


Opacity

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

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

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

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

This text has shadow with #D7DEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7DEB6 on black background.


Color preview on white background

This text has color #D7DEB6 on white background.



Black color preview on #D7DEB6 background

This text has black color on #D7DEB6 background.


White color preview on #D7DEB6 background

This text has white color on #D7DEB6 background.