COLOR #AFA6C8

HEX: #AFA6C8
RGB: (175,166,200)

Color info

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

RGB color model

#AFA6C8 color RGB value is (175,166,200).

  • red value is 175;
  • green value is 166;
  • blue value is 200.
RGB:
(175,166,200)
(69%,65%,78%)

RGB channels and saturation

R 175 of 255 = 69%
G 166 of 255 = 65%
B 200 of 255 = 78%

175
166
200

R + G + B ~ 71%. #AFA6C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 166 + 200 = 541 (100%)
R 175 of 541 ~ 32.35%
G 166 of 541 ~ 30.68%
B 200 of 541 ~ 36.97%

%32.35
%30.68
%36.97

CMYK color model

#AFA6C8 color CMYK value is (13,17,0,22).

  • cyan value is 12.50%
  • magenta value is 17.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(13,17,0,22)
C13M17Y0K22 
(13%,17%,0%,22%)
(0.13/0.17/0.00/0.22)	

CMYK percentages

%12.5
%17
%0
%21.57

Codes

Color #AFA6C8 in popluar color models

AFA6C8
RGB175166200
HSL256°23.61%71.76%
HSB/HSV256°17.00%78.43%
CMYK12.50%17.00%0.00%
21.57%

Color #AFA6C8 in popluar number systems.

HEXAFA6C8
Decimal175166200
Binary101011111010011011001000
Octal257246310

Shades and tints

Shades of #AFA6C8

#AFA6C8
(175,166,200)
#A097B6
(160,151,182)
#9188A4
(145,136,164)
#827992
(130,121,146)
#736A80
(115,106,128)
#645B6E
(100,91,110)
#554C5C
(85,76,92)
#463D4A
(70,61,74)
#372E38
(55,46,56)
#281F26
(40,31,38)
#191014
(25,16,20)
#000000
(0,0,0)

Tints of #AFA6C8

#AFA6C8
(175,166,200)
#B6AECD
(182,174,205)
#BDB6D2
(189,182,210)
#C4BED7
(196,190,215)
#CBC6DC
(203,198,220)
#D2CEE1
(210,206,225)
#D9D6E6
(217,214,230)
#E0DEEB
(224,222,235)
#E7E6F0
(231,230,240)
#EEEEF5
(238,238,245)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA6C8 color. Also use rgb(175,166,200) instead hex code.

Text Font Color

.myTextColor { color: #AFA6C8; }

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

This text font color is #AFA6C8.


Background Color

.myBgColor { background-color: #AFA6C8; }

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

This div background color is #AFA6C8.


Border color

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

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

This div border color is #AFA6C8.


Opacity

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

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

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

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

This text has shadow with #AFA6C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA6C8 on black background.


Color preview on white background

This text has color #AFA6C8 on white background.



Black color preview on #AFA6C8 background

This text has black color on #AFA6C8 background.


White color preview on #AFA6C8 background

This text has white color on #AFA6C8 background.