COLOR #D7D6B8

HEX: #D7D6B8 RGB: (215,214,184)

Color info

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

RGB color model

#D7D6B8 color RGB value is (215,214,184).

RGB: (215,214,184) (84%, 84%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 214 of 255 = 84%
B 184 of 255 = 72%

215
214
184

R + G + B ~ 80%. #D7D6B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 214 + 184 = 613 (100%)
R 215 of 613 ~ 35.07%
G 214 of 613 ~ 34.91%
B 184 of 613 ~ 30.02'%

%35.07
%34.91
%30.02

CMYK color model

#D7D6B8 color CMYK value is (0,0,14,16).

  • cyan value is 0.00%
  • magenta value is 0.47%
  • yellow value is 14.42%
  • key color value is 15.69%

CMYK: (0,0,14,16)
C0M0Y14K16 (0%, 0%, 14%, 16%)
(0.00 / 0.00 / 0.14 / 0.16)

CMYK percentages

%0
%0.47
%14.42
%15.69

Codes

Color #D7D6B8 in popluar color models

D7 D6 B8
RGB 215 214 184
HSL 58° 27.93% 78.24%
HSB/HSV 58° 14.42% 84.31%
CMYK 0.00% 0.47% 14.42%
15.69%

Color #D7D6B8 in popluar number systems.

HEX D7 D6 B8
Decimal 215 214 184
Binary 11010111 11010110 10111000
Octal 327 326 270

Shades and tints

Shades of #D7D6B8

#D7D6B8
(215,214,184)
#C4C3A8
(196,195,168)
#B1B098
(177,176,152)
#9E9D88
(158,157,136)
#8B8A78
(139,138,120)
#787768
(120,119,104)
#656458
(101,100,88)
#525148
(82,81,72)
#3F3E38
(63,62,56)
#2C2B28
(44,43,40)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #D7D6B8

#D7D6B8
(215,214,184)
#DAD9BE
(218,217,190)
#DDDCC4
(221,220,196)
#E0DFCA
(224,223,202)
#E3E2D0
(227,226,208)
#E6E5D6
(230,229,214)
#E9E8DC
(233,232,220)
#ECEBE2
(236,235,226)
#EFEEE8
(239,238,232)
#F2F1EE
(242,241,238)
#F5F4F4
(245,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D6B8; }

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

This text font color is #D7D6B8.

Background Color

.myBgColor { background-color: #D7D6B8; }

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

This div background color is #D7D6B8.

Border color

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

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

This div border color is #D7D6B8.

Opacity

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

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

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

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

This text has shadow with #D7D6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D6B8.

Preview

Color preview on black background

This text has color #D7D6B8 on black background.


Color preview on white background

This text has color #D7D6B8 on white background.


Black color preview on #D7D6B8 background

This text has black color on #D7D6B8 background.


White color preview on #D7D6B8 background

This text has white color on #D7D6B8 background.


Related colors

Complementary color

Complementary color for #hex is #282947.


I love getcolorcode.com

Triadic colors

1 #B8D7D6 and #D6B8D7 with #D7D6B8 are triadic colors.

2 #B8D6D7 and #D6D7B8 with #D7D6B8 are triadic colors.