COLOR #AFABC0

HEX: #AFABC0
RGB: (175,171,192)

Color info

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

RGB color model

#AFABC0 color RGB value is (175,171,192).

  • red value is 175;
  • green value is 171;
  • blue value is 192.
RGB:
(175,171,192)
(69%,67%,75%)

RGB channels and saturation

R 175 of 255 = 69%
G 171 of 255 = 67%
B 192 of 255 = 75%

175
171
192

R + G + B ~ 70%. #AFABC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 171 + 192 = 538 (100%)
R 175 of 538 ~ 32.53%
G 171 of 538 ~ 31.78%
B 192 of 538 ~ 35.69%

%32.53
%31.78
%35.69

CMYK color model

#AFABC0 color CMYK value is (9,11,0,25).

  • cyan value is 8.85%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(9,11,0,25)
C9M11Y0K25 
(9%,11%,0%,25%)
(0.09/0.11/0.00/0.25)	

CMYK percentages

%8.85
%10.94
%0
%24.71

Codes

Color #AFABC0 in popluar color models

AFABC0
RGB175171192
HSL251°14.29%71.18%
HSB/HSV251°10.94%75.29%
CMYK8.85%10.94%0.00%
24.71%

Color #AFABC0 in popluar number systems.

HEXAFABC0
Decimal175171192
Binary101011111010101111000000
Octal257253300

Shades and tints

Shades of #AFABC0

#AFABC0
(175,171,192)
#A09CAF
(160,156,175)
#918D9E
(145,141,158)
#827E8D
(130,126,141)
#736F7C
(115,111,124)
#64606B
(100,96,107)
#55515A
(85,81,90)
#464249
(70,66,73)
#373338
(55,51,56)
#282427
(40,36,39)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #AFABC0

#AFABC0
(175,171,192)
#B6B2C5
(182,178,197)
#BDB9CA
(189,185,202)
#C4C0CF
(196,192,207)
#CBC7D4
(203,199,212)
#D2CED9
(210,206,217)
#D9D5DE
(217,213,222)
#E0DCE3
(224,220,227)
#E7E3E8
(231,227,232)
#EEEAED
(238,234,237)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFABC0; }

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

This text font color is #AFABC0.


Background Color

.myBgColor { background-color: #AFABC0; }

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

This div background color is #AFABC0.


Border color

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

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

This div border color is #AFABC0.


Opacity

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

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

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

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

This text has shadow with #AFABC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFABC0 on black background.


Color preview on white background

This text has color #AFABC0 on white background.



Black color preview on #AFABC0 background

This text has black color on #AFABC0 background.


White color preview on #AFABC0 background

This text has white color on #AFABC0 background.