COLOR #A5B9AE

HEX: #A5B9AE
RGB: (165,185,174)

Color info

#A5B9AE contains red, green and blue colors in about the same proportion. Web safe color of #A5B9AE is #99CC99 (or #9C9).

RGB color model

#A5B9AE color RGB value is (165,185,174).

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

RGB channels and saturation

R 165 of 255 = 65%
G 185 of 255 = 73%
B 174 of 255 = 68%

165
185
174

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

Portions of RGB colors in percentages

R + G + B =
165 + 185 + 174 = 524 (100%)
R 165 of 524 ~ 31.49%
G 185 of 524 ~ 35.31%
B 174 of 524 ~ 33.21%

%31.49
%35.31
%33.21

CMYK color model

#A5B9AE color CMYK value is (11,0,6,27).

  • cyan value is 10.81%
  • magenta value is 0.00%
  • yellow value is 5.95%
  • key color value is 27.45%
CMYK:
(11,0,6,27)
C11M0Y6K27 
(11%,0%,6%,27%)
(0.11/0.00/0.06/0.27)	

CMYK percentages

%10.81
%0
%5.95
%27.45

Codes

Color #A5B9AE in popluar color models

A5B9AE
RGB165185174
HSL147°12.50%68.63%
HSB/HSV147°10.81%72.55%
CMYK10.81%0.00%5.95%
27.45%

Color #A5B9AE in popluar number systems.

HEXA5B9AE
Decimal165185174
Binary101001011011100110101110
Octal245271256

Shades and tints

Shades of #A5B9AE

#A5B9AE
(165,185,174)
#96A99F
(150,169,159)
#879990
(135,153,144)
#788981
(120,137,129)
#697972
(105,121,114)
#5A6963
(90,105,99)
#4B5954
(75,89,84)
#3C4945
(60,73,69)
#2D3936
(45,57,54)
#1E2927
(30,41,39)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #A5B9AE

#A5B9AE
(165,185,174)
#ADBFB5
(173,191,181)
#B5C5BC
(181,197,188)
#BDCBC3
(189,203,195)
#C5D1CA
(197,209,202)
#CDD7D1
(205,215,209)
#D5DDD8
(213,221,216)
#DDE3DF
(221,227,223)
#E5E9E6
(229,233,230)
#EDEFED
(237,239,237)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B9AE; }

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

This text font color is #A5B9AE.


Background Color

.myBgColor { background-color: #A5B9AE; }

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

This div background color is #A5B9AE.


Border color

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

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

This div border color is #A5B9AE.


Opacity

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

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

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

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

This text has shadow with #A5B9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B9AE on black background.


Color preview on white background

This text has color #A5B9AE on white background.



Black color preview on #A5B9AE background

This text has black color on #A5B9AE background.


White color preview on #A5B9AE background

This text has white color on #A5B9AE background.