COLOR #D9ABBB

HEX: #D9ABBB RGB: (217,171,187)

Color info

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

RGB color model

#D9ABBB color RGB value is (217,171,187).

RGB: (217,171,187) (85%, 67%, 73%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 187 of 255 = 73%

217
171
187

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

Portions of RGB colors in percentages

R + G + B = 217 + 171 + 187 = 575 (100%)
R 217 of 575 ~ 37.74%
G 171 of 575 ~ 29.74%
B 187 of 575 ~ 32.52'%

%37.74
%29.74
%32.52

CMYK color model

#D9ABBB color CMYK value is (0,21,14,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 13.82%
  • key color value is 14.90%

CMYK: (0,21,14,15)
C0M21Y14K15 (0%, 21%, 14%, 15%)
(0.00 / 0.21 / 0.14 / 0.15)

CMYK percentages

%0
%21.2
%13.82
%14.9

Codes

Color #D9ABBB in popluar color models

D9 AB BB
RGB 217 171 187
HSL 339° 37.70% 76.08%
HSB/HSV 339° 21.20% 85.10%
CMYK 0.00% 21.20% 13.82%
14.90%

Color #D9ABBB in popluar number systems.

HEX D9 AB BB
Decimal 217 171 187
Binary 11011001 10101011 10111011
Octal 331 253 273

Shades and tints

Shades of #D9ABBB

#D9ABBB
(217,171,187)
#C69CAA
(198,156,170)
#B38D99
(179,141,153)
#A07E88
(160,126,136)
#8D6F77
(141,111,119)
#7A6066
(122,96,102)
#675155
(103,81,85)
#544244
(84,66,68)
#413333
(65,51,51)
#2E2422
(46,36,34)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #D9ABBB

#D9ABBB
(217,171,187)
#DCB2C1
(220,178,193)
#DFB9C7
(223,185,199)
#E2C0CD
(226,192,205)
#E5C7D3
(229,199,211)
#E8CED9
(232,206,217)
#EBD5DF
(235,213,223)
#EEDCE5
(238,220,229)
#F1E3EB
(241,227,235)
#F4EAF1
(244,234,241)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9ABBB color. Also use rgb(217,171,187) instead hex code.

Text Font Color

.myTextColor { color: #D9ABBB; }

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

This text font color is #D9ABBB.

Background Color

.myBgColor { background-color: #D9ABBB; }

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

This div background color is #D9ABBB.

Border color

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

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

This div border color is #D9ABBB.

Opacity

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

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

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

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

This text has shadow with #D9ABBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ABBB.

Preview

Color preview on black background

This text has color #D9ABBB on black background.


Color preview on white background

This text has color #D9ABBB on white background.


Black color preview on #D9ABBB background

This text has black color on #D9ABBB background.


White color preview on #D9ABBB background

This text has white color on #D9ABBB background.


Related colors

Complementary color

Complementary color for #hex is #265444.


I love getcolorcode.com

Triadic colors

1 #BBD9AB and #ABBBD9 with #D9ABBB are triadic colors.

2 #BBABD9 and #ABD9BB with #D9ABBB are triadic colors.