COLOR #D9ABCC

HEX: #D9ABCC
RGB: (217,171,204)

Color info

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

RGB color model

#D9ABCC color RGB value is (217,171,204).

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

RGB channels and saturation

R 217 of 255 = 85%
G 171 of 255 = 67%
B 204 of 255 = 80%

217
171
204

R + G + B ~ 77%. #D9ABCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 171 + 204 = 592 (100%)
R 217 of 592 ~ 36.66%
G 171 of 592 ~ 28.89%
B 204 of 592 ~ 34.46%

%36.66
%28.89
%34.46

CMYK color model

#D9ABCC color CMYK value is (0,21,6,15).

  • cyan value is 0.00%
  • magenta value is 21.20%
  • yellow value is 5.99%
  • key color value is 14.90%
CMYK:
(0,21,6,15)
C0M21Y6K15 
(0%,21%,6%,15%)
(0.00/0.21/0.06/0.15)	

CMYK percentages

%0
%21.2
%5.99
%14.9

Codes

Color #D9ABCC in popluar color models

D9ABCC
RGB217171204
HSL317°37.70%76.08%
HSB/HSV317°21.20%85.10%
CMYK0.00%21.20%5.99%
14.90%

Color #D9ABCC in popluar number systems.

HEXD9ABCC
Decimal217171204
Binary110110011010101111001100
Octal331253314

Shades and tints

Shades of #D9ABCC

#D9ABCC
(217,171,204)
#C69CBA
(198,156,186)
#B38DA8
(179,141,168)
#A07E96
(160,126,150)
#8D6F84
(141,111,132)
#7A6072
(122,96,114)
#675160
(103,81,96)
#54424E
(84,66,78)
#41333C
(65,51,60)
#2E242A
(46,36,42)
#1B1518
(27,21,24)
#000000
(0,0,0)

Tints of #D9ABCC

#D9ABCC
(217,171,204)
#DCB2D0
(220,178,208)
#DFB9D4
(223,185,212)
#E2C0D8
(226,192,216)
#E5C7DC
(229,199,220)
#E8CEE0
(232,206,224)
#EBD5E4
(235,213,228)
#EEDCE8
(238,220,232)
#F1E3EC
(241,227,236)
#F4EAF0
(244,234,240)
#F7F1F4
(247,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9ABCC; }

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

This text font color is #D9ABCC.


Background Color

.myBgColor { background-color: #D9ABCC; }

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

This div background color is #D9ABCC.


Border color

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

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

This div border color is #D9ABCC.


Opacity

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

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

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

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

This text has shadow with #D9ABCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9ABCC on black background.


Color preview on white background

This text has color #D9ABCC on white background.



Black color preview on #D9ABCC background

This text has black color on #D9ABCC background.


White color preview on #D9ABCC background

This text has white color on #D9ABCC background.