COLOR #A5BAA1

HEX: #A5BAA1
RGB: (165,186,161)

Color info

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

RGB color model

#A5BAA1 color RGB value is (165,186,161).

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

RGB channels and saturation

R 165 of 255 = 65%
G 186 of 255 = 73%
B 161 of 255 = 63%

165
186
161

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

Portions of RGB colors in percentages

R + G + B =
165 + 186 + 161 = 512 (100%)
R 165 of 512 ~ 32.23%
G 186 of 512 ~ 36.33%
B 161 of 512 ~ 31.45%

%32.23
%36.33
%31.45

CMYK color model

#A5BAA1 color CMYK value is (11,0,13,27).

  • cyan value is 11.29%
  • magenta value is 0.00%
  • yellow value is 13.44%
  • key color value is 27.06%
CMYK:
(11,0,13,27)
C11M0Y13K27 
(11%,0%,13%,27%)
(0.11/0.00/0.13/0.27)	

CMYK percentages

%11.29
%0
%13.44
%27.06

Codes

Color #A5BAA1 in popluar color models

A5BAA1
RGB165186161
HSL110°15.34%68.04%
HSB/HSV110°13.44%72.94%
CMYK11.29%0.00%13.44%
27.06%

Color #A5BAA1 in popluar number systems.

HEXA5BAA1
Decimal165186161
Binary101001011011101010100001
Octal245272241

Shades and tints

Shades of #A5BAA1

#A5BAA1
(165,186,161)
#96AA93
(150,170,147)
#879A85
(135,154,133)
#788A77
(120,138,119)
#697A69
(105,122,105)
#5A6A5B
(90,106,91)
#4B5A4D
(75,90,77)
#3C4A3F
(60,74,63)
#2D3A31
(45,58,49)
#1E2A23
(30,42,35)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #A5BAA1

#A5BAA1
(165,186,161)
#ADC0A9
(173,192,169)
#B5C6B1
(181,198,177)
#BDCCB9
(189,204,185)
#C5D2C1
(197,210,193)
#CDD8C9
(205,216,201)
#D5DED1
(213,222,209)
#DDE4D9
(221,228,217)
#E5EAE1
(229,234,225)
#EDF0E9
(237,240,233)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BAA1; }

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

This text font color is #A5BAA1.


Background Color

.myBgColor { background-color: #A5BAA1; }

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

This div background color is #A5BAA1.


Border color

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

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

This div border color is #A5BAA1.


Opacity

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

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

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

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

This text has shadow with #A5BAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BAA1 on black background.


Color preview on white background

This text has color #A5BAA1 on white background.



Black color preview on #A5BAA1 background

This text has black color on #A5BAA1 background.


White color preview on #A5BAA1 background

This text has white color on #A5BAA1 background.