COLOR #D0D0B6

HEX: #D0D0B6
RGB: (208,208,182)

Color info

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

RGB color model

#D0D0B6 color RGB value is (208,208,182).

  • red value is 208;
  • green value is 208;
  • blue value is 182.
RGB:
(208,208,182)
(82%,82%,71%)

RGB channels and saturation

R 208 of 255 = 82%
G 208 of 255 = 82%
B 182 of 255 = 71%

208
208
182

R + G + B ~ 78%. #D0D0B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 208 + 182 = 598 (100%)
R 208 of 598 ~ 34.78%
G 208 of 598 ~ 34.78%
B 182 of 598 ~ 30.43%

%34.78
%34.78
%30.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 18.43%
CMYK:
(0,0,13,18)
C0M0Y13K18 
(0%,0%,13%,18%)
(0.00/0.00/0.13/0.18)	

CMYK percentages

%0
%0
%12.5
%18.43

Codes

Color #D0D0B6 in popluar color models

D0D0B6
RGB208208182
HSL60°21.67%76.47%
HSB/HSV60°12.50%81.57%
CMYK0.00%0.00%12.50%
18.43%

Color #D0D0B6 in popluar number systems.

HEXD0D0B6
Decimal208208182
Binary110100001101000010110110
Octal320320266

Shades and tints

Shades of #D0D0B6

#D0D0B6
(208,208,182)
#BEBEA6
(190,190,166)
#ACAC96
(172,172,150)
#9A9A86
(154,154,134)
#888876
(136,136,118)
#767666
(118,118,102)
#646456
(100,100,86)
#525246
(82,82,70)
#404036
(64,64,54)
#2E2E26
(46,46,38)
#1C1C16
(28,28,22)
#000000
(0,0,0)

Tints of #D0D0B6

#D0D0B6
(208,208,182)
#D4D4BC
(212,212,188)
#D8D8C2
(216,216,194)
#DCDCC8
(220,220,200)
#E0E0CE
(224,224,206)
#E4E4D4
(228,228,212)
#E8E8DA
(232,232,218)
#ECECE0
(236,236,224)
#F0F0E6
(240,240,230)
#F4F4EC
(244,244,236)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D0B6; }

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

This text font color is #D0D0B6.


Background Color

.myBgColor { background-color: #D0D0B6; }

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

This div background color is #D0D0B6.


Border color

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

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

This div border color is #D0D0B6.


Opacity

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

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

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

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

This text has shadow with #D0D0B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D0B6 on black background.


Color preview on white background

This text has color #D0D0B6 on white background.



Black color preview on #D0D0B6 background

This text has black color on #D0D0B6 background.


White color preview on #D0D0B6 background

This text has white color on #D0D0B6 background.