COLOR #AF9FBA

HEX: #AF9FBA RGB: (175,159,186)

Color info

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

RGB color model

#AF9FBA color RGB value is (175,159,186).

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

RGB channels and saturation

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

175
159
186

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

Portions of RGB colors in percentages

R + G + B = 175 + 159 + 186 = 520 (100%)
R 175 of 520 ~ 33.65%
G 159 of 520 ~ 30.58%
B 186 of 520 ~ 35.77'%

%33.65
%30.58
%35.77

CMYK color model

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

  • cyan value is 5.91%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (6,15,0,27)
C6M15Y0K27 (6%, 15%, 0%, 27%)
(0.06 / 0.15 / 0.00 / 0.27)

CMYK percentages

%5.91
%14.52
%0
%27.06

Codes

Color #AF9FBA in popluar color models

AF 9F BA
RGB 175 159 186
HSL 276° 16.36% 67.65%
HSB/HSV 276° 14.52% 72.94%
CMYK 5.91% 14.52% 0.00%
27.06%

Color #AF9FBA in popluar number systems.

HEX AF 9F BA
Decimal 175 159 186
Binary 10101111 10011111 10111010
Octal 257 237 272

Shades and tints

Shades of #AF9FBA

#AF9FBA
(175,159,186)
#A091AA
(160,145,170)
#91839A
(145,131,154)
#82758A
(130,117,138)
#73677A
(115,103,122)
#64596A
(100,89,106)
#554B5A
(85,75,90)
#463D4A
(70,61,74)
#372F3A
(55,47,58)
#28212A
(40,33,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #AF9FBA

#AF9FBA
(175,159,186)
#B6A7C0
(182,167,192)
#BDAFC6
(189,175,198)
#C4B7CC
(196,183,204)
#CBBFD2
(203,191,210)
#D2C7D8
(210,199,216)
#D9CFDE
(217,207,222)
#E0D7E4
(224,215,228)
#E7DFEA
(231,223,234)
#EEE7F0
(238,231,240)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AF9FBA; }

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

This text font color is #AF9FBA.

Background Color

.myBgColor { background-color: #AF9FBA; }

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

This div background color is #AF9FBA.

Border color

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

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

This div border color is #AF9FBA.

Opacity

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

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

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

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

This text has shadow with #AF9FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF9FBA.

Preview

Color preview on black background

This text has color #AF9FBA on black background.


Color preview on white background

This text has color #AF9FBA on white background.


Black color preview on #AF9FBA background

This text has black color on #AF9FBA background.


White color preview on #AF9FBA background

This text has white color on #AF9FBA background.


Related colors

Complementary color

Complementary color for #hex is #506045.


I love getcolorcode.com

Triadic colors

1 #BAAF9F and #9FBAAF with #AF9FBA are triadic colors.

2 #BA9FAF and #9FAFBA with #AF9FBA are triadic colors.