COLOR #D2AFB1

HEX: #D2AFB1
RGB: (210,175,177)

Color info

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

RGB color model

#D2AFB1 color RGB value is (210,175,177).

  • red value is 210;
  • green value is 175;
  • blue value is 177.
RGB:
(210,175,177)
(82%,69%,69%)

RGB channels and saturation

R 210 of 255 = 82%
G 175 of 255 = 69%
B 177 of 255 = 69%

210
175
177

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

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 177 = 562 (100%)
R 210 of 562 ~ 37.37%
G 175 of 562 ~ 31.14%
B 177 of 562 ~ 31.49%

%37.37
%31.14
%31.49

CMYK color model

#D2AFB1 color CMYK value is (0,17,16,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK:
(0,17,16,18)
C0M17Y16K18 
(0%,17%,16%,18%)
(0.00/0.17/0.16/0.18)	

CMYK percentages

%0
%16.67
%15.71
%17.65

Codes

Color #D2AFB1 in popluar color models

D2AFB1
RGB210175177
HSL357°28.00%75.49%
HSB/HSV357°16.67%82.35%
CMYK0.00%16.67%15.71%
17.65%

Color #D2AFB1 in popluar number systems.

HEXD2AFB1
Decimal210175177
Binary110100101010111110110001
Octal322257261

Shades and tints

Shades of #D2AFB1

#D2AFB1
(210,175,177)
#BFA0A1
(191,160,161)
#AC9191
(172,145,145)
#998281
(153,130,129)
#867371
(134,115,113)
#736461
(115,100,97)
#605551
(96,85,81)
#4D4641
(77,70,65)
#3A3731
(58,55,49)
#272821
(39,40,33)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #D2AFB1

#D2AFB1
(210,175,177)
#D6B6B8
(214,182,184)
#DABDBF
(218,189,191)
#DEC4C6
(222,196,198)
#E2CBCD
(226,203,205)
#E6D2D4
(230,210,212)
#EAD9DB
(234,217,219)
#EEE0E2
(238,224,226)
#F2E7E9
(242,231,233)
#F6EEF0
(246,238,240)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2AFB1 color. Also use rgb(210,175,177) instead hex code.

Text Font Color

.myTextColor { color: #D2AFB1; }

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

This text font color is #D2AFB1.


Background Color

.myBgColor { background-color: #D2AFB1; }

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

This div background color is #D2AFB1.


Border color

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

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

This div border color is #D2AFB1.


Opacity

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

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

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

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

This text has shadow with #D2AFB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AFB1 on black background.


Color preview on white background

This text has color #D2AFB1 on white background.



Black color preview on #D2AFB1 background

This text has black color on #D2AFB1 background.


White color preview on #D2AFB1 background

This text has white color on #D2AFB1 background.