COLOR #D1AA98

HEX: #D1AA98
RGB: (209,170,152)

Color info

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

RGB color model

#D1AA98 color RGB value is (209,170,152).

  • red value is 209;
  • green value is 170;
  • blue value is 152.
RGB:
(209,170,152)
(82%,67%,60%)

RGB channels and saturation

R 209 of 255 = 82%
G 170 of 255 = 67%
B 152 of 255 = 60%

209
170
152

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

Portions of RGB colors in percentages

R + G + B =
209 + 170 + 152 = 531 (100%)
R 209 of 531 ~ 39.36%
G 170 of 531 ~ 32.02%
B 152 of 531 ~ 28.63%

%39.36
%32.02
%28.63

CMYK color model

#D1AA98 color CMYK value is (0,19,27,18).

  • cyan value is 0.00%
  • magenta value is 18.66%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(0,19,27,18)
C0M19Y27K18 
(0%,19%,27%,18%)
(0.00/0.19/0.27/0.18)	

CMYK percentages

%0
%18.66
%27.27
%18.04

Codes

Color #D1AA98 in popluar color models

D1AA98
RGB209170152
HSL19°38.26%70.78%
HSB/HSV19°27.27%81.96%
CMYK0.00%18.66%27.27%
18.04%

Color #D1AA98 in popluar number systems.

HEXD1AA98
Decimal209170152
Binary110100011010101010011000
Octal321252230

Shades and tints

Shades of #D1AA98

#D1AA98
(209,170,152)
#BE9B8B
(190,155,139)
#AB8C7E
(171,140,126)
#987D71
(152,125,113)
#856E64
(133,110,100)
#725F57
(114,95,87)
#5F504A
(95,80,74)
#4C413D
(76,65,61)
#393230
(57,50,48)
#262323
(38,35,35)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #D1AA98

#D1AA98
(209,170,152)
#D5B1A1
(213,177,161)
#D9B8AA
(217,184,170)
#DDBFB3
(221,191,179)
#E1C6BC
(225,198,188)
#E5CDC5
(229,205,197)
#E9D4CE
(233,212,206)
#EDDBD7
(237,219,215)
#F1E2E0
(241,226,224)
#F5E9E9
(245,233,233)
#F9F0F2
(249,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AA98 color. Also use rgb(209,170,152) instead hex code.

Text Font Color

.myTextColor { color: #D1AA98; }

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

This text font color is #D1AA98.


Background Color

.myBgColor { background-color: #D1AA98; }

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

This div background color is #D1AA98.


Border color

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

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

This div border color is #D1AA98.


Opacity

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

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

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

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

This text has shadow with #D1AA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AA98 on black background.


Color preview on white background

This text has color #D1AA98 on white background.



Black color preview on #D1AA98 background

This text has black color on #D1AA98 background.


White color preview on #D1AA98 background

This text has white color on #D1AA98 background.