COLOR #A2B5CA

HEX: #A2B5CA
RGB: (162,181,202)

Color info

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

RGB color model

#A2B5CA color RGB value is (162,181,202).

  • red value is 162;
  • green value is 181;
  • blue value is 202.
RGB:
(162,181,202)
(64%,71%,79%)

RGB channels and saturation

R 162 of 255 = 64%
G 181 of 255 = 71%
B 202 of 255 = 79%

162
181
202

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

Portions of RGB colors in percentages

R + G + B =
162 + 181 + 202 = 545 (100%)
R 162 of 545 ~ 29.72%
G 181 of 545 ~ 33.21%
B 202 of 545 ~ 37.06%

%29.72
%33.21
%37.06

CMYK color model

#A2B5CA color CMYK value is (20,10,0,21).

  • cyan value is 19.80%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(20,10,0,21)
C20M10Y0K21 
(20%,10%,0%,21%)
(0.20/0.10/0.00/0.21)	

CMYK percentages

%19.8
%10.4
%0
%20.78

Codes

Color #A2B5CA in popluar color models

A2B5CA
RGB162181202
HSL212°27.40%71.37%
HSB/HSV212°19.80%79.22%
CMYK19.80%10.40%0.00%
20.78%

Color #A2B5CA in popluar number systems.

HEXA2B5CA
Decimal162181202
Binary101000101011010111001010
Octal242265312

Shades and tints

Shades of #A2B5CA

#A2B5CA
(162,181,202)
#94A5B8
(148,165,184)
#8695A6
(134,149,166)
#788594
(120,133,148)
#6A7582
(106,117,130)
#5C6570
(92,101,112)
#4E555E
(78,85,94)
#40454C
(64,69,76)
#32353A
(50,53,58)
#242528
(36,37,40)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #A2B5CA

#A2B5CA
(162,181,202)
#AABBCE
(170,187,206)
#B2C1D2
(178,193,210)
#BAC7D6
(186,199,214)
#C2CDDA
(194,205,218)
#CAD3DE
(202,211,222)
#D2D9E2
(210,217,226)
#DADFE6
(218,223,230)
#E2E5EA
(226,229,234)
#EAEBEE
(234,235,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B5CA color. Also use rgb(162,181,202) instead hex code.

Text Font Color

.myTextColor { color: #A2B5CA; }

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

This text font color is #A2B5CA.


Background Color

.myBgColor { background-color: #A2B5CA; }

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

This div background color is #A2B5CA.


Border color

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

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

This div border color is #A2B5CA.


Opacity

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

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

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

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

This text has shadow with #A2B5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B5CA on black background.


Color preview on white background

This text has color #A2B5CA on white background.



Black color preview on #A2B5CA background

This text has black color on #A2B5CA background.


White color preview on #A2B5CA background

This text has white color on #A2B5CA background.