COLOR #AF8CAF

HEX: #AF8CAF
RGB: (175,140,175)

Color info

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

RGB color model

#AF8CAF color RGB value is (175,140,175).

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

RGB channels and saturation

R 175 of 255 = 69%
G 140 of 255 = 55%
B 175 of 255 = 69%

175
140
175

R + G + B ~ 64%. #AF8CAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 140 + 175 = 490 (100%)
R 175 of 490 ~ 35.71%
G 140 of 490 ~ 28.57%
B 175 of 490 ~ 35.71%

%35.71
%28.57
%35.71

CMYK color model

#AF8CAF color CMYK value is (0,20,0,31).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(0,20,0,31)
C0M20Y0K31 
(0%,20%,0%,31%)
(0.00/0.20/0.00/0.31)	

CMYK percentages

%0
%20
%0
%31.37

Codes

Color #AF8CAF in popluar color models

AF8CAF
RGB175140175
HSL300°17.95%61.76%
HSB/HSV300°20.00%68.63%
CMYK0.00%20.00%0.00%
31.37%

Color #AF8CAF in popluar number systems.

HEXAF8CAF
Decimal175140175
Binary101011111000110010101111
Octal257214257

Shades and tints

Shades of #AF8CAF

#AF8CAF
(175,140,175)
#A080A0
(160,128,160)
#917491
(145,116,145)
#826882
(130,104,130)
#735C73
(115,92,115)
#645064
(100,80,100)
#554455
(85,68,85)
#463846
(70,56,70)
#372C37
(55,44,55)
#282028
(40,32,40)
#191419
(25,20,25)
#000000
(0,0,0)

Tints of #AF8CAF

#AF8CAF
(175,140,175)
#B696B6
(182,150,182)
#BDA0BD
(189,160,189)
#C4AAC4
(196,170,196)
#CBB4CB
(203,180,203)
#D2BED2
(210,190,210)
#D9C8D9
(217,200,217)
#E0D2E0
(224,210,224)
#E7DCE7
(231,220,231)
#EEE6EE
(238,230,238)
#F5F0F5
(245,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8CAF; }

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

This text font color is #AF8CAF.


Background Color

.myBgColor { background-color: #AF8CAF; }

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

This div background color is #AF8CAF.


Border color

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

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

This div border color is #AF8CAF.


Opacity

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

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

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

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

This text has shadow with #AF8CAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8CAF on black background.


Color preview on white background

This text has color #AF8CAF on white background.



Black color preview on #AF8CAF background

This text has black color on #AF8CAF background.


White color preview on #AF8CAF background

This text has white color on #AF8CAF background.