COLOR #A5BAAD

HEX: #A5BAAD
RGB: (165,186,173)

Color info

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

RGB color model

#A5BAAD color RGB value is (165,186,173).

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

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 173 of 255 = 68%

165
186
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 173 = 524 (100%)
R 165 of 524 ~ 31.49%
G 186 of 524 ~ 35.5%
B 173 of 524 ~ 33.02%

%31.49
%35.5
%33.02

CMYK color model

#A5BAAD color CMYK value is (11,0,7,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 6.99%
  • key color value is 27.06%
CMYK:
(11,0,7,27)
C11M0Y7K27 
(11%,0%,7%,27%)
(0.11/0.00/0.07/0.27)	

CMYK percentages

%11.29
%0
%6.99
%27.06

Codes

Color #A5BAAD in popluar color models

A5BAAD
RGB165186173
HSL143°13.21%68.82%
HSB/HSV143°11.29%72.94%
CMYK11.29%0.00%6.99%
27.06%

Color #A5BAAD in popluar number systems.

HEXA5BAAD
Decimal165186173
Binary101001011011101010101101
Octal245272255

Shades and tints

Shades of #A5BAAD

#A5BAAD
(165,186,173)
#96AA9E
(150,170,158)
#879A8F
(135,154,143)
#788A80
(120,138,128)
#697A71
(105,122,113)
#5A6A62
(90,106,98)
#4B5A53
(75,90,83)
#3C4A44
(60,74,68)
#2D3A35
(45,58,53)
#1E2A26
(30,42,38)
#0F1A17
(15,26,23)
#000000
(0,0,0)

Tints of #A5BAAD

#A5BAAD
(165,186,173)
#ADC0B4
(173,192,180)
#B5C6BB
(181,198,187)
#BDCCC2
(189,204,194)
#C5D2C9
(197,210,201)
#CDD8D0
(205,216,208)
#D5DED7
(213,222,215)
#DDE4DE
(221,228,222)
#E5EAE5
(229,234,229)
#EDF0EC
(237,240,236)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BAAD color. Also use rgb(165,186,173) instead hex code.

Text Font Color

.myTextColor { color: #A5BAAD; }

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

This text font color is #A5BAAD.


Background Color

.myBgColor { background-color: #A5BAAD; }

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

This div background color is #A5BAAD.


Border color

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

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

This div border color is #A5BAAD.


Opacity

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

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

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

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

This text has shadow with #A5BAAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAAD on black background.


Color preview on white background

This text has color #A5BAAD on white background.



Black color preview on #A5BAAD background

This text has black color on #A5BAAD background.


White color preview on #A5BAAD background

This text has white color on #A5BAAD background.