COLOR #AF9FBB

HEX: #AF9FBB RGB: (175,159,187)

Color info

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

RGB color model

#AF9FBB color RGB value is (175,159,187).

RGB: (175,159,187) (69%, 62%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 159 of 255 = 62%
B 187 of 255 = 73%

175
159
187

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

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 187 = 521 (100%)
R 175 of 521 ~ 33.59%
G 159 of 521 ~ 30.52%
B 187 of 521 ~ 35.89'%

%33.59
%30.52
%35.89

CMYK color model

#AF9FBB color CMYK value is (6,15,0,27).

  • cyan value is 6.42%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (6,15,0,27) C6M15Y0K27 (6%,15%,0%,27%) (0.06/0.15/0.00/0.27) 

CMYK percentages

%6.42
%14.97
%0
%26.67

Codes

Color #AF9FBB in popluar color models

AF 9F BB
RGB 175 159 187
HSL 274° 17.07% 67.84%
HSB/HSV 274° 14.97% 73.33%
CMYK 6.42% 14.97% 0.00%
26.67%

Color #AF9FBB in popluar number systems.

HEX AF 9F BB
Decimal 175 159 187
Binary 10101111 10011111 10111011
Octal 257 237 273

Shades and tints

Shades of #AF9FBB

#AF9FBB
(175,159,187)
#A091AA
(160,145,170)
#918399
(145,131,153)
#827588
(130,117,136)
#736777
(115,103,119)
#645966
(100,89,102)
#554B55
(85,75,85)
#463D44
(70,61,68)
#372F33
(55,47,51)
#282122
(40,33,34)
#191311
(25,19,17)
#000000
(0,0,0)

Tints of #AF9FBB

#AF9FBB
(175,159,187)
#B6A7C1
(182,167,193)
#BDAFC7
(189,175,199)
#C4B7CD
(196,183,205)
#CBBFD3
(203,191,211)
#D2C7D9
(210,199,217)
#D9CFDF
(217,207,223)
#E0D7E5
(224,215,229)
#E7DFEB
(231,223,235)
#EEE7F1
(238,231,241)
#F5EFF7
(245,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FBB; }

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

This text font color is #AF9FBB.

Background Color

.myBgColor { background-color: #AF9FBB; }

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

This div background color is #AF9FBB.

Border color

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

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

This div border color is #AF9FBB.

Opacity

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

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

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

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

This text has shadow with #AF9FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9FBB.

Preview

Color preview on black background

This text has color #AF9FBB on black background.


Color preview on white background

This text has color #AF9FBB on white background.


Black color preview on #AF9FBB background

This text has black color on #AF9FBB background.


White color preview on #AF9FBB background

This text has white color on #AF9FBB background.


Related colors

Complementary color

Complementary color for #hex is #506044.


I love getcolorcode.com

Triadic colors

1 #BBAF9F and #9FBBAF with #AF9FBB are triadic colors.

2 #BB9FAF and #9FAFBB with #AF9FBB are triadic colors.