COLOR #D8A1B1

HEX: #D8A1B1
RGB: (216,161,177)

Color info

#D8A1B1 contains red, green and blue colors in about the same proportion. Web safe color of #D8A1B1 is #CC9999 (or #C99).

RGB color model

#D8A1B1 color RGB value is (216,161,177).

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

RGB channels and saturation

R 216 of 255 = 85%
G 161 of 255 = 63%
B 177 of 255 = 69%

216
161
177

R + G + B ~ 72%. #D8A1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 161 + 177 = 554 (100%)
R 216 of 554 ~ 38.99%
G 161 of 554 ~ 29.06%
B 177 of 554 ~ 31.95%

%38.99
%29.06
%31.95

CMYK color model

#D8A1B1 color CMYK value is (0,25,18,15).

  • cyan value is 0.00%
  • magenta value is 25.46%
  • yellow value is 18.06%
  • key color value is 15.29%
CMYK:
(0,25,18,15)
C0M25Y18K15 
(0%,25%,18%,15%)
(0.00/0.25/0.18/0.15)	

CMYK percentages

%0
%25.46
%18.06
%15.29

Codes

Color #D8A1B1 in popluar color models

D8A1B1
RGB216161177
HSL343°41.35%73.92%
HSB/HSV343°25.46%84.71%
CMYK0.00%25.46%18.06%
15.29%

Color #D8A1B1 in popluar number systems.

HEXD8A1B1
Decimal216161177
Binary110110001010000110110001
Octal330241261

Shades and tints

Shades of #D8A1B1

#D8A1B1
(216,161,177)
#C593A1
(197,147,161)
#B28591
(178,133,145)
#9F7781
(159,119,129)
#8C6971
(140,105,113)
#795B61
(121,91,97)
#664D51
(102,77,81)
#533F41
(83,63,65)
#403131
(64,49,49)
#2D2321
(45,35,33)
#1A1511
(26,21,17)
#000000
(0,0,0)

Tints of #D8A1B1

#D8A1B1
(216,161,177)
#DBA9B8
(219,169,184)
#DEB1BF
(222,177,191)
#E1B9C6
(225,185,198)
#E4C1CD
(228,193,205)
#E7C9D4
(231,201,212)
#EAD1DB
(234,209,219)
#EDD9E2
(237,217,226)
#F0E1E9
(240,225,233)
#F3E9F0
(243,233,240)
#F6F1F7
(246,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8A1B1; }

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

This text font color is #D8A1B1.


Background Color

.myBgColor { background-color: #D8A1B1; }

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

This div background color is #D8A1B1.


Border color

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

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

This div border color is #D8A1B1.


Opacity

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

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

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

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

This text has shadow with #D8A1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8A1B1 on black background.


Color preview on white background

This text has color #D8A1B1 on white background.



Black color preview on #D8A1B1 background

This text has black color on #D8A1B1 background.


White color preview on #D8A1B1 background

This text has white color on #D8A1B1 background.