COLOR #A2AFBD

HEX: #A2AFBD
RGB: (162,175,189)

Color info

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

RGB color model

#A2AFBD color RGB value is (162,175,189).

  • red value is 162;
  • green value is 175;
  • blue value is 189.
RGB:
(162,175,189)
(64%,69%,74%)

RGB channels and saturation

R 162 of 255 = 64%
G 175 of 255 = 69%
B 189 of 255 = 74%

162
175
189

R + G + B ~ 69%. #A2AFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 175 + 189 = 526 (100%)
R 162 of 526 ~ 30.8%
G 175 of 526 ~ 33.27%
B 189 of 526 ~ 35.93%

%30.8
%33.27
%35.93

CMYK color model

#A2AFBD color CMYK value is (14,7,0,26).

  • cyan value is 14.29%
  • magenta value is 7.41%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(14,7,0,26)
C14M7Y0K26 
(14%,7%,0%,26%)
(0.14/0.07/0.00/0.26)	

CMYK percentages

%14.29
%7.41
%0
%25.88

Codes

Color #A2AFBD in popluar color models

A2AFBD
RGB162175189
HSL211°16.98%68.82%
HSB/HSV211°14.29%74.12%
CMYK14.29%7.41%0.00%
25.88%

Color #A2AFBD in popluar number systems.

HEXA2AFBD
Decimal162175189
Binary101000101010111110111101
Octal242257275

Shades and tints

Shades of #A2AFBD

#A2AFBD
(162,175,189)
#94A0AC
(148,160,172)
#86919B
(134,145,155)
#78828A
(120,130,138)
#6A7379
(106,115,121)
#5C6468
(92,100,104)
#4E5557
(78,85,87)
#404646
(64,70,70)
#323735
(50,55,53)
#242824
(36,40,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #A2AFBD

#A2AFBD
(162,175,189)
#AAB6C3
(170,182,195)
#B2BDC9
(178,189,201)
#BAC4CF
(186,196,207)
#C2CBD5
(194,203,213)
#CAD2DB
(202,210,219)
#D2D9E1
(210,217,225)
#DAE0E7
(218,224,231)
#E2E7ED
(226,231,237)
#EAEEF3
(234,238,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2AFBD color. Also use rgb(162,175,189) instead hex code.

Text Font Color

.myTextColor { color: #A2AFBD; }

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

This text font color is #A2AFBD.


Background Color

.myBgColor { background-color: #A2AFBD; }

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

This div background color is #A2AFBD.


Border color

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

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

This div border color is #A2AFBD.


Opacity

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

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

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

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

This text has shadow with #A2AFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2AFBD on black background.


Color preview on white background

This text has color #A2AFBD on white background.



Black color preview on #A2AFBD background

This text has black color on #A2AFBD background.


White color preview on #A2AFBD background

This text has white color on #A2AFBD background.