COLOR #A5B3CA

HEX: #A5B3CA
RGB: (165,179,202)

Color info

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

RGB color model

#A5B3CA color RGB value is (165,179,202).

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

RGB channels and saturation

R 165 of 255 = 65%
G 179 of 255 = 70%
B 202 of 255 = 79%

165
179
202

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

Portions of RGB colors in percentages

R + G + B =
165 + 179 + 202 = 546 (100%)
R 165 of 546 ~ 30.22%
G 179 of 546 ~ 32.78%
B 202 of 546 ~ 37%

%30.22
%32.78
%37

CMYK color model

#A5B3CA color CMYK value is (18,11,0,21).

  • cyan value is 18.32%
  • magenta value is 11.39%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (18,11,0,21) C18M11Y0K21 (18%,11%,0%,21%) (0.18/0.11/0.00/0.21)

CMYK percentages

%18.32
%11.39
%0
%20.78

Codes

Color #A5B3CA in popluar color models

A5B3CA
RGB165179202
HSL217°25.87%71.96%
HSB/HSV217°18.32%79.22%
CMYK18.32%11.39%0.00%
20.78%

Color #A5B3CA in popluar number systems.

HEXA5B3CA
Decimal165179202
Binary101001011011001111001010
Octal245263312

Shades and tints

Shades of #A5B3CA

#A5B3CA
(165,179,202)
#96A3B8
(150,163,184)
#8793A6
(135,147,166)
#788394
(120,131,148)
#697382
(105,115,130)
#5A6370
(90,99,112)
#4B535E
(75,83,94)
#3C434C
(60,67,76)
#2D333A
(45,51,58)
#1E2328
(30,35,40)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #A5B3CA

#A5B3CA
(165,179,202)
#ADB9CE
(173,185,206)
#B5BFD2
(181,191,210)
#BDC5D6
(189,197,214)
#C5CBDA
(197,203,218)
#CDD1DE
(205,209,222)
#D5D7E2
(213,215,226)
#DDDDE6
(221,221,230)
#E5E3EA
(229,227,234)
#EDE9EE
(237,233,238)
#F5EFF2
(245,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5B3CA; }

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

This text font color is #A5B3CA.


Background Color

.myBgColor { background-color: #A5B3CA; }

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

This div background color is #A5B3CA.


Border color

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

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

This div border color is #A5B3CA.


Opacity

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

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

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

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

This text has shadow with #A5B3CA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A5B3CA on black background.


Color preview on white background

This text has color #A5B3CA on white background.



Black color preview on #A5B3CA background

This text has black color on #A5B3CA background.


White color preview on #A5B3CA background

This text has white color on #A5B3CA background.