COLOR #D1AFB4

HEX: #D1AFB4
RGB: (209,175,180)

Color info

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

RGB color model

#D1AFB4 color RGB value is (209,175,180).

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

RGB channels and saturation

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

209
175
180

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 180 = 564 (100%)
R 209 of 564 ~ 37.06%
G 175 of 564 ~ 31.03%
B 180 of 564 ~ 31.91%

%37.06
%31.03
%31.91

CMYK color model

#D1AFB4 color CMYK value is (0,16,14,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 13.88%
  • key color value is 18.04%
CMYK:
(0,16,14,18)
C0M16Y14K18 
(0%,16%,14%,18%)
(0.00/0.16/0.14/0.18)	

CMYK percentages

%0
%16.27
%13.88
%18.04

Codes

Color #D1AFB4 in popluar color models

D1AFB4
RGB209175180
HSL351°26.98%75.29%
HSB/HSV351°16.27%81.96%
CMYK0.00%16.27%13.88%
18.04%

Color #D1AFB4 in popluar number systems.

HEXD1AFB4
Decimal209175180
Binary110100011010111110110100
Octal321257264

Shades and tints

Shades of #D1AFB4

#D1AFB4
(209,175,180)
#BEA0A4
(190,160,164)
#AB9194
(171,145,148)
#988284
(152,130,132)
#857374
(133,115,116)
#726464
(114,100,100)
#5F5554
(95,85,84)
#4C4644
(76,70,68)
#393734
(57,55,52)
#262824
(38,40,36)
#131914
(19,25,20)
#000000
(0,0,0)

Tints of #D1AFB4

#D1AFB4
(209,175,180)
#D5B6BA
(213,182,186)
#D9BDC0
(217,189,192)
#DDC4C6
(221,196,198)
#E1CBCC
(225,203,204)
#E5D2D2
(229,210,210)
#E9D9D8
(233,217,216)
#EDE0DE
(237,224,222)
#F1E7E4
(241,231,228)
#F5EEEA
(245,238,234)
#F9F5F0
(249,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AFB4; }

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

This text font color is #D1AFB4.


Background Color

.myBgColor { background-color: #D1AFB4; }

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

This div background color is #D1AFB4.


Border color

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

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

This div border color is #D1AFB4.


Opacity

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

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

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

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

This text has shadow with #D1AFB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AFB4 on black background.


Color preview on white background

This text has color #D1AFB4 on white background.



Black color preview on #D1AFB4 background

This text has black color on #D1AFB4 background.


White color preview on #D1AFB4 background

This text has white color on #D1AFB4 background.