COLOR #A5BBB8

HEX: #A5BBB8
RGB: (165,187,184)

Color info

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

RGB color model

#A5BBB8 color RGB value is (165,187,184).

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

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 184 of 255 = 72%

165
187
184

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

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 184 = 536 (100%)
R 165 of 536 ~ 30.78%
G 187 of 536 ~ 34.89%
B 184 of 536 ~ 34.33%

%30.78
%34.89
%34.33

CMYK color model

#A5BBB8 color CMYK value is (12,0,2,27).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 1.60%
  • key color value is 26.67%
CMYK:
(12,0,2,27)
C12M0Y2K27 
(12%,0%,2%,27%)
(0.12/0.00/0.02/0.27)	

CMYK percentages

%11.76
%0
%1.6
%26.67

Codes

Color #A5BBB8 in popluar color models

A5BBB8
RGB165187184
HSL172°13.92%69.02%
HSB/HSV172°11.76%73.33%
CMYK11.76%0.00%1.60%
26.67%

Color #A5BBB8 in popluar number systems.

HEXA5BBB8
Decimal165187184
Binary101001011011101110111000
Octal245273270

Shades and tints

Shades of #A5BBB8

#A5BBB8
(165,187,184)
#96AAA8
(150,170,168)
#879998
(135,153,152)
#788888
(120,136,136)
#697778
(105,119,120)
#5A6668
(90,102,104)
#4B5558
(75,85,88)
#3C4448
(60,68,72)
#2D3338
(45,51,56)
#1E2228
(30,34,40)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #A5BBB8

#A5BBB8
(165,187,184)
#ADC1BE
(173,193,190)
#B5C7C4
(181,199,196)
#BDCDCA
(189,205,202)
#C5D3D0
(197,211,208)
#CDD9D6
(205,217,214)
#D5DFDC
(213,223,220)
#DDE5E2
(221,229,226)
#E5EBE8
(229,235,232)
#EDF1EE
(237,241,238)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBB8; }

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

This text font color is #A5BBB8.


Background Color

.myBgColor { background-color: #A5BBB8; }

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

This div background color is #A5BBB8.


Border color

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

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

This div border color is #A5BBB8.


Opacity

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

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

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

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

This text has shadow with #A5BBB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBB8 on black background.


Color preview on white background

This text has color #A5BBB8 on white background.



Black color preview on #A5BBB8 background

This text has black color on #A5BBB8 background.


White color preview on #A5BBB8 background

This text has white color on #A5BBB8 background.