COLOR #AF92BC

HEX: #AF92BC RGB: (175,146,188)

Color info

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

RGB color model

#AF92BC color RGB value is (175,146,188).

RGB: (175,146,188) (69%, 57%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 146 of 255 = 57%
B 188 of 255 = 74%

175
146
188

R + G + B ~ 67%. #AF92BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 146 + 188 = 509 (100%)
R 175 of 509 ~ 34.38%
G 146 of 509 ~ 28.68%
B 188 of 509 ~ 36.94'%

%34.38
%28.68
%36.94

CMYK color model

#AF92BC color CMYK value is (7,22,0,26).

  • cyan value is 6.91%
  • magenta value is 22.34%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (7,22,0,26)
C7M22Y0K26 (7%, 22%, 0%, 26%)
(0.07 / 0.22 / 0.00 / 0.26)

CMYK percentages

%6.91
%22.34
%0
%26.27

Codes

Color #AF92BC in popluar color models

AF 92 BC
RGB 175 146 188
HSL 281° 23.86% 65.49%
HSB/HSV 281° 22.34% 73.73%
CMYK 6.91% 22.34% 0.00%
26.27%

Color #AF92BC in popluar number systems.

HEX AF 92 BC
Decimal 175 146 188
Binary 10101111 10010010 10111100
Octal 257 222 274

Shades and tints

Shades of #AF92BC

#AF92BC
(175,146,188)
#A085AB
(160,133,171)
#91789A
(145,120,154)
#826B89
(130,107,137)
#735E78
(115,94,120)
#645167
(100,81,103)
#554456
(85,68,86)
#463745
(70,55,69)
#372A34
(55,42,52)
#281D23
(40,29,35)
#191012
(25,16,18)
#000000
(0,0,0)

Tints of #AF92BC

#AF92BC
(175,146,188)
#B69BC2
(182,155,194)
#BDA4C8
(189,164,200)
#C4ADCE
(196,173,206)
#CBB6D4
(203,182,212)
#D2BFDA
(210,191,218)
#D9C8E0
(217,200,224)
#E0D1E6
(224,209,230)
#E7DAEC
(231,218,236)
#EEE3F2
(238,227,242)
#F5ECF8
(245,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF92BC; }

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

This text font color is #AF92BC.

Background Color

.myBgColor { background-color: #AF92BC; }

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

This div background color is #AF92BC.

Border color

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

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

This div border color is #AF92BC.

Opacity

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

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

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

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

This text has shadow with #AF92BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF92BC.

Preview

Color preview on black background

This text has color #AF92BC on black background.


Color preview on white background

This text has color #AF92BC on white background.


Black color preview on #AF92BC background

This text has black color on #AF92BC background.


White color preview on #AF92BC background

This text has white color on #AF92BC background.


Related colors

Complementary color

Complementary color for #hex is #506D43.


I love getcolorcode.com

Triadic colors

1 #BCAF92 and #92BCAF with #AF92BC are triadic colors.

2 #BC92AF and #92AFBC with #AF92BC are triadic colors.