COLOR #D8A1BA

HEX: #D8A1BA
RGB: (216,161,186)

Color info

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

RGB color model

#D8A1BA color RGB value is (216,161,186).

  • red value is 216;
  • green value is 161;
  • blue value is 186.
RGB:
(216,161,186)
(85%,63%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 161 of 255 = 63%
B 186 of 255 = 73%

216
161
186

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

Portions of RGB colors in percentages

R + G + B =
216 + 161 + 186 = 563 (100%)
R 216 of 563 ~ 38.37%
G 161 of 563 ~ 28.6%
B 186 of 563 ~ 33.04%

%38.37
%28.6
%33.04

CMYK color model

#D8A1BA color CMYK value is (0,25,14,15).

  • cyan value is 0.00%
  • magenta value is 25.46%
  • yellow value is 13.89%
  • key color value is 15.29%
CMYK:
(0,25,14,15)
C0M25Y14K15 
(0%,25%,14%,15%)
(0.00/0.25/0.14/0.15)	

CMYK percentages

%0
%25.46
%13.89
%15.29

Codes

Color #D8A1BA in popluar color models

D8A1BA
RGB216161186
HSL333°41.35%73.92%
HSB/HSV333°25.46%84.71%
CMYK0.00%25.46%13.89%
15.29%

Color #D8A1BA in popluar number systems.

HEXD8A1BA
Decimal216161186
Binary110110001010000110111010
Octal330241272

Shades and tints

Shades of #D8A1BA

#D8A1BA
(216,161,186)
#C593AA
(197,147,170)
#B2859A
(178,133,154)
#9F778A
(159,119,138)
#8C697A
(140,105,122)
#795B6A
(121,91,106)
#664D5A
(102,77,90)
#533F4A
(83,63,74)
#40313A
(64,49,58)
#2D232A
(45,35,42)
#1A151A
(26,21,26)
#000000
(0,0,0)

Tints of #D8A1BA

#D8A1BA
(216,161,186)
#DBA9C0
(219,169,192)
#DEB1C6
(222,177,198)
#E1B9CC
(225,185,204)
#E4C1D2
(228,193,210)
#E7C9D8
(231,201,216)
#EAD1DE
(234,209,222)
#EDD9E4
(237,217,228)
#F0E1EA
(240,225,234)
#F3E9F0
(243,233,240)
#F6F1F6
(246,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8A1BA color. Also use rgb(216,161,186) instead hex code.

Text Font Color

.myTextColor { color: #D8A1BA; }

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

This text font color is #D8A1BA.


Background Color

.myBgColor { background-color: #D8A1BA; }

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

This div background color is #D8A1BA.


Border color

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

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

This div border color is #D8A1BA.


Opacity

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

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

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

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

This text has shadow with #D8A1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A1BA on black background.


Color preview on white background

This text has color #D8A1BA on white background.



Black color preview on #D8A1BA background

This text has black color on #D8A1BA background.


White color preview on #D8A1BA background

This text has white color on #D8A1BA background.