COLOR #D1AD88

HEX: #D1AD88 RGB: (209,173,136)

Color info

#D1AD88 contains mainly red and green colors. Web safe color of #D1AD88 is #CC9999 (or #C99).

RGB color model

#D1AD88 color RGB value is (209,173,136).

RGB: (209,173,136) (82%, 68%, 53%)

RGB channels and saturation

R 209 of 255 = 82%
G 173 of 255 = 68%
B 136 of 255 = 53%

209
173
136

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

Portions of RGB colors in percentages

R + G + B = 209 + 173 + 136 = 518 (100%)
R 209 of 518 ~ 40.35%
G 173 of 518 ~ 33.4%
B 136 of 518 ~ 26.25'%

%40.35
%33.4
%26.25

CMYK color model

#D1AD88 color CMYK value is (0,17,35,18).

  • cyan value is 0.00%
  • magenta value is 17.22%
  • yellow value is 34.93%
  • key color value is 18.04%

CMYK: (0,17,35,18)
C0M17Y35K18 (0%, 17%, 35%, 18%)
(0.00 / 0.17 / 0.35 / 0.18)

CMYK percentages

%0
%17.22
%34.93
%18.04

Codes

Color #D1AD88 in popluar color models

D1 AD 88
RGB 209 173 136
HSL 30° 44.24% 67.65%
HSB/HSV 30° 34.93% 81.96%
CMYK 0.00% 17.22% 34.93%
18.04%

Color #D1AD88 in popluar number systems.

HEX D1 AD 88
Decimal 209 173 136
Binary 11010001 10101101 10001000
Octal 321 255 210

Shades and tints

Shades of #D1AD88

#D1AD88
(209,173,136)
#BE9E7C
(190,158,124)
#AB8F70
(171,143,112)
#988064
(152,128,100)
#857158
(133,113,88)
#72624C
(114,98,76)
#5F5340
(95,83,64)
#4C4434
(76,68,52)
#393528
(57,53,40)
#26261C
(38,38,28)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #D1AD88

#D1AD88
(209,173,136)
#D5B492
(213,180,146)
#D9BB9C
(217,187,156)
#DDC2A6
(221,194,166)
#E1C9B0
(225,201,176)
#E5D0BA
(229,208,186)
#E9D7C4
(233,215,196)
#EDDECE
(237,222,206)
#F1E5D8
(241,229,216)
#F5ECE2
(245,236,226)
#F9F3EC
(249,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AD88; }

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

This text font color is #D1AD88.

Background Color

.myBgColor { background-color: #D1AD88; }

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

This div background color is #D1AD88.

Border color

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

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

This div border color is #D1AD88.

Opacity

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

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

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

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

This text has shadow with #D1AD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1AD88.

Preview

Color preview on black background

This text has color #D1AD88 on black background.


Color preview on white background

This text has color #D1AD88 on white background.


Black color preview on #D1AD88 background

This text has black color on #D1AD88 background.


White color preview on #D1AD88 background

This text has white color on #D1AD88 background.


Related colors

Complementary color

Complementary color for #hex is #2E5277.


I love getcolorcode.com

Triadic colors

1 #88D1AD and #AD88D1 with #D1AD88 are triadic colors.

2 #88ADD1 and #ADD188 with #D1AD88 are triadic colors.