COLOR #D9A1B2

HEX: #D9A1B2
RGB: (217,161,178)

Color info

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

RGB color model

#D9A1B2 color RGB value is (217,161,178).

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

RGB channels and saturation

R 217 of 255 = 85%
G 161 of 255 = 63%
B 178 of 255 = 70%

217
161
178

R + G + B ~ 73%. #D9A1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 161 + 178 = 556 (100%)
R 217 of 556 ~ 39.03%
G 161 of 556 ~ 28.96%
B 178 of 556 ~ 32.01%

%39.03
%28.96
%32.01

CMYK color model

#D9A1B2 color CMYK value is (0,26,18,15).

  • cyan value is 0.00%
  • magenta value is 25.81%
  • yellow value is 17.97%
  • key color value is 14.90%
CMYK:
(0,26,18,15)
C0M26Y18K15 
(0%,26%,18%,15%)
(0.00/0.26/0.18/0.15)	

CMYK percentages

%0
%25.81
%17.97
%14.9

Codes

Color #D9A1B2 in popluar color models

D9A1B2
RGB217161178
HSL342°42.42%74.12%
HSB/HSV342°25.81%85.10%
CMYK0.00%25.81%17.97%
14.90%

Color #D9A1B2 in popluar number systems.

HEXD9A1B2
Decimal217161178
Binary110110011010000110110010
Octal331241262

Shades and tints

Shades of #D9A1B2

#D9A1B2
(217,161,178)
#C693A2
(198,147,162)
#B38592
(179,133,146)
#A07782
(160,119,130)
#8D6972
(141,105,114)
#7A5B62
(122,91,98)
#674D52
(103,77,82)
#543F42
(84,63,66)
#413132
(65,49,50)
#2E2322
(46,35,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #D9A1B2

#D9A1B2
(217,161,178)
#DCA9B9
(220,169,185)
#DFB1C0
(223,177,192)
#E2B9C7
(226,185,199)
#E5C1CE
(229,193,206)
#E8C9D5
(232,201,213)
#EBD1DC
(235,209,220)
#EED9E3
(238,217,227)
#F1E1EA
(241,225,234)
#F4E9F1
(244,233,241)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9A1B2; }

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

This text font color is #D9A1B2.


Background Color

.myBgColor { background-color: #D9A1B2; }

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

This div background color is #D9A1B2.


Border color

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

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

This div border color is #D9A1B2.


Opacity

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

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

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

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

This text has shadow with #D9A1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A1B2 on black background.


Color preview on white background

This text has color #D9A1B2 on white background.



Black color preview on #D9A1B2 background

This text has black color on #D9A1B2 background.


White color preview on #D9A1B2 background

This text has white color on #D9A1B2 background.