COLOR #AF91B9

HEX: #AF91B9 RGB: (175,145,185)

Color info

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

RGB color model

#AF91B9 color RGB value is (175,145,185).

RGB: (175,145,185) (69%, 57%, 73%)

RGB channels and saturation

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

175
145
185

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

Portions of RGB colors in percentages

R + G + B = 175 + 145 + 185 = 505 (100%)
R 175 of 505 ~ 34.65%
G 145 of 505 ~ 28.71%
B 185 of 505 ~ 36.63'%

%34.65
%28.71
%36.63

CMYK color model

#AF91B9 color CMYK value is (5,22,0,27).

  • cyan value is 5.41%
  • magenta value is 21.62%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (5,22,0,27)
C5M22Y0K27 (5%, 22%, 0%, 27%)
(0.05 / 0.22 / 0.00 / 0.27)

CMYK percentages

%5.41
%21.62
%0
%27.45

Codes

Color #AF91B9 in popluar color models

AF 91 B9
RGB 175 145 185
HSL 285° 22.22% 64.71%
HSB/HSV 285° 21.62% 72.55%
CMYK 5.41% 21.62% 0.00%
27.45%

Color #AF91B9 in popluar number systems.

HEX AF 91 B9
Decimal 175 145 185
Binary 10101111 10010001 10111001
Octal 257 221 271

Shades and tints

Shades of #AF91B9

#AF91B9
(175,145,185)
#A084A9
(160,132,169)
#917799
(145,119,153)
#826A89
(130,106,137)
#735D79
(115,93,121)
#645069
(100,80,105)
#554359
(85,67,89)
#463649
(70,54,73)
#372939
(55,41,57)
#281C29
(40,28,41)
#190F19
(25,15,25)
#000000
(0,0,0)

Tints of #AF91B9

#AF91B9
(175,145,185)
#B69BBF
(182,155,191)
#BDA5C5
(189,165,197)
#C4AFCB
(196,175,203)
#CBB9D1
(203,185,209)
#D2C3D7
(210,195,215)
#D9CDDD
(217,205,221)
#E0D7E3
(224,215,227)
#E7E1E9
(231,225,233)
#EEEBEF
(238,235,239)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF91B9; }

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

This text font color is #AF91B9.

Background Color

.myBgColor { background-color: #AF91B9; }

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

This div background color is #AF91B9.

Border color

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

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

This div border color is #AF91B9.

Opacity

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

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

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

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

This text has shadow with #AF91B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF91B9.

Preview

Color preview on black background

This text has color #AF91B9 on black background.


Color preview on white background

This text has color #AF91B9 on white background.


Black color preview on #AF91B9 background

This text has black color on #AF91B9 background.


White color preview on #AF91B9 background

This text has white color on #AF91B9 background.


Related colors

Complementary color

Complementary color for #hex is #506E46.


I love getcolorcode.com

Triadic colors

1 #B9AF91 and #91B9AF with #AF91B9 are triadic colors.

2 #B991AF and #91AFB9 with #AF91B9 are triadic colors.