COLOR #D0CBB6

HEX: #D0CBB6
RGB: (208,203,182)

Color info

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

RGB color model

#D0CBB6 color RGB value is (208,203,182).

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

RGB channels and saturation

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

208
203
182

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

Portions of RGB colors in percentages

R + G + B =
208 + 203 + 182 = 593 (100%)
R 208 of 593 ~ 35.08%
G 203 of 593 ~ 34.23%
B 182 of 593 ~ 30.69%

%35.08
%34.23
%30.69

CMYK color model

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

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

CMYK percentages

%0
%2.4
%12.5
%18.43

Codes

Color #D0CBB6 in popluar color models

D0CBB6
RGB208203182
HSL48°21.67%76.47%
HSB/HSV48°12.50%81.57%
CMYK0.00%2.40%12.50%
18.43%

Color #D0CBB6 in popluar number systems.

HEXD0CBB6
Decimal208203182
Binary110100001100101110110110
Octal320313266

Shades and tints

Shades of #D0CBB6

#D0CBB6
(208,203,182)
#BEB9A6
(190,185,166)
#ACA796
(172,167,150)
#9A9586
(154,149,134)
#888376
(136,131,118)
#767166
(118,113,102)
#645F56
(100,95,86)
#524D46
(82,77,70)
#403B36
(64,59,54)
#2E2926
(46,41,38)
#1C1716
(28,23,22)
#000000
(0,0,0)

Tints of #D0CBB6

#D0CBB6
(208,203,182)
#D4CFBC
(212,207,188)
#D8D3C2
(216,211,194)
#DCD7C8
(220,215,200)
#E0DBCE
(224,219,206)
#E4DFD4
(228,223,212)
#E8E3DA
(232,227,218)
#ECE7E0
(236,231,224)
#F0EBE6
(240,235,230)
#F4EFEC
(244,239,236)
#F8F3F2
(248,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0CBB6; }

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

This text font color is #D0CBB6.


Background Color

.myBgColor { background-color: #D0CBB6; }

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

This div background color is #D0CBB6.


Border color

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

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

This div border color is #D0CBB6.


Opacity

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

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

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

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

This text has shadow with #D0CBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0CBB6 on black background.


Color preview on white background

This text has color #D0CBB6 on white background.



Black color preview on #D0CBB6 background

This text has black color on #D0CBB6 background.


White color preview on #D0CBB6 background

This text has white color on #D0CBB6 background.