COLOR #AF92BB

HEX: #AF92BB
RGB: (175,146,187)

Color info

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

RGB color model

#AF92BB color RGB value is (175,146,187).

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

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 187 of 255 = 73%

175
146
187

R + G + B ~ 66%. #AF92BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 146 + 187 = 508 (100%)
R 175 of 508 ~ 34.45%
G 146 of 508 ~ 28.74%
B 187 of 508 ~ 36.81%

%34.45
%28.74
%36.81

CMYK color model

#AF92BB color CMYK value is (6,22,0,27).

  • cyan value is 6.42%
  • magenta value is 21.93%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(6,22,0,27)
C6M22Y0K27 
(6%,22%,0%,27%)
(0.06/0.22/0.00/0.27)	

CMYK percentages

%6.42
%21.93
%0
%26.67

Codes

Color #AF92BB in popluar color models

AF92BB
RGB175146187
HSL282°23.16%65.29%
HSB/HSV282°21.93%73.33%
CMYK6.42%21.93%0.00%
26.67%

Color #AF92BB in popluar number systems.

HEXAF92BB
Decimal175146187
Binary101011111001001010111011
Octal257222273

Shades and tints

Shades of #AF92BB

#AF92BB
(175,146,187)
#A085AA
(160,133,170)
#917899
(145,120,153)
#826B88
(130,107,136)
#735E77
(115,94,119)
#645166
(100,81,102)
#554455
(85,68,85)
#463744
(70,55,68)
#372A33
(55,42,51)
#281D22
(40,29,34)
#191011
(25,16,17)
#000000
(0,0,0)

Tints of #AF92BB

#AF92BB
(175,146,187)
#B69BC1
(182,155,193)
#BDA4C7
(189,164,199)
#C4ADCD
(196,173,205)
#CBB6D3
(203,182,211)
#D2BFD9
(210,191,217)
#D9C8DF
(217,200,223)
#E0D1E5
(224,209,229)
#E7DAEB
(231,218,235)
#EEE3F1
(238,227,241)
#F5ECF7
(245,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92BB; }

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

This text font color is #AF92BB.


Background Color

.myBgColor { background-color: #AF92BB; }

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

This div background color is #AF92BB.


Border color

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

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

This div border color is #AF92BB.


Opacity

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

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

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

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

This text has shadow with #AF92BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF92BB on black background.


Color preview on white background

This text has color #AF92BB on white background.



Black color preview on #AF92BB background

This text has black color on #AF92BB background.


White color preview on #AF92BB background

This text has white color on #AF92BB background.