COLOR #D2CBB0

HEX: #D2CBB0
RGB: (210,203,176)

Color info

#D2CBB0 contains red, green and blue colors in about the same proportion. Web safe color of #D2CBB0 is #CCCC99 (or #CC9).

RGB color model

#D2CBB0 color RGB value is (210,203,176).

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

RGB channels and saturation

R 210 of 255 = 82%
G 203 of 255 = 80%
B 176 of 255 = 69%

210
203
176

R + G + B ~ 77%. #D2CBB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 203 + 176 = 589 (100%)
R 210 of 589 ~ 35.65%
G 203 of 589 ~ 34.47%
B 176 of 589 ~ 29.88%

%35.65
%34.47
%29.88

CMYK color model

#D2CBB0 color CMYK value is (0,3,16,18).

  • cyan value is 0.00%
  • magenta value is 3.33%
  • yellow value is 16.19%
  • key color value is 17.65%
CMYK:
(0,3,16,18)
C0M3Y16K18 
(0%,3%,16%,18%)
(0.00/0.03/0.16/0.18)	

CMYK percentages

%0
%3.33
%16.19
%17.65

Codes

Color #D2CBB0 in popluar color models

D2CBB0
RGB210203176
HSL48°27.42%75.69%
HSB/HSV48°16.19%82.35%
CMYK0.00%3.33%16.19%
17.65%

Color #D2CBB0 in popluar number systems.

HEXD2CBB0
Decimal210203176
Binary110100101100101110110000
Octal322313260

Shades and tints

Shades of #D2CBB0

#D2CBB0
(210,203,176)
#BFB9A0
(191,185,160)
#ACA790
(172,167,144)
#999580
(153,149,128)
#868370
(134,131,112)
#737160
(115,113,96)
#605F50
(96,95,80)
#4D4D40
(77,77,64)
#3A3B30
(58,59,48)
#272920
(39,41,32)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #D2CBB0

#D2CBB0
(210,203,176)
#D6CFB7
(214,207,183)
#DAD3BE
(218,211,190)
#DED7C5
(222,215,197)
#E2DBCC
(226,219,204)
#E6DFD3
(230,223,211)
#EAE3DA
(234,227,218)
#EEE7E1
(238,231,225)
#F2EBE8
(242,235,232)
#F6EFEF
(246,239,239)
#FAF3F6
(250,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CBB0; }

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

This text font color is #D2CBB0.


Background Color

.myBgColor { background-color: #D2CBB0; }

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

This div background color is #D2CBB0.


Border color

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

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

This div border color is #D2CBB0.


Opacity

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

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

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

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

This text has shadow with #D2CBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CBB0 on black background.


Color preview on white background

This text has color #D2CBB0 on white background.



Black color preview on #D2CBB0 background

This text has black color on #D2CBB0 background.


White color preview on #D2CBB0 background

This text has white color on #D2CBB0 background.