COLOR #D2CCB2

HEX: #D2CCB2
RGB: (210,204,178)

Color info

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

RGB color model

#D2CCB2 color RGB value is (210,204,178).

  • red value is 210;
  • green value is 204;
  • blue value is 178.
RGB:
(210,204,178)
(82%,80%,70%)

RGB channels and saturation

R 210 of 255 = 82%
G 204 of 255 = 80%
B 178 of 255 = 70%

210
204
178

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

Portions of RGB colors in percentages

R + G + B =
210 + 204 + 178 = 592 (100%)
R 210 of 592 ~ 35.47%
G 204 of 592 ~ 34.46%
B 178 of 592 ~ 30.07%

%35.47
%34.46
%30.07

CMYK color model

#D2CCB2 color CMYK value is (0,3,15,18).

  • cyan value is 0.00%
  • magenta value is 2.86%
  • yellow value is 15.24%
  • key color value is 17.65%
CMYK:
(0,3,15,18)
C0M3Y15K18 
(0%,3%,15%,18%)
(0.00/0.03/0.15/0.18)	

CMYK percentages

%0
%2.86
%15.24
%17.65

Codes

Color #D2CCB2 in popluar color models

D2CCB2
RGB210204178
HSL49°26.23%76.08%
HSB/HSV49°15.24%82.35%
CMYK0.00%2.86%15.24%
17.65%

Color #D2CCB2 in popluar number systems.

HEXD2CCB2
Decimal210204178
Binary110100101100110010110010
Octal322314262

Shades and tints

Shades of #D2CCB2

#D2CCB2
(210,204,178)
#BFBAA2
(191,186,162)
#ACA892
(172,168,146)
#999682
(153,150,130)
#868472
(134,132,114)
#737262
(115,114,98)
#606052
(96,96,82)
#4D4E42
(77,78,66)
#3A3C32
(58,60,50)
#272A22
(39,42,34)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #D2CCB2

#D2CCB2
(210,204,178)
#D6D0B9
(214,208,185)
#DAD4C0
(218,212,192)
#DED8C7
(222,216,199)
#E2DCCE
(226,220,206)
#E6E0D5
(230,224,213)
#EAE4DC
(234,228,220)
#EEE8E3
(238,232,227)
#F2ECEA
(242,236,234)
#F6F0F1
(246,240,241)
#FAF4F8
(250,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2CCB2 color. Also use rgb(210,204,178) instead hex code.

Text Font Color

.myTextColor { color: #D2CCB2; }

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

This text font color is #D2CCB2.


Background Color

.myBgColor { background-color: #D2CCB2; }

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

This div background color is #D2CCB2.


Border color

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

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

This div border color is #D2CCB2.


Opacity

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

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

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

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

This text has shadow with #D2CCB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CCB2 on black background.


Color preview on white background

This text has color #D2CCB2 on white background.



Black color preview on #D2CCB2 background

This text has black color on #D2CCB2 background.


White color preview on #D2CCB2 background

This text has white color on #D2CCB2 background.