COLOR #A5B6BE

HEX: #A5B6BE
RGB: (165,182,190)

Color info

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

RGB color model

#A5B6BE color RGB value is (165,182,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 182 of 255 = 71%
B 190 of 255 = 75%

165
182
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 182 + 190 = 537 (100%)
R 165 of 537 ~ 30.73%
G 182 of 537 ~ 33.89%
B 190 of 537 ~ 35.38%

%30.73
%33.89
%35.38

CMYK color model

#A5B6BE color CMYK value is (13,4,0,25).

  • cyan value is 13.16%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,4,0,25)
C13M4Y0K25 
(13%,4%,0%,25%)
(0.13/0.04/0.00/0.25)	

CMYK percentages

%13.16
%4.21
%0
%25.49

Codes

Color #A5B6BE in popluar color models

A5B6BE
RGB165182190
HSL199°16.13%69.61%
HSB/HSV199°13.16%74.51%
CMYK13.16%4.21%0.00%
25.49%

Color #A5B6BE in popluar number systems.

HEXA5B6BE
Decimal165182190
Binary101001011011011010111110
Octal245266276

Shades and tints

Shades of #A5B6BE

#A5B6BE
(165,182,190)
#96A6AD
(150,166,173)
#87969C
(135,150,156)
#78868B
(120,134,139)
#69767A
(105,118,122)
#5A6669
(90,102,105)
#4B5658
(75,86,88)
#3C4647
(60,70,71)
#2D3636
(45,54,54)
#1E2625
(30,38,37)
#0F1614
(15,22,20)
#000000
(0,0,0)

Tints of #A5B6BE

#A5B6BE
(165,182,190)
#ADBCC3
(173,188,195)
#B5C2C8
(181,194,200)
#BDC8CD
(189,200,205)
#C5CED2
(197,206,210)
#CDD4D7
(205,212,215)
#D5DADC
(213,218,220)
#DDE0E1
(221,224,225)
#E5E6E6
(229,230,230)
#EDECEB
(237,236,235)
#F5F2F0
(245,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B6BE; }

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

This text font color is #A5B6BE.


Background Color

.myBgColor { background-color: #A5B6BE; }

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

This div background color is #A5B6BE.


Border color

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

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

This div border color is #A5B6BE.


Opacity

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

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

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

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

This text has shadow with #A5B6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B6BE on black background.


Color preview on white background

This text has color #A5B6BE on white background.



Black color preview on #A5B6BE background

This text has black color on #A5B6BE background.


White color preview on #A5B6BE background

This text has white color on #A5B6BE background.