COLOR #D2CAB2

HEX: #D2CAB2
RGB: (210,202,178)

Color info

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

RGB color model

#D2CAB2 color RGB value is (210,202,178).

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

RGB channels and saturation

R 210 of 255 = 82%
G 202 of 255 = 79%
B 178 of 255 = 70%

210
202
178

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

Portions of RGB colors in percentages

R + G + B =
210 + 202 + 178 = 590 (100%)
R 210 of 590 ~ 35.59%
G 202 of 590 ~ 34.24%
B 178 of 590 ~ 30.17%

%35.59
%34.24
%30.17

CMYK color model

#D2CAB2 color CMYK value is (0,4,15,18).

  • cyan value is 0.00%
  • magenta value is 3.81%
  • yellow value is 15.24%
  • key color value is 17.65%
CMYK:
(0,4,15,18)
C0M4Y15K18 
(0%,4%,15%,18%)
(0.00/0.04/0.15/0.18)	

CMYK percentages

%0
%3.81
%15.24
%17.65

Codes

Color #D2CAB2 in popluar color models

D2CAB2
RGB210202178
HSL45°26.23%76.08%
HSB/HSV45°15.24%82.35%
CMYK0.00%3.81%15.24%
17.65%

Color #D2CAB2 in popluar number systems.

HEXD2CAB2
Decimal210202178
Binary110100101100101010110010
Octal322312262

Shades and tints

Shades of #D2CAB2

#D2CAB2
(210,202,178)
#BFB8A2
(191,184,162)
#ACA692
(172,166,146)
#999482
(153,148,130)
#868272
(134,130,114)
#737062
(115,112,98)
#605E52
(96,94,82)
#4D4C42
(77,76,66)
#3A3A32
(58,58,50)
#272822
(39,40,34)
#141612
(20,22,18)
#000000
(0,0,0)

Tints of #D2CAB2

#D2CAB2
(210,202,178)
#D6CEB9
(214,206,185)
#DAD2C0
(218,210,192)
#DED6C7
(222,214,199)
#E2DACE
(226,218,206)
#E6DED5
(230,222,213)
#EAE2DC
(234,226,220)
#EEE6E3
(238,230,227)
#F2EAEA
(242,234,234)
#F6EEF1
(246,238,241)
#FAF2F8
(250,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2CAB2; }

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

This text font color is #D2CAB2.


Background Color

.myBgColor { background-color: #D2CAB2; }

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

This div background color is #D2CAB2.


Border color

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

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

This div border color is #D2CAB2.


Opacity

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

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

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

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

This text has shadow with #D2CAB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2CAB2 on black background.


Color preview on white background

This text has color #D2CAB2 on white background.



Black color preview on #D2CAB2 background

This text has black color on #D2CAB2 background.


White color preview on #D2CAB2 background

This text has white color on #D2CAB2 background.