COLOR #AF9DB8

HEX: #AF9DB8
RGB: (175,157,184)

Color info

#AF9DB8 contains red, green and blue colors in about the same proportion. Web safe color of #AF9DB8 is #9999CC (or #99C).

RGB color model

#AF9DB8 color RGB value is (175,157,184).

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

RGB channels and saturation

R 175 of 255 = 69%
G 157 of 255 = 62%
B 184 of 255 = 72%

175
157
184

R + G + B ~ 68%. #AF9DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 157 + 184 = 516 (100%)
R 175 of 516 ~ 33.91%
G 157 of 516 ~ 30.43%
B 184 of 516 ~ 35.66%

%33.91
%30.43
%35.66

CMYK color model

#AF9DB8 color CMYK value is (5,15,0,28).

  • cyan value is 4.89%
  • magenta value is 14.67%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,15,0,28)
C5M15Y0K28 
(5%,15%,0%,28%)
(0.05/0.15/0.00/0.28)	

CMYK percentages

%4.89
%14.67
%0
%27.84

Codes

Color #AF9DB8 in popluar color models

AF9DB8
RGB175157184
HSL280°15.98%66.86%
HSB/HSV280°14.67%72.16%
CMYK4.89%14.67%0.00%
27.84%

Color #AF9DB8 in popluar number systems.

HEXAF9DB8
Decimal175157184
Binary101011111001110110111000
Octal257235270

Shades and tints

Shades of #AF9DB8

#AF9DB8
(175,157,184)
#A08FA8
(160,143,168)
#918198
(145,129,152)
#827388
(130,115,136)
#736578
(115,101,120)
#645768
(100,87,104)
#554958
(85,73,88)
#463B48
(70,59,72)
#372D38
(55,45,56)
#281F28
(40,31,40)
#191118
(25,17,24)
#000000
(0,0,0)

Tints of #AF9DB8

#AF9DB8
(175,157,184)
#B6A5BE
(182,165,190)
#BDADC4
(189,173,196)
#C4B5CA
(196,181,202)
#CBBDD0
(203,189,208)
#D2C5D6
(210,197,214)
#D9CDDC
(217,205,220)
#E0D5E2
(224,213,226)
#E7DDE8
(231,221,232)
#EEE5EE
(238,229,238)
#F5EDF4
(245,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9DB8; }

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

This text font color is #AF9DB8.


Background Color

.myBgColor { background-color: #AF9DB8; }

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

This div background color is #AF9DB8.


Border color

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

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

This div border color is #AF9DB8.


Opacity

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

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

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

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

This text has shadow with #AF9DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF9DB8 on black background.


Color preview on white background

This text has color #AF9DB8 on white background.



Black color preview on #AF9DB8 background

This text has black color on #AF9DB8 background.


White color preview on #AF9DB8 background

This text has white color on #AF9DB8 background.