COLOR #AF8DB8

HEX: #AF8DB8
RGB: (175,141,184)

Color info

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

RGB color model

#AF8DB8 color RGB value is (175,141,184).

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

RGB channels and saturation

R 175 of 255 = 69%
G 141 of 255 = 55%
B 184 of 255 = 72%

175
141
184

R + G + B ~ 65%. #AF8DB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 141 + 184 = 500 (100%)
R 175 of 500 ~ 35%
G 141 of 500 ~ 28.2%
B 184 of 500 ~ 36.8%

%35
%28.2
%36.8

CMYK color model

#AF8DB8 color CMYK value is (5,23,0,28).

  • cyan value is 4.89%
  • magenta value is 23.37%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(5,23,0,28)
C5M23Y0K28 
(5%,23%,0%,28%)
(0.05/0.23/0.00/0.28)	

CMYK percentages

%4.89
%23.37
%0
%27.84

Codes

Color #AF8DB8 in popluar color models

AF8DB8
RGB175141184
HSL287°23.24%63.73%
HSB/HSV287°23.37%72.16%
CMYK4.89%23.37%0.00%
27.84%

Color #AF8DB8 in popluar number systems.

HEXAF8DB8
Decimal175141184
Binary101011111000110110111000
Octal257215270

Shades and tints

Shades of #AF8DB8

#AF8DB8
(175,141,184)
#A081A8
(160,129,168)
#917598
(145,117,152)
#826988
(130,105,136)
#735D78
(115,93,120)
#645168
(100,81,104)
#554558
(85,69,88)
#463948
(70,57,72)
#372D38
(55,45,56)
#282128
(40,33,40)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AF8DB8

#AF8DB8
(175,141,184)
#B697BE
(182,151,190)
#BDA1C4
(189,161,196)
#C4ABCA
(196,171,202)
#CBB5D0
(203,181,208)
#D2BFD6
(210,191,214)
#D9C9DC
(217,201,220)
#E0D3E2
(224,211,226)
#E7DDE8
(231,221,232)
#EEE7EE
(238,231,238)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8DB8; }

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

This text font color is #AF8DB8.


Background Color

.myBgColor { background-color: #AF8DB8; }

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

This div background color is #AF8DB8.


Border color

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

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

This div border color is #AF8DB8.


Opacity

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

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

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

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

This text has shadow with #AF8DB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8DB8 on black background.


Color preview on white background

This text has color #AF8DB8 on white background.



Black color preview on #AF8DB8 background

This text has black color on #AF8DB8 background.


White color preview on #AF8DB8 background

This text has white color on #AF8DB8 background.