COLOR #A5BBC7

HEX: #A5BBC7
RGB: (165,187,199)

Color info

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

RGB color model

#A5BBC7 color RGB value is (165,187,199).

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

RGB channels and saturation

R 165 of 255 = 65%
G 187 of 255 = 73%
B 199 of 255 = 78%

165
187
199

R + G + B ~ 72%. #A5BBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 187 + 199 = 551 (100%)
R 165 of 551 ~ 29.95%
G 187 of 551 ~ 33.94%
B 199 of 551 ~ 36.12%

%29.95
%33.94
%36.12

CMYK color model

#A5BBC7 color CMYK value is (17,6,0,22).

  • cyan value is 17.09%
  • magenta value is 6.03%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(17,6,0,22)
C17M6Y0K22 
(17%,6%,0%,22%)
(0.17/0.06/0.00/0.22)	

CMYK percentages

%17.09
%6.03
%0
%21.96

Codes

Color #A5BBC7 in popluar color models

A5BBC7
RGB165187199
HSL201°23.29%71.37%
HSB/HSV201°17.09%78.04%
CMYK17.09%6.03%0.00%
21.96%

Color #A5BBC7 in popluar number systems.

HEXA5BBC7
Decimal165187199
Binary101001011011101111000111
Octal245273307

Shades and tints

Shades of #A5BBC7

#A5BBC7
(165,187,199)
#96AAB5
(150,170,181)
#8799A3
(135,153,163)
#788891
(120,136,145)
#69777F
(105,119,127)
#5A666D
(90,102,109)
#4B555B
(75,85,91)
#3C4449
(60,68,73)
#2D3337
(45,51,55)
#1E2225
(30,34,37)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #A5BBC7

#A5BBC7
(165,187,199)
#ADC1CC
(173,193,204)
#B5C7D1
(181,199,209)
#BDCDD6
(189,205,214)
#C5D3DB
(197,211,219)
#CDD9E0
(205,217,224)
#D5DFE5
(213,223,229)
#DDE5EA
(221,229,234)
#E5EBEF
(229,235,239)
#EDF1F4
(237,241,244)
#F5F7F9
(245,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BBC7; }

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

This text font color is #A5BBC7.


Background Color

.myBgColor { background-color: #A5BBC7; }

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

This div background color is #A5BBC7.


Border color

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

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

This div border color is #A5BBC7.


Opacity

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

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

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

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

This text has shadow with #A5BBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BBC7 on black background.


Color preview on white background

This text has color #A5BBC7 on white background.



Black color preview on #A5BBC7 background

This text has black color on #A5BBC7 background.


White color preview on #A5BBC7 background

This text has white color on #A5BBC7 background.