COLOR #D2AFB2

HEX: #D2AFB2
RGB: (210,175,178)

Color info

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

RGB color model

#D2AFB2 color RGB value is (210,175,178).

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

RGB channels and saturation

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

210
175
178

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

Portions of RGB colors in percentages

R + G + B =
210 + 175 + 178 = 563 (100%)
R 210 of 563 ~ 37.3%
G 175 of 563 ~ 31.08%
B 178 of 563 ~ 31.62%

%37.3
%31.08
%31.62

CMYK color model

#D2AFB2 color CMYK value is (0,17,15,18).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 15.24%
  • key color value is 17.65%
CMYK:
(0,17,15,18)
C0M17Y15K18 
(0%,17%,15%,18%)
(0.00/0.17/0.15/0.18)	

CMYK percentages

%0
%16.67
%15.24
%17.65

Codes

Color #D2AFB2 in popluar color models

D2AFB2
RGB210175178
HSL355°28.00%75.49%
HSB/HSV355°16.67%82.35%
CMYK0.00%16.67%15.24%
17.65%

Color #D2AFB2 in popluar number systems.

HEXD2AFB2
Decimal210175178
Binary110100101010111110110010
Octal322257262

Shades and tints

Shades of #D2AFB2

#D2AFB2
(210,175,178)
#BFA0A2
(191,160,162)
#AC9192
(172,145,146)
#998282
(153,130,130)
#867372
(134,115,114)
#736462
(115,100,98)
#605552
(96,85,82)
#4D4642
(77,70,66)
#3A3732
(58,55,50)
#272822
(39,40,34)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #D2AFB2

#D2AFB2
(210,175,178)
#D6B6B9
(214,182,185)
#DABDC0
(218,189,192)
#DEC4C7
(222,196,199)
#E2CBCE
(226,203,206)
#E6D2D5
(230,210,213)
#EAD9DC
(234,217,220)
#EEE0E3
(238,224,227)
#F2E7EA
(242,231,234)
#F6EEF1
(246,238,241)
#FAF5F8
(250,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2AFB2; }

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

This text font color is #D2AFB2.


Background Color

.myBgColor { background-color: #D2AFB2; }

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

This div background color is #D2AFB2.


Border color

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

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

This div border color is #D2AFB2.


Opacity

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

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

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

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

This text has shadow with #D2AFB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2AFB2 on black background.


Color preview on white background

This text has color #D2AFB2 on white background.



Black color preview on #D2AFB2 background

This text has black color on #D2AFB2 background.


White color preview on #D2AFB2 background

This text has white color on #D2AFB2 background.