COLOR #D2CBB6

HEX: #D2CBB6
RGB: (210,203,182)

Color info

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

RGB color model

#D2CBB6 color RGB value is (210,203,182).

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

RGB channels and saturation

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

210
203
182

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

Portions of RGB colors in percentages

R + G + B =
210 + 203 + 182 = 595 (100%)
R 210 of 595 ~ 35.29%
G 203 of 595 ~ 34.12%
B 182 of 595 ~ 30.59%

%35.29
%34.12
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 13.33%
  • key color value is 17.65%
CMYK:
(0,3,13,18)
C0M3Y13K18 
(0%,3%,13%,18%)
(0.00/0.03/0.13/0.18)	

CMYK percentages

%0
%3.33
%13.33
%17.65

Codes

Color #D2CBB6 in popluar color models

D2CBB6
RGB210203182
HSL45°23.73%76.86%
HSB/HSV45°13.33%82.35%
CMYK0.00%3.33%13.33%
17.65%

Color #D2CBB6 in popluar number systems.

HEXD2CBB6
Decimal210203182
Binary110100101100101110110110
Octal322313266

Shades and tints

Shades of #D2CBB6

#D2CBB6
(210,203,182)
#BFB9A6
(191,185,166)
#ACA796
(172,167,150)
#999586
(153,149,134)
#868376
(134,131,118)
#737166
(115,113,102)
#605F56
(96,95,86)
#4D4D46
(77,77,70)
#3A3B36
(58,59,54)
#272926
(39,41,38)
#141716
(20,23,22)
#000000
(0,0,0)

Tints of #D2CBB6

#D2CBB6
(210,203,182)
#D6CFBC
(214,207,188)
#DAD3C2
(218,211,194)
#DED7C8
(222,215,200)
#E2DBCE
(226,219,206)
#E6DFD4
(230,223,212)
#EAE3DA
(234,227,218)
#EEE7E0
(238,231,224)
#F2EBE6
(242,235,230)
#F6EFEC
(246,239,236)
#FAF3F2
(250,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CBB6; }

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

This text font color is #D2CBB6.


Background Color

.myBgColor { background-color: #D2CBB6; }

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

This div background color is #D2CBB6.


Border color

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

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

This div border color is #D2CBB6.


Opacity

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

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

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

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

This text has shadow with #D2CBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CBB6 on black background.


Color preview on white background

This text has color #D2CBB6 on white background.



Black color preview on #D2CBB6 background

This text has black color on #D2CBB6 background.


White color preview on #D2CBB6 background

This text has white color on #D2CBB6 background.