COLOR #AFA0B8

HEX: #AFA0B8 RGB: (175,160,184)

Color info

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

RGB color model

#AFA0B8 color RGB value is (175,160,184).

RGB: (175,160,184) (69%, 63%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 160 of 255 = 63%
B 184 of 255 = 72%

175
160
184

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

Portions of RGB colors in percentages

R + G + B = 175 + 160 + 184 = 519 (100%)
R 175 of 519 ~ 33.72%
G 160 of 519 ~ 30.83%
B 184 of 519 ~ 35.45'%

%33.72
%30.83
%35.45

CMYK color model

#AFA0B8 color CMYK value is (5,13,0,28).

  • cyan value is 4.89%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (5,13,0,28)
C5M13Y0K28 (5%, 13%, 0%, 28%)
(0.05 / 0.13 / 0.00 / 0.28)

CMYK percentages

%4.89
%13.04
%0
%27.84

Codes

Color #AFA0B8 in popluar color models

AF A0 B8
RGB 175 160 184
HSL 278° 14.46% 67.45%
HSB/HSV 278° 13.04% 72.16%
CMYK 4.89% 13.04% 0.00%
27.84%

Color #AFA0B8 in popluar number systems.

HEX AF A0 B8
Decimal 175 160 184
Binary 10101111 10100000 10111000
Octal 257 240 270

Shades and tints

Shades of #AFA0B8

#AFA0B8
(175,160,184)
#A092A8
(160,146,168)
#918498
(145,132,152)
#827688
(130,118,136)
#736878
(115,104,120)
#645A68
(100,90,104)
#554C58
(85,76,88)
#463E48
(70,62,72)
#373038
(55,48,56)
#282228
(40,34,40)
#191418
(25,20,24)
#000000
(0,0,0)

Tints of #AFA0B8

#AFA0B8
(175,160,184)
#B6A8BE
(182,168,190)
#BDB0C4
(189,176,196)
#C4B8CA
(196,184,202)
#CBC0D0
(203,192,208)
#D2C8D6
(210,200,214)
#D9D0DC
(217,208,220)
#E0D8E2
(224,216,226)
#E7E0E8
(231,224,232)
#EEE8EE
(238,232,238)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA0B8 color. Also use rgb(175,160,184) instead hex code.

Text Font Color

.myTextColor { color: #AFA0B8; }

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

This text font color is #AFA0B8.

Background Color

.myBgColor { background-color: #AFA0B8; }

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

This div background color is #AFA0B8.

Border color

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

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

This div border color is #AFA0B8.

Opacity

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

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

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

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

This text has shadow with #AFA0B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFA0B8.

Preview

Color preview on black background

This text has color #AFA0B8 on black background.


Color preview on white background

This text has color #AFA0B8 on white background.


Black color preview on #AFA0B8 background

This text has black color on #AFA0B8 background.


White color preview on #AFA0B8 background

This text has white color on #AFA0B8 background.


Related colors

Complementary color

Complementary color for #hex is #505F47.


I love getcolorcode.com

Triadic colors

1 #B8AFA0 and #A0B8AF with #AFA0B8 are triadic colors.

2 #B8A0AF and #A0AFB8 with #AFA0B8 are triadic colors.