COLOR #D9ABBC

HEX: #D9ABBC RGB: (217,171,188)

Color info

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

RGB color model

#D9ABBC color RGB value is (217,171,188).

RGB: (217,171,188) (85%, 67%, 74%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 188 of 255 = 74%

217
171
188

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

Portions of RGB colors in percentages

R + G + B = 217 + 171 + 188 = 576 (100%)
R 217 of 576 ~ 37.67%
G 171 of 576 ~ 29.69%
B 188 of 576 ~ 32.64'%

%37.67
%29.69
%32.64

CMYK color model

#D9ABBC color CMYK value is (0,21,13,15).

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

CMYK: (0,21,13,15)
C0M21Y13K15 (0%, 21%, 13%, 15%)
(0.00 / 0.21 / 0.13 / 0.15)

CMYK percentages

%0
%21.2
%13.36
%14.9

Codes

Color #D9ABBC in popluar color models

D9 AB BC
RGB 217 171 188
HSL 338° 37.70% 76.08%
HSB/HSV 338° 21.20% 85.10%
CMYK 0.00% 21.20% 13.36%
14.90%

Color #D9ABBC in popluar number systems.

HEX D9 AB BC
Decimal 217 171 188
Binary 11011001 10101011 10111100
Octal 331 253 274

Shades and tints

Shades of #D9ABBC

#D9ABBC
(217,171,188)
#C69CAB
(198,156,171)
#B38D9A
(179,141,154)
#A07E89
(160,126,137)
#8D6F78
(141,111,120)
#7A6067
(122,96,103)
#675156
(103,81,86)
#544245
(84,66,69)
#413334
(65,51,52)
#2E2423
(46,36,35)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9ABBC

#D9ABBC
(217,171,188)
#DCB2C2
(220,178,194)
#DFB9C8
(223,185,200)
#E2C0CE
(226,192,206)
#E5C7D4
(229,199,212)
#E8CEDA
(232,206,218)
#EBD5E0
(235,213,224)
#EEDCE6
(238,220,230)
#F1E3EC
(241,227,236)
#F4EAF2
(244,234,242)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ABBC; }

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

This text font color is #D9ABBC.

Background Color

.myBgColor { background-color: #D9ABBC; }

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

This div background color is #D9ABBC.

Border color

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

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

This div border color is #D9ABBC.

Opacity

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

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

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

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

This text has shadow with #D9ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D9ABBC.

Preview

Color preview on black background

This text has color #D9ABBC on black background.


Color preview on white background

This text has color #D9ABBC on white background.


Black color preview on #D9ABBC background

This text has black color on #D9ABBC background.


White color preview on #D9ABBC background

This text has white color on #D9ABBC background.


Related colors

Complementary color

Complementary color for #hex is #265443.


I love getcolorcode.com

Triadic colors

1 #BCD9AB and #ABBCD9 with #D9ABBC are triadic colors.

2 #BCABD9 and #ABD9BC with #D9ABBC are triadic colors.