COLOR #A5BCC2

HEX: #A5BCC2
RGB: (165,188,194)

Color info

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

RGB color model

#A5BCC2 color RGB value is (165,188,194).

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

RGB channels and saturation

R 165 of 255 = 65%
G 188 of 255 = 74%
B 194 of 255 = 76%

165
188
194

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

Portions of RGB colors in percentages

R + G + B =
165 + 188 + 194 = 547 (100%)
R 165 of 547 ~ 30.16%
G 188 of 547 ~ 34.37%
B 194 of 547 ~ 35.47%

%30.16
%34.37
%35.47

CMYK color model

#A5BCC2 color CMYK value is (15,3,0,24).

  • cyan value is 14.95%
  • magenta value is 3.09%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(15,3,0,24)
C15M3Y0K24 
(15%,3%,0%,24%)
(0.15/0.03/0.00/0.24)	

CMYK percentages

%14.95
%3.09
%0
%23.92

Codes

Color #A5BCC2 in popluar color models

A5BCC2
RGB165188194
HSL192°19.21%70.39%
HSB/HSV192°14.95%76.08%
CMYK14.95%3.09%0.00%
23.92%

Color #A5BCC2 in popluar number systems.

HEXA5BCC2
Decimal165188194
Binary101001011011110011000010
Octal245274302

Shades and tints

Shades of #A5BCC2

#A5BCC2
(165,188,194)
#96ABB1
(150,171,177)
#879AA0
(135,154,160)
#78898F
(120,137,143)
#69787E
(105,120,126)
#5A676D
(90,103,109)
#4B565C
(75,86,92)
#3C454B
(60,69,75)
#2D343A
(45,52,58)
#1E2329
(30,35,41)
#0F1218
(15,18,24)
#000000
(0,0,0)

Tints of #A5BCC2

#A5BCC2
(165,188,194)
#ADC2C7
(173,194,199)
#B5C8CC
(181,200,204)
#BDCED1
(189,206,209)
#C5D4D6
(197,212,214)
#CDDADB
(205,218,219)
#D5E0E0
(213,224,224)
#DDE6E5
(221,230,229)
#E5ECEA
(229,236,234)
#EDF2EF
(237,242,239)
#F5F8F4
(245,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BCC2; }

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

This text font color is #A5BCC2.


Background Color

.myBgColor { background-color: #A5BCC2; }

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

This div background color is #A5BCC2.


Border color

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

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

This div border color is #A5BCC2.


Opacity

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

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

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

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

This text has shadow with #A5BCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BCC2 on black background.


Color preview on white background

This text has color #A5BCC2 on white background.



Black color preview on #A5BCC2 background

This text has black color on #A5BCC2 background.


White color preview on #A5BCC2 background

This text has white color on #A5BCC2 background.