COLOR #D2A198

HEX: #D2A198
RGB: (210,161,152)

Color info

#D2A198 contains red, green and blue colors in about the same proportion. Web safe color of #D2A198 is #CC9999 (or #C99).

RGB color model

#D2A198 color RGB value is (210,161,152).

  • red value is 210;
  • green value is 161;
  • blue value is 152.
RGB:
(210,161,152)
(82%,63%,60%)

RGB channels and saturation

R 210 of 255 = 82%
G 161 of 255 = 63%
B 152 of 255 = 60%

210
161
152

R + G + B ~ 68%. #D2A198 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 161 + 152 = 523 (100%)
R 210 of 523 ~ 40.15%
G 161 of 523 ~ 30.78%
B 152 of 523 ~ 29.06%

%40.15
%30.78
%29.06

CMYK color model

#D2A198 color CMYK value is (0,23,28,18).

  • cyan value is 0.00%
  • magenta value is 23.33%
  • yellow value is 27.62%
  • key color value is 17.65%
CMYK:
(0,23,28,18)
C0M23Y28K18 
(0%,23%,28%,18%)
(0.00/0.23/0.28/0.18)	

CMYK percentages

%0
%23.33
%27.62
%17.65

Codes

Color #D2A198 in popluar color models

D2A198
RGB210161152
HSL39.19%70.98%
HSB/HSV27.62%82.35%
CMYK0.00%23.33%27.62%
17.65%

Color #D2A198 in popluar number systems.

HEXD2A198
Decimal210161152
Binary110100101010000110011000
Octal322241230

Shades and tints

Shades of #D2A198

#D2A198
(210,161,152)
#BF938B
(191,147,139)
#AC857E
(172,133,126)
#997771
(153,119,113)
#866964
(134,105,100)
#735B57
(115,91,87)
#604D4A
(96,77,74)
#4D3F3D
(77,63,61)
#3A3130
(58,49,48)
#272323
(39,35,35)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #D2A198

#D2A198
(210,161,152)
#D6A9A1
(214,169,161)
#DAB1AA
(218,177,170)
#DEB9B3
(222,185,179)
#E2C1BC
(226,193,188)
#E6C9C5
(230,201,197)
#EAD1CE
(234,209,206)
#EED9D7
(238,217,215)
#F2E1E0
(242,225,224)
#F6E9E9
(246,233,233)
#FAF1F2
(250,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2A198 color. Also use rgb(210,161,152) instead hex code.

Text Font Color

.myTextColor { color: #D2A198; }

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

This text font color is #D2A198.


Background Color

.myBgColor { background-color: #D2A198; }

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

This div background color is #D2A198.


Border color

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

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

This div border color is #D2A198.


Opacity

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

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

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

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

This text has shadow with #D2A198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2A198 on black background.


Color preview on white background

This text has color #D2A198 on white background.



Black color preview on #D2A198 background

This text has black color on #D2A198 background.


White color preview on #D2A198 background

This text has white color on #D2A198 background.