COLOR #D2AC98

HEX: #D2AC98 RGB: (210,172,152)

Color info

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

RGB color model

#D2AC98 color RGB value is (210,172,152).

RGB: (210,172,152) (82%, 67%, 60%)

RGB channels and saturation

R 210 of 255 = 82%
G 172 of 255 = 67%
B 152 of 255 = 60%

210
172
152

R + G + B ~ 70%. #D2AC98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 210 + 172 + 152 = 534 (100%)
R 210 of 534 ~ 39.33%
G 172 of 534 ~ 32.21%
B 152 of 534 ~ 28.46'%

%39.33
%32.21
%28.46

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.10%
  • yellow value is 27.62%
  • key color value is 17.65%

CMYK: (0,18,28,18)
C0M18Y28K18 (0%, 18%, 28%, 18%)
(0.00 / 0.18 / 0.28 / 0.18)

CMYK percentages

%0
%18.1
%27.62
%17.65

Codes

Color #D2AC98 in popluar color models

D2 AC 98
RGB 210 172 152
HSL 21° 39.19% 70.98%
HSB/HSV 21° 27.62% 82.35%
CMYK 0.00% 18.10% 27.62%
17.65%

Color #D2AC98 in popluar number systems.

HEX D2 AC 98
Decimal 210 172 152
Binary 11010010 10101100 10011000
Octal 322 254 230

Shades and tints

Shades of #D2AC98

#D2AC98
(210,172,152)
#BF9D8B
(191,157,139)
#AC8E7E
(172,142,126)
#997F71
(153,127,113)
#867064
(134,112,100)
#736157
(115,97,87)
#60524A
(96,82,74)
#4D433D
(77,67,61)
#3A3430
(58,52,48)
#272523
(39,37,35)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #D2AC98

#D2AC98
(210,172,152)
#D6B3A1
(214,179,161)
#DABAAA
(218,186,170)
#DEC1B3
(222,193,179)
#E2C8BC
(226,200,188)
#E6CFC5
(230,207,197)
#EAD6CE
(234,214,206)
#EEDDD7
(238,221,215)
#F2E4E0
(242,228,224)
#F6EBE9
(246,235,233)
#FAF2F2
(250,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AC98; }

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

This text font color is #D2AC98.

Background Color

.myBgColor { background-color: #D2AC98; }

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

This div background color is #D2AC98.

Border color

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

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

This div border color is #D2AC98.

Opacity

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

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

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

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

This text has shadow with #D2AC98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2AC98.

Preview

Color preview on black background

This text has color #D2AC98 on black background.


Color preview on white background

This text has color #D2AC98 on white background.


Black color preview on #D2AC98 background

This text has black color on #D2AC98 background.


White color preview on #D2AC98 background

This text has white color on #D2AC98 background.


Related colors

Complementary color

Complementary color for #hex is #2D5367.


I love getcolorcode.com

Triadic colors

1 #98D2AC and #AC98D2 with #D2AC98 are triadic colors.

2 #98ACD2 and #ACD298 with #D2AC98 are triadic colors.