COLOR #D1A6BB

HEX: #D1A6BB
RGB: (209,166,187)

Color info

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

RGB color model

#D1A6BB color RGB value is (209,166,187).

  • red value is 209;
  • green value is 166;
  • blue value is 187.
RGB:
(209,166,187)
(82%,65%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 166 of 255 = 65%
B 187 of 255 = 73%

209
166
187

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

Portions of RGB colors in percentages

R + G + B =
209 + 166 + 187 = 562 (100%)
R 209 of 562 ~ 37.19%
G 166 of 562 ~ 29.54%
B 187 of 562 ~ 33.27%

%37.19
%29.54
%33.27

CMYK color model

#D1A6BB color CMYK value is (0,21,11,18).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 10.53%
  • key color value is 18.04%
CMYK:
(0,21,11,18)
C0M21Y11K18 
(0%,21%,11%,18%)
(0.00/0.21/0.11/0.18)	

CMYK percentages

%0
%20.57
%10.53
%18.04

Codes

Color #D1A6BB in popluar color models

D1A6BB
RGB209166187
HSL331°31.85%73.53%
HSB/HSV331°20.57%81.96%
CMYK0.00%20.57%10.53%
18.04%

Color #D1A6BB in popluar number systems.

HEXD1A6BB
Decimal209166187
Binary110100011010011010111011
Octal321246273

Shades and tints

Shades of #D1A6BB

#D1A6BB
(209,166,187)
#BE97AA
(190,151,170)
#AB8899
(171,136,153)
#987988
(152,121,136)
#856A77
(133,106,119)
#725B66
(114,91,102)
#5F4C55
(95,76,85)
#4C3D44
(76,61,68)
#392E33
(57,46,51)
#261F22
(38,31,34)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #D1A6BB

#D1A6BB
(209,166,187)
#D5AEC1
(213,174,193)
#D9B6C7
(217,182,199)
#DDBECD
(221,190,205)
#E1C6D3
(225,198,211)
#E5CED9
(229,206,217)
#E9D6DF
(233,214,223)
#EDDEE5
(237,222,229)
#F1E6EB
(241,230,235)
#F5EEF1
(245,238,241)
#F9F6F7
(249,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1A6BB; }

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

This text font color is #D1A6BB.


Background Color

.myBgColor { background-color: #D1A6BB; }

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

This div background color is #D1A6BB.


Border color

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

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

This div border color is #D1A6BB.


Opacity

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

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

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

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

This text has shadow with #D1A6BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A6BB on black background.


Color preview on white background

This text has color #D1A6BB on white background.



Black color preview on #D1A6BB background

This text has black color on #D1A6BB background.


White color preview on #D1A6BB background

This text has white color on #D1A6BB background.