COLOR #D7D8B7

HEX: #D7D8B7 RGB: (215,216,183)

Color info

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

RGB color model

#D7D8B7 color RGB value is (215,216,183).

RGB: (215,216,183) (84%, 85%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 216 of 255 = 85%
B 183 of 255 = 72%

215
216
183

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

Portions of RGB colors in percentages

R + G + B = 215 + 216 + 183 = 614 (100%)
R 215 of 614 ~ 35.02%
G 216 of 614 ~ 35.18%
B 183 of 614 ~ 29.8'%

%35.02
%35.18
%29.8

CMYK color model

#D7D8B7 color CMYK value is (0,0,15,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 15.28%
  • key color value is 15.29%

CMYK: (0,0,15,15)
C0M0Y15K15 (0%, 0%, 15%, 15%)
(0.00 / 0.00 / 0.15 / 0.15)

CMYK percentages

%0.46
%0
%15.28
%15.29

Codes

Color #D7D8B7 in popluar color models

D7 D8 B7
RGB 215 216 183
HSL 62° 29.73% 78.24%
HSB/HSV 62° 15.28% 84.71%
CMYK 0.46% 0.00% 15.28%
15.29%

Color #D7D8B7 in popluar number systems.

HEX D7 D8 B7
Decimal 215 216 183
Binary 11010111 11011000 10110111
Octal 327 330 267

Shades and tints

Shades of #D7D8B7

#D7D8B7
(215,216,183)
#C4C5A7
(196,197,167)
#B1B297
(177,178,151)
#9E9F87
(158,159,135)
#8B8C77
(139,140,119)
#787967
(120,121,103)
#656657
(101,102,87)
#525347
(82,83,71)
#3F4037
(63,64,55)
#2C2D27
(44,45,39)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7D8B7

#D7D8B7
(215,216,183)
#DADBBD
(218,219,189)
#DDDEC3
(221,222,195)
#E0E1C9
(224,225,201)
#E3E4CF
(227,228,207)
#E6E7D5
(230,231,213)
#E9EADB
(233,234,219)
#ECEDE1
(236,237,225)
#EFF0E7
(239,240,231)
#F2F3ED
(242,243,237)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7D8B7 color. Also use rgb(215,216,183) instead hex code.

Text Font Color

.myTextColor { color: #D7D8B7; }

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

This text font color is #D7D8B7.

Background Color

.myBgColor { background-color: #D7D8B7; }

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

This div background color is #D7D8B7.

Border color

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

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

This div border color is #D7D8B7.

Opacity

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

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

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

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

This text has shadow with #D7D8B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7D8B7.

Preview

Color preview on black background

This text has color #D7D8B7 on black background.


Color preview on white background

This text has color #D7D8B7 on white background.


Black color preview on #D7D8B7 background

This text has black color on #D7D8B7 background.


White color preview on #D7D8B7 background

This text has white color on #D7D8B7 background.


Related colors

Complementary color

Complementary color for #hex is #282748.


I love getcolorcode.com

Triadic colors

1 #B7D7D8 and #D8B7D7 with #D7D8B7 are triadic colors.

2 #B7D8D7 and #D8D7B7 with #D7D8B7 are triadic colors.