COLOR #AF9DB0

HEX: #AF9DB0
RGB: (175,157,176)

Color info

#AF9DB0 contains red, green and blue colors in about the same proportion. Web safe color of #AF9DB0 is #999999 (or #999).

RGB color model

#AF9DB0 color RGB value is (175,157,176).

  • red value is 175;
  • green value is 157;
  • blue value is 176.
RGB:
(175,157,176)
(69%,62%,69%)

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 176 of 255 = 69%

175
157
176

R + G + B ~ 67%. #AF9DB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 176 = 508 (100%)
R 175 of 508 ~ 34.45%
G 157 of 508 ~ 30.91%
B 176 of 508 ~ 34.65%

%34.45
%30.91
%34.65

CMYK color model

#AF9DB0 color CMYK value is (1,11,0,31).

  • cyan value is 0.57%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,11,0,31)
C1M11Y0K31 
(1%,11%,0%,31%)
(0.01/0.11/0.00/0.31)	

CMYK percentages

%0.57
%10.8
%0
%30.98

Codes

Color #AF9DB0 in popluar color models

AF9DB0
RGB175157176
HSL297°10.73%65.29%
HSB/HSV297°10.80%69.02%
CMYK0.57%10.80%0.00%
30.98%

Color #AF9DB0 in popluar number systems.

HEXAF9DB0
Decimal175157176
Binary101011111001110110110000
Octal257235260

Shades and tints

Shades of #AF9DB0

#AF9DB0
(175,157,176)
#A08FA0
(160,143,160)
#918190
(145,129,144)
#827380
(130,115,128)
#736570
(115,101,112)
#645760
(100,87,96)
#554950
(85,73,80)
#463B40
(70,59,64)
#372D30
(55,45,48)
#281F20
(40,31,32)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #AF9DB0

#AF9DB0
(175,157,176)
#B6A5B7
(182,165,183)
#BDADBE
(189,173,190)
#C4B5C5
(196,181,197)
#CBBDCC
(203,189,204)
#D2C5D3
(210,197,211)
#D9CDDA
(217,205,218)
#E0D5E1
(224,213,225)
#E7DDE8
(231,221,232)
#EEE5EF
(238,229,239)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9DB0 color. Also use rgb(175,157,176) instead hex code.

Text Font Color

.myTextColor { color: #AF9DB0; }

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

This text font color is #AF9DB0.


Background Color

.myBgColor { background-color: #AF9DB0; }

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

This div background color is #AF9DB0.


Border color

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

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

This div border color is #AF9DB0.


Opacity

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

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

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

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

This text has shadow with #AF9DB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DB0 on black background.


Color preview on white background

This text has color #AF9DB0 on white background.



Black color preview on #AF9DB0 background

This text has black color on #AF9DB0 background.


White color preview on #AF9DB0 background

This text has white color on #AF9DB0 background.