COLOR #D1A3BB

HEX: #D1A3BB RGB: (209,163,187)

Color info

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

RGB color model

#D1A3BB color RGB value is (209,163,187).

RGB: (209,163,187) (82%, 64%, 73%)

RGB channels and saturation

R 209 of 255 = 82%
G 163 of 255 = 64%
B 187 of 255 = 73%

209
163
187

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

Portions of RGB colors in percentages

R + G + B = 209 + 163 + 187 = 559 (100%)
R 209 of 559 ~ 37.39%
G 163 of 559 ~ 29.16%
B 187 of 559 ~ 33.45'%

%37.39
%29.16
%33.45

CMYK color model

#D1A3BB color CMYK value is (0,22,11,18).

  • cyan value is 0.00%
  • magenta value is 22.01%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK: (0,22,11,18) C0M22Y11K18 (0%,22%,11%,18%) (0.00/0.22/0.11/0.18) 

CMYK percentages

%0
%22.01
%10.53
%18.04

Codes

Color #D1A3BB in popluar color models

D1 A3 BB
RGB 209 163 187
HSL 329° 33.33% 72.94%
HSB/HSV 329° 22.01% 81.96%
CMYK 0.00% 22.01% 10.53%
18.04%

Color #D1A3BB in popluar number systems.

HEX D1 A3 BB
Decimal 209 163 187
Binary 11010001 10100011 10111011
Octal 321 243 273

Shades and tints

Shades of #D1A3BB

#D1A3BB
(209,163,187)
#BE95AA
(190,149,170)
#AB8799
(171,135,153)
#987988
(152,121,136)
#856B77
(133,107,119)
#725D66
(114,93,102)
#5F4F55
(95,79,85)
#4C4144
(76,65,68)
#393333
(57,51,51)
#262522
(38,37,34)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #D1A3BB

#D1A3BB
(209,163,187)
#D5ABC1
(213,171,193)
#D9B3C7
(217,179,199)
#DDBBCD
(221,187,205)
#E1C3D3
(225,195,211)
#E5CBD9
(229,203,217)
#E9D3DF
(233,211,223)
#EDDBE5
(237,219,229)
#F1E3EB
(241,227,235)
#F5EBF1
(245,235,241)
#F9F3F7
(249,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A3BB color. Also use rgb(209,163,187) instead hex code.

Text Font Color

.myTextColor { color: #D1A3BB; }

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

This text font color is #D1A3BB.

Background Color

.myBgColor { background-color: #D1A3BB; }

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

This div background color is #D1A3BB.

Border color

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

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

This div border color is #D1A3BB.

Opacity

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

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

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

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

This text has shadow with #D1A3BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1A3BB.

Preview

Color preview on black background

This text has color #D1A3BB on black background.


Color preview on white background

This text has color #D1A3BB on white background.


Black color preview on #D1A3BB background

This text has black color on #D1A3BB background.


White color preview on #D1A3BB background

This text has white color on #D1A3BB background.


Related colors

Complementary color

Complementary color for #hex is #2E5C44.


I love getcolorcode.com

Triadic colors

1 #BBD1A3 and #A3BBD1 with #D1A3BB are triadic colors.

2 #BBA3D1 and #A3D1BB with #D1A3BB are triadic colors.