COLOR #D1A5B8

HEX: #D1A5B8
RGB: (209,165,184)

Color info

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

RGB color model

#D1A5B8 color RGB value is (209,165,184).

  • red value is 209;
  • green value is 165;
  • blue value is 184.
RGB:
(209,165,184)
(82%,65%,72%)

RGB channels and saturation

R 209 of 255 = 82%
G 165 of 255 = 65%
B 184 of 255 = 72%

209
165
184

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

Portions of RGB colors in percentages

R + G + B =
209 + 165 + 184 = 558 (100%)
R 209 of 558 ~ 37.46%
G 165 of 558 ~ 29.57%
B 184 of 558 ~ 32.97%

%37.46
%29.57
%32.97

CMYK color model

#D1A5B8 color CMYK value is (0,21,12,18).

  • cyan value is 0.00%
  • magenta value is 21.05%
  • yellow value is 11.96%
  • key color value is 18.04%
CMYK:
(0,21,12,18)
C0M21Y12K18 
(0%,21%,12%,18%)
(0.00/0.21/0.12/0.18)	

CMYK percentages

%0
%21.05
%11.96
%18.04

Codes

Color #D1A5B8 in popluar color models

D1A5B8
RGB209165184
HSL334°32.35%73.33%
HSB/HSV334°21.05%81.96%
CMYK0.00%21.05%11.96%
18.04%

Color #D1A5B8 in popluar number systems.

HEXD1A5B8
Decimal209165184
Binary110100011010010110111000
Octal321245270

Shades and tints

Shades of #D1A5B8

#D1A5B8
(209,165,184)
#BE96A8
(190,150,168)
#AB8798
(171,135,152)
#987888
(152,120,136)
#856978
(133,105,120)
#725A68
(114,90,104)
#5F4B58
(95,75,88)
#4C3C48
(76,60,72)
#392D38
(57,45,56)
#261E28
(38,30,40)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #D1A5B8

#D1A5B8
(209,165,184)
#D5ADBE
(213,173,190)
#D9B5C4
(217,181,196)
#DDBDCA
(221,189,202)
#E1C5D0
(225,197,208)
#E5CDD6
(229,205,214)
#E9D5DC
(233,213,220)
#EDDDE2
(237,221,226)
#F1E5E8
(241,229,232)
#F5EDEE
(245,237,238)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1A5B8 color. Also use rgb(209,165,184) instead hex code.

Text Font Color

.myTextColor { color: #D1A5B8; }

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

This text font color is #D1A5B8.


Background Color

.myBgColor { background-color: #D1A5B8; }

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

This div background color is #D1A5B8.


Border color

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

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

This div border color is #D1A5B8.


Opacity

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

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

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

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

This text has shadow with #D1A5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1A5B8 on black background.


Color preview on white background

This text has color #D1A5B8 on white background.



Black color preview on #D1A5B8 background

This text has black color on #D1A5B8 background.


White color preview on #D1A5B8 background

This text has white color on #D1A5B8 background.