COLOR #A5AEB1

HEX: #A5AEB1
RGB: (165,174,177)

Color info

#A5AEB1 contains red, green and blue colors in about the same proportion. Web safe color of #A5AEB1 is #999999 (or #999).

RGB color model

#A5AEB1 color RGB value is (165,174,177).

  • red value is 165;
  • green value is 174;
  • blue value is 177.
RGB:
(165,174,177)
(65%,68%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 174 of 255 = 68%
B 177 of 255 = 69%

165
174
177

R + G + B ~ 67%. #A5AEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 174 + 177 = 516 (100%)
R 165 of 516 ~ 31.98%
G 174 of 516 ~ 33.72%
B 177 of 516 ~ 34.3%

%31.98
%33.72
%34.3

CMYK color model

#A5AEB1 color CMYK value is (7,2,0,31).

  • cyan value is 6.78%
  • magenta value is 1.69%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(7,2,0,31)
C7M2Y0K31 
(7%,2%,0%,31%)
(0.07/0.02/0.00/0.31)	

CMYK percentages

%6.78
%1.69
%0
%30.59

Codes

Color #A5AEB1 in popluar color models

A5AEB1
RGB165174177
HSL195°7.14%67.06%
HSB/HSV195°6.78%69.41%
CMYK6.78%1.69%0.00%
30.59%

Color #A5AEB1 in popluar number systems.

HEXA5AEB1
Decimal165174177
Binary101001011010111010110001
Octal245256261

Shades and tints

Shades of #A5AEB1

#A5AEB1
(165,174,177)
#969FA1
(150,159,161)
#879091
(135,144,145)
#788181
(120,129,129)
#697271
(105,114,113)
#5A6361
(90,99,97)
#4B5451
(75,84,81)
#3C4541
(60,69,65)
#2D3631
(45,54,49)
#1E2721
(30,39,33)
#0F1811
(15,24,17)
#000000
(0,0,0)

Tints of #A5AEB1

#A5AEB1
(165,174,177)
#ADB5B8
(173,181,184)
#B5BCBF
(181,188,191)
#BDC3C6
(189,195,198)
#C5CACD
(197,202,205)
#CDD1D4
(205,209,212)
#D5D8DB
(213,216,219)
#DDDFE2
(221,223,226)
#E5E6E9
(229,230,233)
#EDEDF0
(237,237,240)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AEB1 color. Also use rgb(165,174,177) instead hex code.

Text Font Color

.myTextColor { color: #A5AEB1; }

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

This text font color is #A5AEB1.


Background Color

.myBgColor { background-color: #A5AEB1; }

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

This div background color is #A5AEB1.


Border color

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

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

This div border color is #A5AEB1.


Opacity

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

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

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

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

This text has shadow with #A5AEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5AEB1 on black background.


Color preview on white background

This text has color #A5AEB1 on white background.



Black color preview on #A5AEB1 background

This text has black color on #A5AEB1 background.


White color preview on #A5AEB1 background

This text has white color on #A5AEB1 background.