COLOR #D1AFB2

HEX: #D1AFB2
RGB: (209,175,178)

Color info

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

RGB color model

#D1AFB2 color RGB value is (209,175,178).

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

RGB channels and saturation

R 209 of 255 = 82%
G 175 of 255 = 69%
B 178 of 255 = 70%

209
175
178

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

Portions of RGB colors in percentages

R + G + B =
209 + 175 + 178 = 562 (100%)
R 209 of 562 ~ 37.19%
G 175 of 562 ~ 31.14%
B 178 of 562 ~ 31.67%

%37.19
%31.14
%31.67

CMYK color model

#D1AFB2 color CMYK value is (0,16,15,18).

  • cyan value is 0.00%
  • magenta value is 16.27%
  • yellow value is 14.83%
  • key color value is 18.04%
CMYK:
(0,16,15,18)
C0M16Y15K18 
(0%,16%,15%,18%)
(0.00/0.16/0.15/0.18)	

CMYK percentages

%0
%16.27
%14.83
%18.04

Codes

Color #D1AFB2 in popluar color models

D1AFB2
RGB209175178
HSL355°26.98%75.29%
HSB/HSV355°16.27%81.96%
CMYK0.00%16.27%14.83%
18.04%

Color #D1AFB2 in popluar number systems.

HEXD1AFB2
Decimal209175178
Binary110100011010111110110010
Octal321257262

Shades and tints

Shades of #D1AFB2

#D1AFB2
(209,175,178)
#BEA0A2
(190,160,162)
#AB9192
(171,145,146)
#988282
(152,130,130)
#857372
(133,115,114)
#726462
(114,100,98)
#5F5552
(95,85,82)
#4C4642
(76,70,66)
#393732
(57,55,50)
#262822
(38,40,34)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #D1AFB2

#D1AFB2
(209,175,178)
#D5B6B9
(213,182,185)
#D9BDC0
(217,189,192)
#DDC4C7
(221,196,199)
#E1CBCE
(225,203,206)
#E5D2D5
(229,210,213)
#E9D9DC
(233,217,220)
#EDE0E3
(237,224,227)
#F1E7EA
(241,231,234)
#F5EEF1
(245,238,241)
#F9F5F8
(249,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1AFB2; }

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

This text font color is #D1AFB2.


Background Color

.myBgColor { background-color: #D1AFB2; }

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

This div background color is #D1AFB2.


Border color

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

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

This div border color is #D1AFB2.


Opacity

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

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

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

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

This text has shadow with #D1AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1AFB2 on black background.


Color preview on white background

This text has color #D1AFB2 on white background.



Black color preview on #D1AFB2 background

This text has black color on #D1AFB2 background.


White color preview on #D1AFB2 background

This text has white color on #D1AFB2 background.