COLOR #AF8BC5

HEX: #AF8BC5
RGB: (175,139,197)

Color info

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

RGB color model

#AF8BC5 color RGB value is (175,139,197).

  • red value is 175;
  • green value is 139;
  • blue value is 197.
RGB:
(175,139,197)
(69%,55%,77%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 197 of 255 = 77%

175
139
197

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

Portions of RGB colors in percentages

R + G + B =
175 + 139 + 197 = 511 (100%)
R 175 of 511 ~ 34.25%
G 139 of 511 ~ 27.2%
B 197 of 511 ~ 38.55%

%34.25
%27.2
%38.55

CMYK color model

#AF8BC5 color CMYK value is (11,29,0,23).

  • cyan value is 11.17%
  • magenta value is 29.44%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(11,29,0,23)
C11M29Y0K23 
(11%,29%,0%,23%)
(0.11/0.29/0.00/0.23)	

CMYK percentages

%11.17
%29.44
%0
%22.75

Codes

Color #AF8BC5 in popluar color models

AF8BC5
RGB175139197
HSL277°33.33%65.88%
HSB/HSV277°29.44%77.25%
CMYK11.17%29.44%0.00%
22.75%

Color #AF8BC5 in popluar number systems.

HEXAF8BC5
Decimal175139197
Binary101011111000101111000101
Octal257213305

Shades and tints

Shades of #AF8BC5

#AF8BC5
(175,139,197)
#A07FB4
(160,127,180)
#9173A3
(145,115,163)
#826792
(130,103,146)
#735B81
(115,91,129)
#644F70
(100,79,112)
#55435F
(85,67,95)
#46374E
(70,55,78)
#372B3D
(55,43,61)
#281F2C
(40,31,44)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #AF8BC5

#AF8BC5
(175,139,197)
#B695CA
(182,149,202)
#BD9FCF
(189,159,207)
#C4A9D4
(196,169,212)
#CBB3D9
(203,179,217)
#D2BDDE
(210,189,222)
#D9C7E3
(217,199,227)
#E0D1E8
(224,209,232)
#E7DBED
(231,219,237)
#EEE5F2
(238,229,242)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8BC5 color. Also use rgb(175,139,197) instead hex code.

Text Font Color

.myTextColor { color: #AF8BC5; }

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

This text font color is #AF8BC5.


Background Color

.myBgColor { background-color: #AF8BC5; }

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

This div background color is #AF8BC5.


Border color

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

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

This div border color is #AF8BC5.


Opacity

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

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

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

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

This text has shadow with #AF8BC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8BC5 on black background.


Color preview on white background

This text has color #AF8BC5 on white background.



Black color preview on #AF8BC5 background

This text has black color on #AF8BC5 background.


White color preview on #AF8BC5 background

This text has white color on #AF8BC5 background.