COLOR #A5BBA7

HEX: #A5BBA7
RGB: (165,187,167)

Color info

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

RGB color model

#A5BBA7 color RGB value is (165,187,167).

  • red value is 165;
  • green value is 187;
  • blue value is 167.
RGB:
(165,187,167)
(65%,73%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 167 of 255 = 65%

165
187
167

R + G + B ~ 68%. #A5BBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 167 = 519 (100%)
R 165 of 519 ~ 31.79%
G 187 of 519 ~ 36.03%
B 167 of 519 ~ 32.18%

%31.79
%36.03
%32.18

CMYK color model

#A5BBA7 color CMYK value is (12,0,11,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%
CMYK:
(12,0,11,27)
C12M0Y11K27 
(12%,0%,11%,27%)
(0.12/0.00/0.11/0.27)	

CMYK percentages

%11.76
%0
%10.7
%26.67

Codes

Color #A5BBA7 in popluar color models

A5BBA7
RGB165187167
HSL125°13.92%69.02%
HSB/HSV125°11.76%73.33%
CMYK11.76%0.00%10.70%
26.67%

Color #A5BBA7 in popluar number systems.

HEXA5BBA7
Decimal165187167
Binary101001011011101110100111
Octal245273247

Shades and tints

Shades of #A5BBA7

#A5BBA7
(165,187,167)
#96AA98
(150,170,152)
#879989
(135,153,137)
#78887A
(120,136,122)
#69776B
(105,119,107)
#5A665C
(90,102,92)
#4B554D
(75,85,77)
#3C443E
(60,68,62)
#2D332F
(45,51,47)
#1E2220
(30,34,32)
#0F1111
(15,17,17)
#000000
(0,0,0)

Tints of #A5BBA7

#A5BBA7
(165,187,167)
#ADC1AF
(173,193,175)
#B5C7B7
(181,199,183)
#BDCDBF
(189,205,191)
#C5D3C7
(197,211,199)
#CDD9CF
(205,217,207)
#D5DFD7
(213,223,215)
#DDE5DF
(221,229,223)
#E5EBE7
(229,235,231)
#EDF1EF
(237,241,239)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BBA7 color. Also use rgb(165,187,167) instead hex code.

Text Font Color

.myTextColor { color: #A5BBA7; }

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

This text font color is #A5BBA7.


Background Color

.myBgColor { background-color: #A5BBA7; }

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

This div background color is #A5BBA7.


Border color

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

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

This div border color is #A5BBA7.


Opacity

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

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

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

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

This text has shadow with #A5BBA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBA7 on black background.


Color preview on white background

This text has color #A5BBA7 on white background.



Black color preview on #A5BBA7 background

This text has black color on #A5BBA7 background.


White color preview on #A5BBA7 background

This text has white color on #A5BBA7 background.