COLOR #AF8CB0

HEX: #AF8CB0
RGB: (175,140,176)

Color info

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

RGB color model

#AF8CB0 color RGB value is (175,140,176).

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

RGB channels and saturation

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

175
140
176

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

Portions of RGB colors in percentages

R + G + B =
175 + 140 + 176 = 491 (100%)
R 175 of 491 ~ 35.64%
G 140 of 491 ~ 28.51%
B 176 of 491 ~ 35.85%

%35.64
%28.51
%35.85

CMYK color model

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

  • cyan value is 0.57%
  • magenta value is 20.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(1,20,0,31)
C1M20Y0K31 
(1%,20%,0%,31%)
(0.01/0.20/0.00/0.31)	

CMYK percentages

%0.57
%20.45
%0
%30.98

Codes

Color #AF8CB0 in popluar color models

AF8CB0
RGB175140176
HSL298°18.56%61.96%
HSB/HSV298°20.45%69.02%
CMYK0.57%20.45%0.00%
30.98%

Color #AF8CB0 in popluar number systems.

HEXAF8CB0
Decimal175140176
Binary101011111000110010110000
Octal257214260

Shades and tints

Shades of #AF8CB0

#AF8CB0
(175,140,176)
#A080A0
(160,128,160)
#917490
(145,116,144)
#826880
(130,104,128)
#735C70
(115,92,112)
#645060
(100,80,96)
#554450
(85,68,80)
#463840
(70,56,64)
#372C30
(55,44,48)
#282020
(40,32,32)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #AF8CB0

#AF8CB0
(175,140,176)
#B696B7
(182,150,183)
#BDA0BE
(189,160,190)
#C4AAC5
(196,170,197)
#CBB4CC
(203,180,204)
#D2BED3
(210,190,211)
#D9C8DA
(217,200,218)
#E0D2E1
(224,210,225)
#E7DCE8
(231,220,232)
#EEE6EF
(238,230,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8CB0; }

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

This text font color is #AF8CB0.


Background Color

.myBgColor { background-color: #AF8CB0; }

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

This div background color is #AF8CB0.


Border color

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

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

This div border color is #AF8CB0.


Opacity

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

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

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

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

This text has shadow with #AF8CB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8CB0 on black background.


Color preview on white background

This text has color #AF8CB0 on white background.



Black color preview on #AF8CB0 background

This text has black color on #AF8CB0 background.


White color preview on #AF8CB0 background

This text has white color on #AF8CB0 background.