COLOR #AF91BA

HEX: #AF91BA
RGB: (175,145,186)

Color info

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

RGB color model

#AF91BA color RGB value is (175,145,186).

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

RGB channels and saturation

R 175 of 255 = 69%
G 145 of 255 = 57%
B 186 of 255 = 73%

175
145
186

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

Portions of RGB colors in percentages

R + G + B =
175 + 145 + 186 = 506 (100%)
R 175 of 506 ~ 34.58%
G 145 of 506 ~ 28.66%
B 186 of 506 ~ 36.76%

%34.58
%28.66
%36.76

CMYK color model

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

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

CMYK percentages

%5.91
%22.04
%0
%27.06

Codes

Color #AF91BA in popluar color models

AF91BA
RGB175145186
HSL284°22.91%64.90%
HSB/HSV284°22.04%72.94%
CMYK5.91%22.04%0.00%
27.06%

Color #AF91BA in popluar number systems.

HEXAF91BA
Decimal175145186
Binary101011111001000110111010
Octal257221272

Shades and tints

Shades of #AF91BA

#AF91BA
(175,145,186)
#A084AA
(160,132,170)
#91779A
(145,119,154)
#826A8A
(130,106,138)
#735D7A
(115,93,122)
#64506A
(100,80,106)
#55435A
(85,67,90)
#46364A
(70,54,74)
#37293A
(55,41,58)
#281C2A
(40,28,42)
#190F1A
(25,15,26)
#000000
(0,0,0)

Tints of #AF91BA

#AF91BA
(175,145,186)
#B69BC0
(182,155,192)
#BDA5C6
(189,165,198)
#C4AFCC
(196,175,204)
#CBB9D2
(203,185,210)
#D2C3D8
(210,195,216)
#D9CDDE
(217,205,222)
#E0D7E4
(224,215,228)
#E7E1EA
(231,225,234)
#EEEBF0
(238,235,240)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91BA; }

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

This text font color is #AF91BA.


Background Color

.myBgColor { background-color: #AF91BA; }

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

This div background color is #AF91BA.


Border color

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

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

This div border color is #AF91BA.


Opacity

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

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

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

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

This text has shadow with #AF91BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AF91BA on black background.


Color preview on white background

This text has color #AF91BA on white background.



Black color preview on #AF91BA background

This text has black color on #AF91BA background.


White color preview on #AF91BA background

This text has white color on #AF91BA background.