COLOR #A5B8AF

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

165
184
175

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

Portions of RGB colors in percentages

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

%31.49
%35.11
%33.4

CMYK color model

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

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

CMYK percentages

%10.33
%0
%4.89
%27.84

Codes

Color #A5B8AF in popluar color models

A5B8AF
RGB165184175
HSL152°11.80%68.43%
HSB/HSV152°10.33%72.16%
CMYK10.33%0.00%4.89%
27.84%

Color #A5B8AF in popluar number systems.

HEXA5B8AF
Decimal165184175
Binary101001011011100010101111
Octal245270257

Shades and tints

Shades of #A5B8AF

#A5B8AF
(165,184,175)
#96A8A0
(150,168,160)
#879891
(135,152,145)
#788882
(120,136,130)
#697873
(105,120,115)
#5A6864
(90,104,100)
#4B5855
(75,88,85)
#3C4846
(60,72,70)
#2D3837
(45,56,55)
#1E2828
(30,40,40)
#0F1819
(15,24,25)
#000000
(0,0,0)

Tints of #A5B8AF

#A5B8AF
(165,184,175)
#ADBEB6
(173,190,182)
#B5C4BD
(181,196,189)
#BDCAC4
(189,202,196)
#C5D0CB
(197,208,203)
#CDD6D2
(205,214,210)
#D5DCD9
(213,220,217)
#DDE2E0
(221,226,224)
#E5E8E7
(229,232,231)
#EDEEEE
(237,238,238)
#F5F4F5
(245,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B8AF; }

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

This text font color is #A5B8AF.


Background Color

.myBgColor { background-color: #A5B8AF; }

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

This div background color is #A5B8AF.


Border color

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

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

This div border color is #A5B8AF.


Opacity

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

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

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

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

This text has shadow with #A5B8AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B8AF on black background.


Color preview on white background

This text has color #A5B8AF on white background.



Black color preview on #A5B8AF background

This text has black color on #A5B8AF background.


White color preview on #A5B8AF background

This text has white color on #A5B8AF background.