COLOR #A0AFC6

HEX: #A0AFC6
RGB: (160,175,198)

Color info

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

RGB color model

#A0AFC6 color RGB value is (160,175,198).

  • red value is 160;
  • green value is 175;
  • blue value is 198.
RGB:
(160,175,198)
(63%,69%,78%)

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 198 of 255 = 78%

160
175
198

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 198 = 533 (100%)
R 160 of 533 ~ 30.02%
G 175 of 533 ~ 32.83%
B 198 of 533 ~ 37.15%

%30.02
%32.83
%37.15

CMYK color model

#A0AFC6 color CMYK value is (19,12,0,22).

  • cyan value is 19.19%
  • magenta value is 11.62%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(19,12,0,22)
C19M12Y0K22 
(19%,12%,0%,22%)
(0.19/0.12/0.00/0.22)	

CMYK percentages

%19.19
%11.62
%0
%22.35

Codes

Color #A0AFC6 in popluar color models

A0AFC6
RGB160175198
HSL216°25.00%70.20%
HSB/HSV216°19.19%77.65%
CMYK19.19%11.62%0.00%
22.35%

Color #A0AFC6 in popluar number systems.

HEXA0AFC6
Decimal160175198
Binary101000001010111111000110
Octal240257306

Shades and tints

Shades of #A0AFC6

#A0AFC6
(160,175,198)
#92A0B4
(146,160,180)
#8491A2
(132,145,162)
#768290
(118,130,144)
#68737E
(104,115,126)
#5A646C
(90,100,108)
#4C555A
(76,85,90)
#3E4648
(62,70,72)
#303736
(48,55,54)
#222824
(34,40,36)
#141912
(20,25,18)
#000000
(0,0,0)

Tints of #A0AFC6

#A0AFC6
(160,175,198)
#A8B6CB
(168,182,203)
#B0BDD0
(176,189,208)
#B8C4D5
(184,196,213)
#C0CBDA
(192,203,218)
#C8D2DF
(200,210,223)
#D0D9E4
(208,217,228)
#D8E0E9
(216,224,233)
#E0E7EE
(224,231,238)
#E8EEF3
(232,238,243)
#F0F5F8
(240,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFC6; }

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

This text font color is #A0AFC6.


Background Color

.myBgColor { background-color: #A0AFC6; }

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

This div background color is #A0AFC6.


Border color

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

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

This div border color is #A0AFC6.


Opacity

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

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

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

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

This text has shadow with #A0AFC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AFC6 on black background.


Color preview on white background

This text has color #A0AFC6 on white background.



Black color preview on #A0AFC6 background

This text has black color on #A0AFC6 background.


White color preview on #A0AFC6 background

This text has white color on #A0AFC6 background.