COLOR #D1A8BA

HEX: #D1A8BA
RGB: (209,168,186)

Color info

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

RGB color model

#D1A8BA color RGB value is (209,168,186).

  • red value is 209;
  • green value is 168;
  • blue value is 186.
RGB:
(209,168,186)
(82%,66%,73%)

RGB channels and saturation

R 209 of 255 = 82%
G 168 of 255 = 66%
B 186 of 255 = 73%

209
168
186

R + G + B ~ 74%. #D1A8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 168 + 186 = 563 (100%)
R 209 of 563 ~ 37.12%
G 168 of 563 ~ 29.84%
B 186 of 563 ~ 33.04%

%37.12
%29.84
%33.04

CMYK color model

#D1A8BA color CMYK value is (0,20,11,18).

  • cyan value is 0.00%
  • magenta value is 19.62%
  • yellow value is 11.00%
  • key color value is 18.04%
CMYK:
(0,20,11,18)
C0M20Y11K18 
(0%,20%,11%,18%)
(0.00/0.20/0.11/0.18)	

CMYK percentages

%0
%19.62
%11
%18.04

Codes

Color #D1A8BA in popluar color models

D1A8BA
RGB209168186
HSL334°30.83%73.92%
HSB/HSV334°19.62%81.96%
CMYK0.00%19.62%11.00%
18.04%

Color #D1A8BA in popluar number systems.

HEXD1A8BA
Decimal209168186
Binary110100011010100010111010
Octal321250272

Shades and tints

Shades of #D1A8BA

#D1A8BA
(209,168,186)
#BE99AA
(190,153,170)
#AB8A9A
(171,138,154)
#987B8A
(152,123,138)
#856C7A
(133,108,122)
#725D6A
(114,93,106)
#5F4E5A
(95,78,90)
#4C3F4A
(76,63,74)
#39303A
(57,48,58)
#26212A
(38,33,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #D1A8BA

#D1A8BA
(209,168,186)
#D5AFC0
(213,175,192)
#D9B6C6
(217,182,198)
#DDBDCC
(221,189,204)
#E1C4D2
(225,196,210)
#E5CBD8
(229,203,216)
#E9D2DE
(233,210,222)
#EDD9E4
(237,217,228)
#F1E0EA
(241,224,234)
#F5E7F0
(245,231,240)
#F9EEF6
(249,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A8BA color. Also use rgb(209,168,186) instead hex code.

Text Font Color

.myTextColor { color: #D1A8BA; }

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

This text font color is #D1A8BA.


Background Color

.myBgColor { background-color: #D1A8BA; }

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

This div background color is #D1A8BA.


Border color

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

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

This div border color is #D1A8BA.


Opacity

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

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

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

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

This text has shadow with #D1A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A8BA on black background.


Color preview on white background

This text has color #D1A8BA on white background.



Black color preview on #D1A8BA background

This text has black color on #D1A8BA background.


White color preview on #D1A8BA background

This text has white color on #D1A8BA background.