COLOR #A5B3C8

HEX: #A5B3C8
RGB: (165,179,200)

Color info

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

RGB color model

#A5B3C8 color RGB value is (165,179,200).

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

RGB channels and saturation

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

165
179
200

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

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 200 = 544 (100%)
R 165 of 544 ~ 30.33%
G 179 of 544 ~ 32.9%
B 200 of 544 ~ 36.76%

%30.33
%32.9
%36.76

CMYK color model

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

  • cyan value is 17.50%
  • magenta value is 10.50%
  • 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
%10.5
%0
%21.57

Codes

Color #A5B3C8 in popluar color models

A5B3C8
RGB165179200
HSL216°24.14%71.57%
HSB/HSV216°17.50%78.43%
CMYK17.50%10.50%0.00%
21.57%

Color #A5B3C8 in popluar number systems.

HEXA5B3C8
Decimal165179200
Binary101001011011001111001000
Octal245263310

Shades and tints

Shades of #A5B3C8

#A5B3C8
(165,179,200)
#96A3B6
(150,163,182)
#8793A4
(135,147,164)
#788392
(120,131,146)
#697380
(105,115,128)
#5A636E
(90,99,110)
#4B535C
(75,83,92)
#3C434A
(60,67,74)
#2D3338
(45,51,56)
#1E2326
(30,35,38)
#0F1314
(15,19,20)
#000000
(0,0,0)

Tints of #A5B3C8

#A5B3C8
(165,179,200)
#ADB9CD
(173,185,205)
#B5BFD2
(181,191,210)
#BDC5D7
(189,197,215)
#C5CBDC
(197,203,220)
#CDD1E1
(205,209,225)
#D5D7E6
(213,215,230)
#DDDDEB
(221,221,235)
#E5E3F0
(229,227,240)
#EDE9F5
(237,233,245)
#F5EFFA
(245,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B3C8; }

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

This text font color is #A5B3C8.


Background Color

.myBgColor { background-color: #A5B3C8; }

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

This div background color is #A5B3C8.


Border color

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

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

This div border color is #A5B3C8.


Opacity

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

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

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

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

This text has shadow with #A5B3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5B3C8 on black background.


Color preview on white background

This text has color #A5B3C8 on white background.



Black color preview on #A5B3C8 background

This text has black color on #A5B3C8 background.


White color preview on #A5B3C8 background

This text has white color on #A5B3C8 background.