COLOR #AF89BA

HEX: #AF89BA
RGB: (175,137,186)

Color info

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

RGB color model

#AF89BA color RGB value is (175,137,186).

  • red value is 175;
  • green value is 137;
  • blue value is 186.
RGB:
(175,137,186)
(69%,54%,73%)

RGB channels and saturation

R 175 of 255 = 69%
G 137 of 255 = 54%
B 186 of 255 = 73%

175
137
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 137 + 186 = 498 (100%)
R 175 of 498 ~ 35.14%
G 137 of 498 ~ 27.51%
B 186 of 498 ~ 37.35%

%35.14
%27.51
%37.35

CMYK color model

#AF89BA color CMYK value is (6,26,0,27).

  • cyan value is 5.91%
  • magenta value is 26.34%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(6,26,0,27)
C6M26Y0K27 
(6%,26%,0%,27%)
(0.06/0.26/0.00/0.27)	

CMYK percentages

%5.91
%26.34
%0
%27.06

Codes

Color #AF89BA in popluar color models

AF89BA
RGB175137186
HSL287°26.20%63.33%
HSB/HSV287°26.34%72.94%
CMYK5.91%26.34%0.00%
27.06%

Color #AF89BA in popluar number systems.

HEXAF89BA
Decimal175137186
Binary101011111000100110111010
Octal257211272

Shades and tints

Shades of #AF89BA

#AF89BA
(175,137,186)
#A07DAA
(160,125,170)
#91719A
(145,113,154)
#82658A
(130,101,138)
#73597A
(115,89,122)
#644D6A
(100,77,106)
#55415A
(85,65,90)
#46354A
(70,53,74)
#37293A
(55,41,58)
#281D2A
(40,29,42)
#19111A
(25,17,26)
#000000
(0,0,0)

Tints of #AF89BA

#AF89BA
(175,137,186)
#B693C0
(182,147,192)
#BD9DC6
(189,157,198)
#C4A7CC
(196,167,204)
#CBB1D2
(203,177,210)
#D2BBD8
(210,187,216)
#D9C5DE
(217,197,222)
#E0CFE4
(224,207,228)
#E7D9EA
(231,217,234)
#EEE3F0
(238,227,240)
#F5EDF6
(245,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF89BA; }

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

This text font color is #AF89BA.


Background Color

.myBgColor { background-color: #AF89BA; }

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

This div background color is #AF89BA.


Border color

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

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

This div border color is #AF89BA.


Opacity

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

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

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

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

This text has shadow with #AF89BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF89BA on black background.


Color preview on white background

This text has color #AF89BA on white background.



Black color preview on #AF89BA background

This text has black color on #AF89BA background.


White color preview on #AF89BA background

This text has white color on #AF89BA background.