COLOR #AFA8C1

HEX: #AFA8C1
RGB: (175,168,193)

Color info

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

RGB color model

#AFA8C1 color RGB value is (175,168,193).

  • red value is 175;
  • green value is 168;
  • blue value is 193.
RGB:
(175,168,193)
(69%,66%,76%)

RGB channels and saturation

R 175 of 255 = 69%
G 168 of 255 = 66%
B 193 of 255 = 76%

175
168
193

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

Portions of RGB colors in percentages

R + G + B =
175 + 168 + 193 = 536 (100%)
R 175 of 536 ~ 32.65%
G 168 of 536 ~ 31.34%
B 193 of 536 ~ 36.01%

%32.65
%31.34
%36.01

CMYK color model

#AFA8C1 color CMYK value is (9,13,0,24).

  • cyan value is 9.33%
  • magenta value is 12.95%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(9,13,0,24)
C9M13Y0K24 
(9%,13%,0%,24%)
(0.09/0.13/0.00/0.24)	

CMYK percentages

%9.33
%12.95
%0
%24.31

Codes

Color #AFA8C1 in popluar color models

AFA8C1
RGB175168193
HSL257°16.78%70.78%
HSB/HSV257°12.95%75.69%
CMYK9.33%12.95%0.00%
24.31%

Color #AFA8C1 in popluar number systems.

HEXAFA8C1
Decimal175168193
Binary101011111010100011000001
Octal257250301

Shades and tints

Shades of #AFA8C1

#AFA8C1
(175,168,193)
#A099B0
(160,153,176)
#918A9F
(145,138,159)
#827B8E
(130,123,142)
#736C7D
(115,108,125)
#645D6C
(100,93,108)
#554E5B
(85,78,91)
#463F4A
(70,63,74)
#373039
(55,48,57)
#282128
(40,33,40)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #AFA8C1

#AFA8C1
(175,168,193)
#B6AFC6
(182,175,198)
#BDB6CB
(189,182,203)
#C4BDD0
(196,189,208)
#CBC4D5
(203,196,213)
#D2CBDA
(210,203,218)
#D9D2DF
(217,210,223)
#E0D9E4
(224,217,228)
#E7E0E9
(231,224,233)
#EEE7EE
(238,231,238)
#F5EEF3
(245,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFA8C1 color. Also use rgb(175,168,193) instead hex code.

Text Font Color

.myTextColor { color: #AFA8C1; }

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

This text font color is #AFA8C1.


Background Color

.myBgColor { background-color: #AFA8C1; }

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

This div background color is #AFA8C1.


Border color

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

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

This div border color is #AFA8C1.


Opacity

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

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

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

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

This text has shadow with #AFA8C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFA8C1 on black background.


Color preview on white background

This text has color #AFA8C1 on white background.



Black color preview on #AFA8C1 background

This text has black color on #AFA8C1 background.


White color preview on #AFA8C1 background

This text has white color on #AFA8C1 background.