COLOR #A2B0C3

HEX: #A2B0C3 RGB: (162,176,195)

Color info

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

RGB color model

#A2B0C3 color RGB value is (162,176,195).

RGB: (162,176,195) (64%, 69%, 76%)

RGB channels and saturation

R 162 of 255 = 64%
G 176 of 255 = 69%
B 195 of 255 = 76%

162
176
195

R + G + B ~ 70%. #A2B0C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 176 + 195 = 533 (100%)
R 162 of 533 ~ 30.39%
G 176 of 533 ~ 33.02%
B 195 of 533 ~ 36.59'%

%30.39
%33.02
%36.59

CMYK color model

#A2B0C3 color CMYK value is (17,10,0,24).

  • cyan value is 16.92%
  • magenta value is 9.74%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (17,10,0,24)
C17M10Y0K24 (17%, 10%, 0%, 24%)
(0.17 / 0.10 / 0.00 / 0.24)

CMYK percentages

%16.92
%9.74
%0
%23.53

Codes

Color #A2B0C3 in popluar color models

A2 B0 C3
RGB 162 176 195
HSL 215° 21.57% 70.00%
HSB/HSV 215° 16.92% 76.47%
CMYK 16.92% 9.74% 0.00%
23.53%

Color #A2B0C3 in popluar number systems.

HEX A2 B0 C3
Decimal 162 176 195
Binary 10100010 10110000 11000011
Octal 242 260 303

Shades and tints

Shades of #A2B0C3

#A2B0C3
(162,176,195)
#94A0B2
(148,160,178)
#8690A1
(134,144,161)
#788090
(120,128,144)
#6A707F
(106,112,127)
#5C606E
(92,96,110)
#4E505D
(78,80,93)
#40404C
(64,64,76)
#32303B
(50,48,59)
#24202A
(36,32,42)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #A2B0C3

#A2B0C3
(162,176,195)
#AAB7C8
(170,183,200)
#B2BECD
(178,190,205)
#BAC5D2
(186,197,210)
#C2CCD7
(194,204,215)
#CAD3DC
(202,211,220)
#D2DAE1
(210,218,225)
#DAE1E6
(218,225,230)
#E2E8EB
(226,232,235)
#EAEFF0
(234,239,240)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B0C3 color. Also use rgb(162,176,195) instead hex code.

Text Font Color

.myTextColor { color: #A2B0C3; }

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

This text font color is #A2B0C3.

Background Color

.myBgColor { background-color: #A2B0C3; }

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

This div background color is #A2B0C3.

Border color

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

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

This div border color is #A2B0C3.

Opacity

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

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

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

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

This text has shadow with #A2B0C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2B0C3.

Preview

Color preview on black background

This text has color #A2B0C3 on black background.


Color preview on white background

This text has color #A2B0C3 on white background.


Black color preview on #A2B0C3 background

This text has black color on #A2B0C3 background.


White color preview on #A2B0C3 background

This text has white color on #A2B0C3 background.


Related colors

Complementary color

Complementary color for #hex is #5D4F3C.


I love getcolorcode.com

Triadic colors

1 #C3A2B0 and #B0C3A2 with #A2B0C3 are triadic colors.

2 #C3B0A2 and #B0A2C3 with #A2B0C3 are triadic colors.