COLOR #D9A8BA

HEX: #D9A8BA
RGB: (217,168,186)

Color info

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

RGB color model

#D9A8BA color RGB value is (217,168,186).

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

RGB channels and saturation

R 217 of 255 = 85%
G 168 of 255 = 66%
B 186 of 255 = 73%

217
168
186

R + G + B ~ 75%. #D9A8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 168 + 186 = 571 (100%)
R 217 of 571 ~ 38%
G 168 of 571 ~ 29.42%
B 186 of 571 ~ 32.57%

%38
%29.42
%32.57

CMYK color model

#D9A8BA color CMYK value is (0,23,14,15).

  • cyan value is 0.00%
  • magenta value is 22.58%
  • yellow value is 14.29%
  • key color value is 14.90%
CMYK:
(0,23,14,15)
C0M23Y14K15 
(0%,23%,14%,15%)
(0.00/0.23/0.14/0.15)	

CMYK percentages

%0
%22.58
%14.29
%14.9

Codes

Color #D9A8BA in popluar color models

D9A8BA
RGB217168186
HSL338°39.20%75.49%
HSB/HSV338°22.58%85.10%
CMYK0.00%22.58%14.29%
14.90%

Color #D9A8BA in popluar number systems.

HEXD9A8BA
Decimal217168186
Binary110110011010100010111010
Octal331250272

Shades and tints

Shades of #D9A8BA

#D9A8BA
(217,168,186)
#C699AA
(198,153,170)
#B38A9A
(179,138,154)
#A07B8A
(160,123,138)
#8D6C7A
(141,108,122)
#7A5D6A
(122,93,106)
#674E5A
(103,78,90)
#543F4A
(84,63,74)
#41303A
(65,48,58)
#2E212A
(46,33,42)
#1B121A
(27,18,26)
#000000
(0,0,0)

Tints of #D9A8BA

#D9A8BA
(217,168,186)
#DCAFC0
(220,175,192)
#DFB6C6
(223,182,198)
#E2BDCC
(226,189,204)
#E5C4D2
(229,196,210)
#E8CBD8
(232,203,216)
#EBD2DE
(235,210,222)
#EED9E4
(238,217,228)
#F1E0EA
(241,224,234)
#F4E7F0
(244,231,240)
#F7EEF6
(247,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9A8BA; }

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

This text font color is #D9A8BA.


Background Color

.myBgColor { background-color: #D9A8BA; }

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

This div background color is #D9A8BA.


Border color

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

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

This div border color is #D9A8BA.


Opacity

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

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

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

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

This text has shadow with #D9A8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9A8BA on black background.


Color preview on white background

This text has color #D9A8BA on white background.



Black color preview on #D9A8BA background

This text has black color on #D9A8BA background.


White color preview on #D9A8BA background

This text has white color on #D9A8BA background.