COLOR #A2BBDD

HEX: #A2BBDD
RGB: (162,187,221)

Color info

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

RGB color model

#A2BBDD color RGB value is (162,187,221).

  • red value is 162;
  • green value is 187;
  • blue value is 221.
RGB:
(162,187,221)
(64%,73%,87%)

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 221 of 255 = 87%

162
187
221

R + G + B ~ 75%. #A2BBDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 221 = 570 (100%)
R 162 of 570 ~ 28.42%
G 187 of 570 ~ 32.81%
B 221 of 570 ~ 38.77%

%28.42
%32.81
%38.77

CMYK color model

#A2BBDD color CMYK value is (27,15,0,13).

  • cyan value is 26.70%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(27,15,0,13)
C27M15Y0K13 
(27%,15%,0%,13%)
(0.27/0.15/0.00/0.13)	

CMYK percentages

%26.7
%15.38
%0
%13.33

Codes

Color #A2BBDD in popluar color models

A2BBDD
RGB162187221
HSL215°46.46%75.10%
HSB/HSV215°26.70%86.67%
CMYK26.70%15.38%0.00%
13.33%

Color #A2BBDD in popluar number systems.

HEXA2BBDD
Decimal162187221
Binary101000101011101111011101
Octal242273335

Shades and tints

Shades of #A2BBDD

#A2BBDD
(162,187,221)
#94AAC9
(148,170,201)
#8699B5
(134,153,181)
#7888A1
(120,136,161)
#6A778D
(106,119,141)
#5C6679
(92,102,121)
#4E5565
(78,85,101)
#404451
(64,68,81)
#32333D
(50,51,61)
#242229
(36,34,41)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #A2BBDD

#A2BBDD
(162,187,221)
#AAC1E0
(170,193,224)
#B2C7E3
(178,199,227)
#BACDE6
(186,205,230)
#C2D3E9
(194,211,233)
#CAD9EC
(202,217,236)
#D2DFEF
(210,223,239)
#DAE5F2
(218,229,242)
#E2EBF5
(226,235,245)
#EAF1F8
(234,241,248)
#F2F7FB
(242,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBDD; }

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

This text font color is #A2BBDD.


Background Color

.myBgColor { background-color: #A2BBDD; }

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

This div background color is #A2BBDD.


Border color

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

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

This div border color is #A2BBDD.


Opacity

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

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

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

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

This text has shadow with #A2BBDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BBDD on black background.


Color preview on white background

This text has color #A2BBDD on white background.



Black color preview on #A2BBDD background

This text has black color on #A2BBDD background.


White color preview on #A2BBDD background

This text has white color on #A2BBDD background.