COLOR #A5AFB8

HEX: #A5AFB8
RGB: (165,175,184)

Color info

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

RGB color model

#A5AFB8 color RGB value is (165,175,184).

  • red value is 165;
  • green value is 175;
  • blue value is 184.
RGB:
(165,175,184)
(65%,69%,72%)

RGB channels and saturation

R 165 of 255 = 65%
G 175 of 255 = 69%
B 184 of 255 = 72%

165
175
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 175 + 184 = 524 (100%)
R 165 of 524 ~ 31.49%
G 175 of 524 ~ 33.4%
B 184 of 524 ~ 35.11%

%31.49
%33.4
%35.11

CMYK color model

#A5AFB8 color CMYK value is (10,5,0,28).

  • cyan value is 10.33%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,5,0,28)
C10M5Y0K28 
(10%,5%,0%,28%)
(0.10/0.05/0.00/0.28)	

CMYK percentages

%10.33
%4.89
%0
%27.84

Codes

Color #A5AFB8 in popluar color models

A5AFB8
RGB165175184
HSL208°11.80%68.43%
HSB/HSV208°10.33%72.16%
CMYK10.33%4.89%0.00%
27.84%

Color #A5AFB8 in popluar number systems.

HEXA5AFB8
Decimal165175184
Binary101001011010111110111000
Octal245257270

Shades and tints

Shades of #A5AFB8

#A5AFB8
(165,175,184)
#96A0A8
(150,160,168)
#879198
(135,145,152)
#788288
(120,130,136)
#697378
(105,115,120)
#5A6468
(90,100,104)
#4B5558
(75,85,88)
#3C4648
(60,70,72)
#2D3738
(45,55,56)
#1E2828
(30,40,40)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5AFB8

#A5AFB8
(165,175,184)
#ADB6BE
(173,182,190)
#B5BDC4
(181,189,196)
#BDC4CA
(189,196,202)
#C5CBD0
(197,203,208)
#CDD2D6
(205,210,214)
#D5D9DC
(213,217,220)
#DDE0E2
(221,224,226)
#E5E7E8
(229,231,232)
#EDEEEE
(237,238,238)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AFB8 color. Also use rgb(165,175,184) instead hex code.

Text Font Color

.myTextColor { color: #A5AFB8; }

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

This text font color is #A5AFB8.


Background Color

.myBgColor { background-color: #A5AFB8; }

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

This div background color is #A5AFB8.


Border color

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

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

This div border color is #A5AFB8.


Opacity

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

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

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

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

This text has shadow with #A5AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AFB8 on black background.


Color preview on white background

This text has color #A5AFB8 on white background.



Black color preview on #A5AFB8 background

This text has black color on #A5AFB8 background.


White color preview on #A5AFB8 background

This text has white color on #A5AFB8 background.