COLOR #D9ABB2

HEX: #D9ABB2
RGB: (217,171,178)

Color info

#D9ABB2 contains red, green and blue colors in about the same proportion. Web safe color of #D9ABB2 is #CC9999 (or #C99).

RGB color model

#D9ABB2 color RGB value is (217,171,178).

  • red value is 217;
  • green value is 171;
  • blue value is 178.
RGB:
(217,171,178)
(85%,67%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 178 of 255 = 70%

217
171
178

R + G + B ~ 74%. #D9ABB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 171 + 178 = 566 (100%)
R 217 of 566 ~ 38.34%
G 171 of 566 ~ 30.21%
B 178 of 566 ~ 31.45%

%38.34
%30.21
%31.45

CMYK color model

#D9ABB2 color CMYK value is (0,21,18,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,21,18,15)
C0M21Y18K15 
(0%,21%,18%,15%)
(0.00/0.21/0.18/0.15)	

CMYK percentages

%0
%21.2
%17.97
%14.9

Codes

Color #D9ABB2 in popluar color models

D9ABB2
RGB217171178
HSL351°37.70%76.08%
HSB/HSV351°21.20%85.10%
CMYK0.00%21.20%17.97%
14.90%

Color #D9ABB2 in popluar number systems.

HEXD9ABB2
Decimal217171178
Binary110110011010101110110010
Octal331253262

Shades and tints

Shades of #D9ABB2

#D9ABB2
(217,171,178)
#C69CA2
(198,156,162)
#B38D92
(179,141,146)
#A07E82
(160,126,130)
#8D6F72
(141,111,114)
#7A6062
(122,96,98)
#675152
(103,81,82)
#544242
(84,66,66)
#413332
(65,51,50)
#2E2422
(46,36,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9ABB2

#D9ABB2
(217,171,178)
#DCB2B9
(220,178,185)
#DFB9C0
(223,185,192)
#E2C0C7
(226,192,199)
#E5C7CE
(229,199,206)
#E8CED5
(232,206,213)
#EBD5DC
(235,213,220)
#EEDCE3
(238,220,227)
#F1E3EA
(241,227,234)
#F4EAF1
(244,234,241)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ABB2; }

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

This text font color is #D9ABB2.


Background Color

.myBgColor { background-color: #D9ABB2; }

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

This div background color is #D9ABB2.


Border color

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

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

This div border color is #D9ABB2.


Opacity

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

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

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

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

This text has shadow with #D9ABB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ABB2 on black background.


Color preview on white background

This text has color #D9ABB2 on white background.



Black color preview on #D9ABB2 background

This text has black color on #D9ABB2 background.


White color preview on #D9ABB2 background

This text has white color on #D9ABB2 background.