COLOR #D9ADBE

HEX: #D9ADBE RGB: (217,173,190)

Color info

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

RGB color model

#D9ADBE color RGB value is (217,173,190).

RGB: (217,173,190) (85%, 68%, 75%)

RGB channels and saturation

R 217 of 255 = 85%
G 173 of 255 = 68%
B 190 of 255 = 75%

217
173
190

R + G + B ~ 76%. #D9ADBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 217 + 173 + 190 = 580 (100%)
R 217 of 580 ~ 37.41%
G 173 of 580 ~ 29.83%
B 190 of 580 ~ 32.76'%

%37.41
%29.83
%32.76

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.28%
  • yellow value is 12.44%
  • key color value is 14.90%

CMYK: (0,20,12,15)
C0M20Y12K15 (0%, 20%, 12%, 15%)
(0.00 / 0.20 / 0.12 / 0.15)

CMYK percentages

%0
%20.28
%12.44
%14.9

Codes

Color #D9ADBE in popluar color models

D9 AD BE
RGB 217 173 190
HSL 337° 36.67% 76.47%
HSB/HSV 337° 20.28% 85.10%
CMYK 0.00% 20.28% 12.44%
14.90%

Color #D9ADBE in popluar number systems.

HEX D9 AD BE
Decimal 217 173 190
Binary 11011001 10101101 10111110
Octal 331 255 276

Shades and tints

Shades of #D9ADBE

#D9ADBE
(217,173,190)
#C69EAD
(198,158,173)
#B38F9C
(179,143,156)
#A0808B
(160,128,139)
#8D717A
(141,113,122)
#7A6269
(122,98,105)
#675358
(103,83,88)
#544447
(84,68,71)
#413536
(65,53,54)
#2E2625
(46,38,37)
#1B1714
(27,23,20)
#000000
(0,0,0)

Tints of #D9ADBE

#D9ADBE
(217,173,190)
#DCB4C3
(220,180,195)
#DFBBC8
(223,187,200)
#E2C2CD
(226,194,205)
#E5C9D2
(229,201,210)
#E8D0D7
(232,208,215)
#EBD7DC
(235,215,220)
#EEDEE1
(238,222,225)
#F1E5E6
(241,229,230)
#F4ECEB
(244,236,235)
#F7F3F0
(247,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ADBE color. Also use rgb(217,173,190) instead hex code.

Text Font Color

.myTextColor { color: #D9ADBE; }

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

This text font color is #D9ADBE.

Background Color

.myBgColor { background-color: #D9ADBE; }

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

This div background color is #D9ADBE.

Border color

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

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

This div border color is #D9ADBE.

Opacity

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

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

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

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

This text has shadow with #D9ADBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ADBE.

Preview

Color preview on black background

This text has color #D9ADBE on black background.


Color preview on white background

This text has color #D9ADBE on white background.


Black color preview on #D9ADBE background

This text has black color on #D9ADBE background.


White color preview on #D9ADBE background

This text has white color on #D9ADBE background.


Related colors

Complementary color

Complementary color for #hex is #265241.


I love getcolorcode.com

Triadic colors

1 #BED9AD and #ADBED9 with #D9ADBE are triadic colors.

2 #BEADD9 and #ADD9BE with #D9ADBE are triadic colors.