COLOR #A0AFC5

HEX: #A0AFC5
RGB: (160,175,197)

Color info

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

RGB color model

#A0AFC5 color RGB value is (160,175,197).

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

RGB channels and saturation

R 160 of 255 = 63%
G 175 of 255 = 69%
B 197 of 255 = 77%

160
175
197

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

Portions of RGB colors in percentages

R + G + B =
160 + 175 + 197 = 532 (100%)
R 160 of 532 ~ 30.08%
G 175 of 532 ~ 32.89%
B 197 of 532 ~ 37.03%

%30.08
%32.89
%37.03

CMYK color model

#A0AFC5 color CMYK value is (19,11,0,23).

  • cyan value is 18.78%
  • magenta value is 11.17%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(19,11,0,23)
C19M11Y0K23 
(19%,11%,0%,23%)
(0.19/0.11/0.00/0.23)	

CMYK percentages

%18.78
%11.17
%0
%22.75

Codes

Color #A0AFC5 in popluar color models

A0AFC5
RGB160175197
HSL216°24.18%70.00%
HSB/HSV216°18.78%77.25%
CMYK18.78%11.17%0.00%
22.75%

Color #A0AFC5 in popluar number systems.

HEXA0AFC5
Decimal160175197
Binary101000001010111111000101
Octal240257305

Shades and tints

Shades of #A0AFC5

#A0AFC5
(160,175,197)
#92A0B4
(146,160,180)
#8491A3
(132,145,163)
#768292
(118,130,146)
#687381
(104,115,129)
#5A6470
(90,100,112)
#4C555F
(76,85,95)
#3E464E
(62,70,78)
#30373D
(48,55,61)
#22282C
(34,40,44)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #A0AFC5

#A0AFC5
(160,175,197)
#A8B6CA
(168,182,202)
#B0BDCF
(176,189,207)
#B8C4D4
(184,196,212)
#C0CBD9
(192,203,217)
#C8D2DE
(200,210,222)
#D0D9E3
(208,217,227)
#D8E0E8
(216,224,232)
#E0E7ED
(224,231,237)
#E8EEF2
(232,238,242)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0AFC5; }

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

This text font color is #A0AFC5.


Background Color

.myBgColor { background-color: #A0AFC5; }

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

This div background color is #A0AFC5.


Border color

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

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

This div border color is #A0AFC5.


Opacity

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

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

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

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

This text has shadow with #A0AFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0AFC5 on black background.


Color preview on white background

This text has color #A0AFC5 on white background.



Black color preview on #A0AFC5 background

This text has black color on #A0AFC5 background.


White color preview on #A0AFC5 background

This text has white color on #A0AFC5 background.