COLOR #A8AFC1

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
175
193

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

Portions of RGB colors in percentages

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

%31.34
%32.65
%36.01

CMYK color model

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

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

CMYK percentages

%12.95
%9.33
%0
%24.31

Codes

Color #A8AFC1 in popluar color models

A8AFC1
RGB168175193
HSL223°16.78%70.78%
HSB/HSV223°12.95%75.69%
CMYK12.95%9.33%0.00%
24.31%

Color #A8AFC1 in popluar number systems.

HEXA8AFC1
Decimal168175193
Binary101010001010111111000001
Octal250257301

Shades and tints

Shades of #A8AFC1

#A8AFC1
(168,175,193)
#99A0B0
(153,160,176)
#8A919F
(138,145,159)
#7B828E
(123,130,142)
#6C737D
(108,115,125)
#5D646C
(93,100,108)
#4E555B
(78,85,91)
#3F464A
(63,70,74)
#303739
(48,55,57)
#212828
(33,40,40)
#121917
(18,25,23)
#000000
(0,0,0)

Tints of #A8AFC1

#A8AFC1
(168,175,193)
#AFB6C6
(175,182,198)
#B6BDCB
(182,189,203)
#BDC4D0
(189,196,208)
#C4CBD5
(196,203,213)
#CBD2DA
(203,210,218)
#D2D9DF
(210,217,223)
#D9E0E4
(217,224,228)
#E0E7E9
(224,231,233)
#E7EEEE
(231,238,238)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AFC1; }

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

This text font color is #A8AFC1.


Background Color

.myBgColor { background-color: #A8AFC1; }

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

This div background color is #A8AFC1.


Border color

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

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

This div border color is #A8AFC1.


Opacity

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

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

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

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

This text has shadow with #A8AFC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AFC1 on black background.


Color preview on white background

This text has color #A8AFC1 on white background.



Black color preview on #A8AFC1 background

This text has black color on #A8AFC1 background.


White color preview on #A8AFC1 background

This text has white color on #A8AFC1 background.