COLOR #AF8CA9

HEX: #AF8CA9
RGB: (175,140,169)

Color info

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

RGB color model

#AF8CA9 color RGB value is (175,140,169).

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

RGB channels and saturation

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

175
140
169

R + G + B ~ 63%. #AF8CA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 140 + 169 = 484 (100%)
R 175 of 484 ~ 36.16%
G 140 of 484 ~ 28.93%
B 169 of 484 ~ 34.92%

%36.16
%28.93
%34.92

CMYK color model

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

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

CMYK percentages

%0
%20
%3.43
%31.37

Codes

Color #AF8CA9 in popluar color models

AF8CA9
RGB175140169
HSL310°17.95%61.76%
HSB/HSV310°20.00%68.63%
CMYK0.00%20.00%3.43%
31.37%

Color #AF8CA9 in popluar number systems.

HEXAF8CA9
Decimal175140169
Binary101011111000110010101001
Octal257214251

Shades and tints

Shades of #AF8CA9

#AF8CA9
(175,140,169)
#A0809A
(160,128,154)
#91748B
(145,116,139)
#82687C
(130,104,124)
#735C6D
(115,92,109)
#64505E
(100,80,94)
#55444F
(85,68,79)
#463840
(70,56,64)
#372C31
(55,44,49)
#282022
(40,32,34)
#191413
(25,20,19)
#000000
(0,0,0)

Tints of #AF8CA9

#AF8CA9
(175,140,169)
#B696B0
(182,150,176)
#BDA0B7
(189,160,183)
#C4AABE
(196,170,190)
#CBB4C5
(203,180,197)
#D2BECC
(210,190,204)
#D9C8D3
(217,200,211)
#E0D2DA
(224,210,218)
#E7DCE1
(231,220,225)
#EEE6E8
(238,230,232)
#F5F0EF
(245,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF8CA9; }

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

This text font color is #AF8CA9.


Background Color

.myBgColor { background-color: #AF8CA9; }

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

This div background color is #AF8CA9.


Border color

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

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

This div border color is #AF8CA9.


Opacity

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

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

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

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

This text has shadow with #AF8CA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF8CA9 on black background.


Color preview on white background

This text has color #AF8CA9 on white background.



Black color preview on #AF8CA9 background

This text has black color on #AF8CA9 background.


White color preview on #AF8CA9 background

This text has white color on #AF8CA9 background.