COLOR #D1AFB5

HEX: #D1AFB5
RGB: (209,175,181)

Color info

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

RGB color model

#D1AFB5 color RGB value is (209,175,181).

  • red value is 209;
  • green value is 175;
  • blue value is 181.
RGB:
(209,175,181)
(82%,69%,71%)

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 181 of 255 = 71%

209
175
181

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 181 = 565 (100%)
R 209 of 565 ~ 36.99%
G 175 of 565 ~ 30.97%
B 181 of 565 ~ 32.04%

%36.99
%30.97
%32.04

CMYK color model

#D1AFB5 color CMYK value is (0,16,13,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 13.40%
  • key color value is 18.04%
CMYK:
(0,16,13,18)
C0M16Y13K18 
(0%,16%,13%,18%)
(0.00/0.16/0.13/0.18)	

CMYK percentages

%0
%16.27
%13.4
%18.04

Codes

Color #D1AFB5 in popluar color models

D1AFB5
RGB209175181
HSL349°26.98%75.29%
HSB/HSV349°16.27%81.96%
CMYK0.00%16.27%13.40%
18.04%

Color #D1AFB5 in popluar number systems.

HEXD1AFB5
Decimal209175181
Binary110100011010111110110101
Octal321257265

Shades and tints

Shades of #D1AFB5

#D1AFB5
(209,175,181)
#BEA0A5
(190,160,165)
#AB9195
(171,145,149)
#988285
(152,130,133)
#857375
(133,115,117)
#726465
(114,100,101)
#5F5555
(95,85,85)
#4C4645
(76,70,69)
#393735
(57,55,53)
#262825
(38,40,37)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #D1AFB5

#D1AFB5
(209,175,181)
#D5B6BB
(213,182,187)
#D9BDC1
(217,189,193)
#DDC4C7
(221,196,199)
#E1CBCD
(225,203,205)
#E5D2D3
(229,210,211)
#E9D9D9
(233,217,217)
#EDE0DF
(237,224,223)
#F1E7E5
(241,231,229)
#F5EEEB
(245,238,235)
#F9F5F1
(249,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1AFB5 color. Also use rgb(209,175,181) instead hex code.

Text Font Color

.myTextColor { color: #D1AFB5; }

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

This text font color is #D1AFB5.


Background Color

.myBgColor { background-color: #D1AFB5; }

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

This div background color is #D1AFB5.


Border color

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

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

This div border color is #D1AFB5.


Opacity

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

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

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

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

This text has shadow with #D1AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AFB5 on black background.


Color preview on white background

This text has color #D1AFB5 on white background.



Black color preview on #D1AFB5 background

This text has black color on #D1AFB5 background.


White color preview on #D1AFB5 background

This text has white color on #D1AFB5 background.