COLOR #AF8BAB

HEX: #AF8BAB RGB: (175,139,171)

Color info

#AF8BAB contains red, green and blue colors in about the same proportion. Web safe color of #AF8BAB is #999999 (or #999).

RGB color model

#AF8BAB color RGB value is (175,139,171).

RGB: (175,139,171) (69%, 55%, 67%)

RGB channels and saturation

R 175 of 255 = 69%
G 139 of 255 = 55%
B 171 of 255 = 67%

175
139
171

R + G + B ~ 64%. #AF8BAB is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 139 + 171 = 485 (100%)
R 175 of 485 ~ 36.08%
G 139 of 485 ~ 28.66%
B 171 of 485 ~ 35.26'%

%36.08
%28.66
%35.26

CMYK color model

#AF8BAB color CMYK value is (0,21,2,31).

  • cyan value is 0.00%
  • magenta value is 20.57%
  • yellow value is 2.29%
  • key color value is 31.37%

CMYK: (0,21,2,31)
C0M21Y2K31 (0%, 21%, 2%, 31%)
(0.00 / 0.21 / 0.02 / 0.31)

CMYK percentages

%0
%20.57
%2.29
%31.37

Codes

Color #AF8BAB in popluar color models

AF 8B AB
RGB 175 139 171
HSL 307° 18.37% 61.57%
HSB/HSV 307° 20.57% 68.63%
CMYK 0.00% 20.57% 2.29%
31.37%

Color #AF8BAB in popluar number systems.

HEX AF 8B AB
Decimal 175 139 171
Binary 10101111 10001011 10101011
Octal 257 213 253

Shades and tints

Shades of #AF8BAB

#AF8BAB
(175,139,171)
#A07F9C
(160,127,156)
#91738D
(145,115,141)
#82677E
(130,103,126)
#735B6F
(115,91,111)
#644F60
(100,79,96)
#554351
(85,67,81)
#463742
(70,55,66)
#372B33
(55,43,51)
#281F24
(40,31,36)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #AF8BAB

#AF8BAB
(175,139,171)
#B695B2
(182,149,178)
#BD9FB9
(189,159,185)
#C4A9C0
(196,169,192)
#CBB3C7
(203,179,199)
#D2BDCE
(210,189,206)
#D9C7D5
(217,199,213)
#E0D1DC
(224,209,220)
#E7DBE3
(231,219,227)
#EEE5EA
(238,229,234)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AF8BAB color. Also use rgb(175,139,171) instead hex code.

Text Font Color

.myTextColor { color: #AF8BAB; }

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

This text font color is #AF8BAB.

Background Color

.myBgColor { background-color: #AF8BAB; }

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

This div background color is #AF8BAB.

Border color

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

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

This div border color is #AF8BAB.

Opacity

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

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

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

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

This text has shadow with #AF8BAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AF8BAB.

Preview

Color preview on black background

This text has color #AF8BAB on black background.


Color preview on white background

This text has color #AF8BAB on white background.


Black color preview on #AF8BAB background

This text has black color on #AF8BAB background.


White color preview on #AF8BAB background

This text has white color on #AF8BAB background.


Related colors

Complementary color

Complementary color for #hex is #507454.


I love getcolorcode.com

Triadic colors

1 #ABAF8B and #8BABAF with #AF8BAB are triadic colors.

2 #AB8BAF and #8BAFAB with #AF8BAB are triadic colors.