COLOR #D9A3AB

HEX: #D9A3AB
RGB: (217,163,171)

Color info

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

RGB color model

#D9A3AB color RGB value is (217,163,171).

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

RGB channels and saturation

R 217 of 255 = 85%
G 163 of 255 = 64%
B 171 of 255 = 67%

217
163
171

R + G + B ~ 72%. #D9A3AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 163 + 171 = 551 (100%)
R 217 of 551 ~ 39.38%
G 163 of 551 ~ 29.58%
B 171 of 551 ~ 31.03%

%39.38
%29.58
%31.03

CMYK color model

#D9A3AB color CMYK value is (0,25,21,15).

  • cyan value is 0.00%
  • magenta value is 24.88%
  • yellow value is 21.20%
  • key color value is 14.90%
CMYK:
(0,25,21,15)
C0M25Y21K15 
(0%,25%,21%,15%)
(0.00/0.25/0.21/0.15)	

CMYK percentages

%0
%24.88
%21.2
%14.9

Codes

Color #D9A3AB in popluar color models

D9A3AB
RGB217163171
HSL351°41.54%74.51%
HSB/HSV351°24.88%85.10%
CMYK0.00%24.88%21.20%
14.90%

Color #D9A3AB in popluar number systems.

HEXD9A3AB
Decimal217163171
Binary110110011010001110101011
Octal331243253

Shades and tints

Shades of #D9A3AB

#D9A3AB
(217,163,171)
#C6959C
(198,149,156)
#B3878D
(179,135,141)
#A0797E
(160,121,126)
#8D6B6F
(141,107,111)
#7A5D60
(122,93,96)
#674F51
(103,79,81)
#544142
(84,65,66)
#413333
(65,51,51)
#2E2524
(46,37,36)
#1B1715
(27,23,21)
#000000
(0,0,0)

Tints of #D9A3AB

#D9A3AB
(217,163,171)
#DCABB2
(220,171,178)
#DFB3B9
(223,179,185)
#E2BBC0
(226,187,192)
#E5C3C7
(229,195,199)
#E8CBCE
(232,203,206)
#EBD3D5
(235,211,213)
#EEDBDC
(238,219,220)
#F1E3E3
(241,227,227)
#F4EBEA
(244,235,234)
#F7F3F1
(247,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9A3AB; }

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

This text font color is #D9A3AB.


Background Color

.myBgColor { background-color: #D9A3AB; }

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

This div background color is #D9A3AB.


Border color

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

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

This div border color is #D9A3AB.


Opacity

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

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

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

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

This text has shadow with #D9A3AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A3AB on black background.


Color preview on white background

This text has color #D9A3AB on white background.



Black color preview on #D9A3AB background

This text has black color on #D9A3AB background.


White color preview on #D9A3AB background

This text has white color on #D9A3AB background.