COLOR #A5BBB9

HEX: #A5BBB9
RGB: (165,187,185)

Color info

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

RGB color model

#A5BBB9 color RGB value is (165,187,185).

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

RGB channels and saturation

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

165
187
185

R + G + B ~ 70%. #A5BBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 185 = 537 (100%)
R 165 of 537 ~ 30.73%
G 187 of 537 ~ 34.82%
B 185 of 537 ~ 34.45%

%30.73
%34.82
%34.45

CMYK color model

#A5BBB9 color CMYK value is (12,0,1,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 1.07%
  • key color value is 26.67%
CMYK:
(12,0,1,27)
C12M0Y1K27 
(12%,0%,1%,27%)
(0.12/0.00/0.01/0.27)	

CMYK percentages

%11.76
%0
%1.07
%26.67

Codes

Color #A5BBB9 in popluar color models

A5BBB9
RGB165187185
HSL175°13.92%69.02%
HSB/HSV175°11.76%73.33%
CMYK11.76%0.00%1.07%
26.67%

Color #A5BBB9 in popluar number systems.

HEXA5BBB9
Decimal165187185
Binary101001011011101110111001
Octal245273271

Shades and tints

Shades of #A5BBB9

#A5BBB9
(165,187,185)
#96AAA9
(150,170,169)
#879999
(135,153,153)
#788889
(120,136,137)
#697779
(105,119,121)
#5A6669
(90,102,105)
#4B5559
(75,85,89)
#3C4449
(60,68,73)
#2D3339
(45,51,57)
#1E2229
(30,34,41)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #A5BBB9

#A5BBB9
(165,187,185)
#ADC1BF
(173,193,191)
#B5C7C5
(181,199,197)
#BDCDCB
(189,205,203)
#C5D3D1
(197,211,209)
#CDD9D7
(205,217,215)
#D5DFDD
(213,223,221)
#DDE5E3
(221,229,227)
#E5EBE9
(229,235,233)
#EDF1EF
(237,241,239)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBB9; }

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

This text font color is #A5BBB9.


Background Color

.myBgColor { background-color: #A5BBB9; }

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

This div background color is #A5BBB9.


Border color

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

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

This div border color is #A5BBB9.


Opacity

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

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

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

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

This text has shadow with #A5BBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBB9 on black background.


Color preview on white background

This text has color #A5BBB9 on white background.



Black color preview on #A5BBB9 background

This text has black color on #A5BBB9 background.


White color preview on #A5BBB9 background

This text has white color on #A5BBB9 background.