COLOR #A5BCC5

HEX: #A5BCC5
RGB: (165,188,197)

Color info

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

RGB color model

#A5BCC5 color RGB value is (165,188,197).

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

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 197 of 255 = 77%

165
188
197

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 197 = 550 (100%)
R 165 of 550 ~ 30%
G 188 of 550 ~ 34.18%
B 197 of 550 ~ 35.82%

%30
%34.18
%35.82

CMYK color model

#A5BCC5 color CMYK value is (16,5,0,23).

  • cyan value is 16.24%
  • magenta value is 4.57%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(16,5,0,23)
C16M5Y0K23 
(16%,5%,0%,23%)
(0.16/0.05/0.00/0.23)	

CMYK percentages

%16.24
%4.57
%0
%22.75

Codes

Color #A5BCC5 in popluar color models

A5BCC5
RGB165188197
HSL197°21.62%70.98%
HSB/HSV197°16.24%77.25%
CMYK16.24%4.57%0.00%
22.75%

Color #A5BCC5 in popluar number systems.

HEXA5BCC5
Decimal165188197
Binary101001011011110011000101
Octal245274305

Shades and tints

Shades of #A5BCC5

#A5BCC5
(165,188,197)
#96ABB4
(150,171,180)
#879AA3
(135,154,163)
#788992
(120,137,146)
#697881
(105,120,129)
#5A6770
(90,103,112)
#4B565F
(75,86,95)
#3C454E
(60,69,78)
#2D343D
(45,52,61)
#1E232C
(30,35,44)
#0F121B
(15,18,27)
#000000
(0,0,0)

Tints of #A5BCC5

#A5BCC5
(165,188,197)
#ADC2CA
(173,194,202)
#B5C8CF
(181,200,207)
#BDCED4
(189,206,212)
#C5D4D9
(197,212,217)
#CDDADE
(205,218,222)
#D5E0E3
(213,224,227)
#DDE6E8
(221,230,232)
#E5ECED
(229,236,237)
#EDF2F2
(237,242,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BCC5; }

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

This text font color is #A5BCC5.


Background Color

.myBgColor { background-color: #A5BCC5; }

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

This div background color is #A5BCC5.


Border color

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

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

This div border color is #A5BCC5.


Opacity

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

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

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

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

This text has shadow with #A5BCC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCC5 on black background.


Color preview on white background

This text has color #A5BCC5 on white background.



Black color preview on #A5BCC5 background

This text has black color on #A5BCC5 background.


White color preview on #A5BCC5 background

This text has white color on #A5BCC5 background.