COLOR #A5B6BC

HEX: #A5B6BC
RGB: (165,182,188)

Color info

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

RGB color model

#A5B6BC color RGB value is (165,182,188).

  • red value is 165;
  • green value is 182;
  • blue value is 188.
RGB:
(165,182,188)
(65%,71%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 188 of 255 = 74%

165
182
188

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

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 188 = 535 (100%)
R 165 of 535 ~ 30.84%
G 182 of 535 ~ 34.02%
B 188 of 535 ~ 35.14%

%30.84
%34.02
%35.14

CMYK color model

#A5B6BC color CMYK value is (12,3,0,26).

  • cyan value is 12.23%
  • magenta value is 3.19%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,3,0,26)
C12M3Y0K26 
(12%,3%,0%,26%)
(0.12/0.03/0.00/0.26)	

CMYK percentages

%12.23
%3.19
%0
%26.27

Codes

Color #A5B6BC in popluar color models

A5B6BC
RGB165182188
HSL196°14.65%69.22%
HSB/HSV196°12.23%73.73%
CMYK12.23%3.19%0.00%
26.27%

Color #A5B6BC in popluar number systems.

HEXA5B6BC
Decimal165182188
Binary101001011011011010111100
Octal245266274

Shades and tints

Shades of #A5B6BC

#A5B6BC
(165,182,188)
#96A6AB
(150,166,171)
#87969A
(135,150,154)
#788689
(120,134,137)
#697678
(105,118,120)
#5A6667
(90,102,103)
#4B5656
(75,86,86)
#3C4645
(60,70,69)
#2D3634
(45,54,52)
#1E2623
(30,38,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5B6BC

#A5B6BC
(165,182,188)
#ADBCC2
(173,188,194)
#B5C2C8
(181,194,200)
#BDC8CE
(189,200,206)
#C5CED4
(197,206,212)
#CDD4DA
(205,212,218)
#D5DAE0
(213,218,224)
#DDE0E6
(221,224,230)
#E5E6EC
(229,230,236)
#EDECF2
(237,236,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B6BC color. Also use rgb(165,182,188) instead hex code.

Text Font Color

.myTextColor { color: #A5B6BC; }

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

This text font color is #A5B6BC.


Background Color

.myBgColor { background-color: #A5B6BC; }

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

This div background color is #A5B6BC.


Border color

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

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

This div border color is #A5B6BC.


Opacity

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

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

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

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

This text has shadow with #A5B6BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B6BC on black background.


Color preview on white background

This text has color #A5B6BC on white background.



Black color preview on #A5B6BC background

This text has black color on #A5B6BC background.


White color preview on #A5B6BC background

This text has white color on #A5B6BC background.