COLOR #AF92B3

HEX: #AF92B3
RGB: (175,146,179)

Color info

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

RGB color model

#AF92B3 color RGB value is (175,146,179).

  • red value is 175;
  • green value is 146;
  • blue value is 179.
RGB:
(175,146,179)
(69%,57%,70%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 179 of 255 = 70%

175
146
179

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

Portions of RGB colors in percentages

R + G + B =
175 + 146 + 179 = 500 (100%)
R 175 of 500 ~ 35%
G 146 of 500 ~ 29.2%
B 179 of 500 ~ 35.8%

%35
%29.2
%35.8

CMYK color model

#AF92B3 color CMYK value is (2,18,0,30).

  • cyan value is 2.23%
  • magenta value is 18.44%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(2,18,0,30)
C2M18Y0K30 
(2%,18%,0%,30%)
(0.02/0.18/0.00/0.30)	

CMYK percentages

%2.23
%18.44
%0
%29.8

Codes

Color #AF92B3 in popluar color models

AF92B3
RGB175146179
HSL293°17.84%63.73%
HSB/HSV293°18.44%70.20%
CMYK2.23%18.44%0.00%
29.80%

Color #AF92B3 in popluar number systems.

HEXAF92B3
Decimal175146179
Binary101011111001001010110011
Octal257222263

Shades and tints

Shades of #AF92B3

#AF92B3
(175,146,179)
#A085A3
(160,133,163)
#917893
(145,120,147)
#826B83
(130,107,131)
#735E73
(115,94,115)
#645163
(100,81,99)
#554453
(85,68,83)
#463743
(70,55,67)
#372A33
(55,42,51)
#281D23
(40,29,35)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #AF92B3

#AF92B3
(175,146,179)
#B69BB9
(182,155,185)
#BDA4BF
(189,164,191)
#C4ADC5
(196,173,197)
#CBB6CB
(203,182,203)
#D2BFD1
(210,191,209)
#D9C8D7
(217,200,215)
#E0D1DD
(224,209,221)
#E7DAE3
(231,218,227)
#EEE3E9
(238,227,233)
#F5ECEF
(245,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92B3; }

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

This text font color is #AF92B3.


Background Color

.myBgColor { background-color: #AF92B3; }

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

This div background color is #AF92B3.


Border color

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

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

This div border color is #AF92B3.


Opacity

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

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

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

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

This text has shadow with #AF92B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF92B3 on black background.


Color preview on white background

This text has color #AF92B3 on white background.



Black color preview on #AF92B3 background

This text has black color on #AF92B3 background.


White color preview on #AF92B3 background

This text has white color on #AF92B3 background.