COLOR #D8ADB8

HEX: #D8ADB8 RGB: (216,173,184)

Color info

#D8ADB8 contains red, green and blue colors in about the same proportion. Web safe color of #D8ADB8 is #CC99CC (or #C9C).

RGB color model

#D8ADB8 color RGB value is (216,173,184).

RGB: (216,173,184) (85%, 68%, 72%)

RGB channels and saturation

R 216 of 255 = 85%
G 173 of 255 = 68%
B 184 of 255 = 72%

216
173
184

R + G + B ~ 75%. #D8ADB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 173 + 184 = 573 (100%)
R 216 of 573 ~ 37.7%
G 173 of 573 ~ 30.19%
B 184 of 573 ~ 32.11'%

%37.7
%30.19
%32.11

CMYK color model

#D8ADB8 color CMYK value is (0,20,15,15).

  • cyan value is 0.00%
  • magenta value is 19.91%
  • yellow value is 14.81%
  • key color value is 15.29%

CMYK: (0,20,15,15)
C0M20Y15K15 (0%, 20%, 15%, 15%)
(0.00 / 0.20 / 0.15 / 0.15)

CMYK percentages

%0
%19.91
%14.81
%15.29

Codes

Color #D8ADB8 in popluar color models

D8 AD B8
RGB 216 173 184
HSL 345° 35.54% 76.27%
HSB/HSV 345° 19.91% 84.71%
CMYK 0.00% 19.91% 14.81%
15.29%

Color #D8ADB8 in popluar number systems.

HEX D8 AD B8
Decimal 216 173 184
Binary 11011000 10101101 10111000
Octal 330 255 270

Shades and tints

Shades of #D8ADB8

#D8ADB8
(216,173,184)
#C59EA8
(197,158,168)
#B28F98
(178,143,152)
#9F8088
(159,128,136)
#8C7178
(140,113,120)
#796268
(121,98,104)
#665358
(102,83,88)
#534448
(83,68,72)
#403538
(64,53,56)
#2D2628
(45,38,40)
#1A1718
(26,23,24)
#000000
(0,0,0)

Tints of #D8ADB8

#D8ADB8
(216,173,184)
#DBB4BE
(219,180,190)
#DEBBC4
(222,187,196)
#E1C2CA
(225,194,202)
#E4C9D0
(228,201,208)
#E7D0D6
(231,208,214)
#EAD7DC
(234,215,220)
#EDDEE2
(237,222,226)
#F0E5E8
(240,229,232)
#F3ECEE
(243,236,238)
#F6F3F4
(246,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8ADB8 color. Also use rgb(216,173,184) instead hex code.

Text Font Color

.myTextColor { color: #D8ADB8; }

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

This text font color is #D8ADB8.

Background Color

.myBgColor { background-color: #D8ADB8; }

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

This div background color is #D8ADB8.

Border color

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

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

This div border color is #D8ADB8.

Opacity

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

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

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

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

This text has shadow with #D8ADB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8ADB8.

Preview

Color preview on black background

This text has color #D8ADB8 on black background.


Color preview on white background

This text has color #D8ADB8 on white background.


Black color preview on #D8ADB8 background

This text has black color on #D8ADB8 background.


White color preview on #D8ADB8 background

This text has white color on #D8ADB8 background.


Related colors

Complementary color

Complementary color for #hex is #275247.


I love getcolorcode.com

Triadic colors

1 #B8D8AD and #ADB8D8 with #D8ADB8 are triadic colors.

2 #B8ADD8 and #ADD8B8 with #D8ADB8 are triadic colors.