COLOR #D1AD98

HEX: #D1AD98
RGB: (209,173,152)

Color info

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

RGB color model

#D1AD98 color RGB value is (209,173,152).

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

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 152 of 255 = 60%

209
173
152

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

Portions of RGB colors in percentages

R + G + B =
209 + 173 + 152 = 534 (100%)
R 209 of 534 ~ 39.14%
G 173 of 534 ~ 32.4%
B 152 of 534 ~ 28.46%

%39.14
%32.4
%28.46

CMYK color model

#D1AD98 color CMYK value is (0,17,27,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 27.27%
  • key color value is 18.04%
CMYK:
(0,17,27,18)
C0M17Y27K18 
(0%,17%,27%,18%)
(0.00/0.17/0.27/0.18)	

CMYK percentages

%0
%17.22
%27.27
%18.04

Codes

Color #D1AD98 in popluar color models

D1AD98
RGB209173152
HSL22°38.26%70.78%
HSB/HSV22°27.27%81.96%
CMYK0.00%17.22%27.27%
18.04%

Color #D1AD98 in popluar number systems.

HEXD1AD98
Decimal209173152
Binary110100011010110110011000
Octal321255230

Shades and tints

Shades of #D1AD98

#D1AD98
(209,173,152)
#BE9E8B
(190,158,139)
#AB8F7E
(171,143,126)
#988071
(152,128,113)
#857164
(133,113,100)
#726257
(114,98,87)
#5F534A
(95,83,74)
#4C443D
(76,68,61)
#393530
(57,53,48)
#262623
(38,38,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #D1AD98

#D1AD98
(209,173,152)
#D5B4A1
(213,180,161)
#D9BBAA
(217,187,170)
#DDC2B3
(221,194,179)
#E1C9BC
(225,201,188)
#E5D0C5
(229,208,197)
#E9D7CE
(233,215,206)
#EDDED7
(237,222,215)
#F1E5E0
(241,229,224)
#F5ECE9
(245,236,233)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AD98; }

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

This text font color is #D1AD98.


Background Color

.myBgColor { background-color: #D1AD98; }

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

This div background color is #D1AD98.


Border color

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

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

This div border color is #D1AD98.


Opacity

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

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

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

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

This text has shadow with #D1AD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AD98 on black background.


Color preview on white background

This text has color #D1AD98 on white background.



Black color preview on #D1AD98 background

This text has black color on #D1AD98 background.


White color preview on #D1AD98 background

This text has white color on #D1AD98 background.