COLOR #AF89BC

HEX: #AF89BC RGB: (175,137,188)

Color info

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

RGB color model

#AF89BC color RGB value is (175,137,188).

RGB: (175,137,188) (69%, 54%, 74%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 188 of 255 = 74%

175
137
188

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

Portions of RGB colors in percentages

R + G + B = 175 + 137 + 188 = 500 (100%)
R 175 of 500 ~ 35%
G 137 of 500 ~ 27.4%
B 188 of 500 ~ 37.6'%

%35
%27.4
%37.6

CMYK color model

#AF89BC color CMYK value is (7,27,0,26).

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

CMYK: (7,27,0,26)
C7M27Y0K26 (7%, 27%, 0%, 26%)
(0.07 / 0.27 / 0.00 / 0.26)

CMYK percentages

%6.91
%27.13
%0
%26.27

Codes

Color #AF89BC in popluar color models

AF 89 BC
RGB 175 137 188
HSL 285° 27.57% 63.73%
HSB/HSV 285° 27.13% 73.73%
CMYK 6.91% 27.13% 0.00%
26.27%

Color #AF89BC in popluar number systems.

HEX AF 89 BC
Decimal 175 137 188
Binary 10101111 10001001 10111100
Octal 257 211 274

Shades and tints

Shades of #AF89BC

#AF89BC
(175,137,188)
#A07DAB
(160,125,171)
#91719A
(145,113,154)
#826589
(130,101,137)
#735978
(115,89,120)
#644D67
(100,77,103)
#554156
(85,65,86)
#463545
(70,53,69)
#372934
(55,41,52)
#281D23
(40,29,35)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #AF89BC

#AF89BC
(175,137,188)
#B693C2
(182,147,194)
#BD9DC8
(189,157,200)
#C4A7CE
(196,167,206)
#CBB1D4
(203,177,212)
#D2BBDA
(210,187,218)
#D9C5E0
(217,197,224)
#E0CFE6
(224,207,230)
#E7D9EC
(231,217,236)
#EEE3F2
(238,227,242)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF89BC; }

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

This text font color is #AF89BC.

Background Color

.myBgColor { background-color: #AF89BC; }

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

This div background color is #AF89BC.

Border color

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

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

This div border color is #AF89BC.

Opacity

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

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

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

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

This text has shadow with #AF89BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF89BC.

Preview

Color preview on black background

This text has color #AF89BC on black background.


Color preview on white background

This text has color #AF89BC on white background.


Black color preview on #AF89BC background

This text has black color on #AF89BC background.


White color preview on #AF89BC background

This text has white color on #AF89BC background.


Related colors

Complementary color

Complementary color for #hex is #507643.


I love getcolorcode.com

Triadic colors

1 #BCAF89 and #89BCAF with #AF89BC are triadic colors.

2 #BC89AF and #89AFBC with #AF89BC are triadic colors.