COLOR #AF9FB7

HEX: #AF9FB7 RGB: (175,159,183)

Color info

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

RGB color model

#AF9FB7 color RGB value is (175,159,183).

RGB: (175,159,183) (69%, 62%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 183 of 255 = 72%

175
159
183

R + G + B ~ 68%. #AF9FB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 183 = 517 (100%)
R 175 of 517 ~ 33.85%
G 159 of 517 ~ 30.75%
B 183 of 517 ~ 35.4'%

%33.85
%30.75
%35.4

CMYK color model

#AF9FB7 color CMYK value is (4,13,0,28).

  • cyan value is 4.37%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (4,13,0,28)
C4M13Y0K28 (4%, 13%, 0%, 28%)
(0.04 / 0.13 / 0.00 / 0.28)

CMYK percentages

%4.37
%13.11
%0
%28.24

Codes

Color #AF9FB7 in popluar color models

AF 9F B7
RGB 175 159 183
HSL 280° 14.29% 67.06%
HSB/HSV 280° 13.11% 71.76%
CMYK 4.37% 13.11% 0.00%
28.24%

Color #AF9FB7 in popluar number systems.

HEX AF 9F B7
Decimal 175 159 183
Binary 10101111 10011111 10110111
Octal 257 237 267

Shades and tints

Shades of #AF9FB7

#AF9FB7
(175,159,183)
#A091A7
(160,145,167)
#918397
(145,131,151)
#827587
(130,117,135)
#736777
(115,103,119)
#645967
(100,89,103)
#554B57
(85,75,87)
#463D47
(70,61,71)
#372F37
(55,47,55)
#282127
(40,33,39)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #AF9FB7

#AF9FB7
(175,159,183)
#B6A7BD
(182,167,189)
#BDAFC3
(189,175,195)
#C4B7C9
(196,183,201)
#CBBFCF
(203,191,207)
#D2C7D5
(210,199,213)
#D9CFDB
(217,207,219)
#E0D7E1
(224,215,225)
#E7DFE7
(231,223,231)
#EEE7ED
(238,231,237)
#F5EFF3
(245,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF9FB7 color. Also use rgb(175,159,183) instead hex code.

Text Font Color

.myTextColor { color: #AF9FB7; }

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

This text font color is #AF9FB7.

Background Color

.myBgColor { background-color: #AF9FB7; }

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

This div background color is #AF9FB7.

Border color

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

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

This div border color is #AF9FB7.

Opacity

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

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

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

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

This text has shadow with #AF9FB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9FB7.

Preview

Color preview on black background

This text has color #AF9FB7 on black background.


Color preview on white background

This text has color #AF9FB7 on white background.


Black color preview on #AF9FB7 background

This text has black color on #AF9FB7 background.


White color preview on #AF9FB7 background

This text has white color on #AF9FB7 background.


Related colors

Complementary color

Complementary color for #hex is #506048.


I love getcolorcode.com

Triadic colors

1 #B7AF9F and #9FB7AF with #AF9FB7 are triadic colors.

2 #B79FAF and #9FAFB7 with #AF9FB7 are triadic colors.