COLOR #A5B2C8

HEX: #A5B2C8
RGB: (165,178,200)

Color info

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

RGB color model

#A5B2C8 color RGB value is (165,178,200).

  • red value is 165;
  • green value is 178;
  • blue value is 200.
RGB:
(165,178,200)
(65%,70%,78%)

RGB channels and saturation

R 165 of 255 = 65%
G 178 of 255 = 70%
B 200 of 255 = 78%

165
178
200

R + G + B ~ 71%. #A5B2C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 178 + 200 = 543 (100%)
R 165 of 543 ~ 30.39%
G 178 of 543 ~ 32.78%
B 200 of 543 ~ 36.83%

%30.39
%32.78
%36.83

CMYK color model

#A5B2C8 color CMYK value is (18,11,0,22).

  • cyan value is 17.50%
  • magenta value is 11.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(18,11,0,22)
C18M11Y0K22 
(18%,11%,0%,22%)
(0.18/0.11/0.00/0.22)	

CMYK percentages

%17.5
%11
%0
%21.57

Codes

Color #A5B2C8 in popluar color models

A5B2C8
RGB165178200
HSL218°24.14%71.57%
HSB/HSV218°17.50%78.43%
CMYK17.50%11.00%0.00%
21.57%

Color #A5B2C8 in popluar number systems.

HEXA5B2C8
Decimal165178200
Binary101001011011001011001000
Octal245262310

Shades and tints

Shades of #A5B2C8

#A5B2C8
(165,178,200)
#96A2B6
(150,162,182)
#8792A4
(135,146,164)
#788292
(120,130,146)
#697280
(105,114,128)
#5A626E
(90,98,110)
#4B525C
(75,82,92)
#3C424A
(60,66,74)
#2D3238
(45,50,56)
#1E2226
(30,34,38)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A5B2C8

#A5B2C8
(165,178,200)
#ADB9CD
(173,185,205)
#B5C0D2
(181,192,210)
#BDC7D7
(189,199,215)
#C5CEDC
(197,206,220)
#CDD5E1
(205,213,225)
#D5DCE6
(213,220,230)
#DDE3EB
(221,227,235)
#E5EAF0
(229,234,240)
#EDF1F5
(237,241,245)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5B2C8 color. Also use rgb(165,178,200) instead hex code.

Text Font Color

.myTextColor { color: #A5B2C8; }

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

This text font color is #A5B2C8.


Background Color

.myBgColor { background-color: #A5B2C8; }

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

This div background color is #A5B2C8.


Border color

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

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

This div border color is #A5B2C8.


Opacity

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

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

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

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

This text has shadow with #A5B2C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B2C8 on black background.


Color preview on white background

This text has color #A5B2C8 on white background.



Black color preview on #A5B2C8 background

This text has black color on #A5B2C8 background.


White color preview on #A5B2C8 background

This text has white color on #A5B2C8 background.