COLOR #A2BBCC

HEX: #A2BBCC RGB: (162,187,204)

Color info

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

RGB color model

#A2BBCC color RGB value is (162,187,204).

RGB: (162,187,204) (64%, 73%, 80%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 204 of 255 = 80%

162
187
204

R + G + B ~ 72%. #A2BBCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 187 + 204 = 553 (100%)
R 162 of 553 ~ 29.29%
G 187 of 553 ~ 33.82%
B 204 of 553 ~ 36.89'%

%29.29
%33.82
%36.89

CMYK color model

#A2BBCC color CMYK value is (21,8,0,20).

  • cyan value is 20.59%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (21,8,0,20)
C21M8Y0K20 (21%, 8%, 0%, 20%)
(0.21 / 0.08 / 0.00 / 0.20)

CMYK percentages

%20.59
%8.33
%0
%20

Codes

Color #A2BBCC in popluar color models

A2 BB CC
RGB 162 187 204
HSL 204° 29.17% 71.76%
HSB/HSV 204° 20.59% 80.00%
CMYK 20.59% 8.33% 0.00%
20.00%

Color #A2BBCC in popluar number systems.

HEX A2 BB CC
Decimal 162 187 204
Binary 10100010 10111011 11001100
Octal 242 273 314

Shades and tints

Shades of #A2BBCC

#A2BBCC
(162,187,204)
#94AABA
(148,170,186)
#8699A8
(134,153,168)
#788896
(120,136,150)
#6A7784
(106,119,132)
#5C6672
(92,102,114)
#4E5560
(78,85,96)
#40444E
(64,68,78)
#32333C
(50,51,60)
#24222A
(36,34,42)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #A2BBCC

#A2BBCC
(162,187,204)
#AAC1D0
(170,193,208)
#B2C7D4
(178,199,212)
#BACDD8
(186,205,216)
#C2D3DC
(194,211,220)
#CAD9E0
(202,217,224)
#D2DFE4
(210,223,228)
#DAE5E8
(218,229,232)
#E2EBEC
(226,235,236)
#EAF1F0
(234,241,240)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BBCC color. Also use rgb(162,187,204) instead hex code.

Text Font Color

.myTextColor { color: #A2BBCC; }

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

This text font color is #A2BBCC.

Background Color

.myBgColor { background-color: #A2BBCC; }

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

This div background color is #A2BBCC.

Border color

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

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

This div border color is #A2BBCC.

Opacity

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

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

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

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

This text has shadow with #A2BBCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BBCC.

Preview

Color preview on black background

This text has color #A2BBCC on black background.


Color preview on white background

This text has color #A2BBCC on white background.


Black color preview on #A2BBCC background

This text has black color on #A2BBCC background.


White color preview on #A2BBCC background

This text has white color on #A2BBCC background.


Related colors

Complementary color

Complementary color for #hex is #5D4433.


I love getcolorcode.com

Triadic colors

1 #CCA2BB and #BBCCA2 with #A2BBCC are triadic colors.

2 #CCBBA2 and #BBA2CC with #A2BBCC are triadic colors.