COLOR #D7D8BA

HEX: #D7D8BA
RGB: (215,216,186)

Color info

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

RGB color model

#D7D8BA color RGB value is (215,216,186).

  • red value is 215;
  • green value is 216;
  • blue value is 186.
RGB:
(215,216,186)
(84%,85%,73%)

RGB channels and saturation

R 215 of 255 = 84%
G 216 of 255 = 85%
B 186 of 255 = 73%

215
216
186

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

Portions of RGB colors in percentages

R + G + B =
215 + 216 + 186 = 617 (100%)
R 215 of 617 ~ 34.85%
G 216 of 617 ~ 35.01%
B 186 of 617 ~ 30.15%

%34.85
%35.01
%30.15

CMYK color model

#D7D8BA color CMYK value is (0,0,14,15).

  • cyan value is 0.46%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(0,0,14,15)
C0M0Y14K15 
(0%,0%,14%,15%)
(0.00/0.00/0.14/0.15)	

CMYK percentages

%0.46
%0
%13.89
%15.29

Codes

Color #D7D8BA in popluar color models

D7D8BA
RGB215216186
HSL62°27.78%78.82%
HSB/HSV62°13.89%84.71%
CMYK0.46%0.00%13.89%
15.29%

Color #D7D8BA in popluar number systems.

HEXD7D8BA
Decimal215216186
Binary110101111101100010111010
Octal327330272

Shades and tints

Shades of #D7D8BA

#D7D8BA
(215,216,186)
#C4C5AA
(196,197,170)
#B1B29A
(177,178,154)
#9E9F8A
(158,159,138)
#8B8C7A
(139,140,122)
#78796A
(120,121,106)
#65665A
(101,102,90)
#52534A
(82,83,74)
#3F403A
(63,64,58)
#2C2D2A
(44,45,42)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #D7D8BA

#D7D8BA
(215,216,186)
#DADBC0
(218,219,192)
#DDDEC6
(221,222,198)
#E0E1CC
(224,225,204)
#E3E4D2
(227,228,210)
#E6E7D8
(230,231,216)
#E9EADE
(233,234,222)
#ECEDE4
(236,237,228)
#EFF0EA
(239,240,234)
#F2F3F0
(242,243,240)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7D8BA; }

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

This text font color is #D7D8BA.


Background Color

.myBgColor { background-color: #D7D8BA; }

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

This div background color is #D7D8BA.


Border color

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

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

This div border color is #D7D8BA.


Opacity

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

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

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

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

This text has shadow with #D7D8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7D8BA on black background.


Color preview on white background

This text has color #D7D8BA on white background.



Black color preview on #D7D8BA background

This text has black color on #D7D8BA background.


White color preview on #D7D8BA background

This text has white color on #D7D8BA background.