COLOR #A2BBC9

HEX: #A2BBC9
RGB: (162,187,201)

Color info

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

RGB color model

#A2BBC9 color RGB value is (162,187,201).

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

RGB channels and saturation

R 162 of 255 = 64%
G 187 of 255 = 73%
B 201 of 255 = 79%

162
187
201

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

Portions of RGB colors in percentages

R + G + B =
162 + 187 + 201 = 550 (100%)
R 162 of 550 ~ 29.45%
G 187 of 550 ~ 34%
B 201 of 550 ~ 36.55%

%29.45
%34
%36.55

CMYK color model

#A2BBC9 color CMYK value is (19,7,0,21).

  • cyan value is 19.40%
  • magenta value is 6.97%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(19,7,0,21)
C19M7Y0K21 
(19%,7%,0%,21%)
(0.19/0.07/0.00/0.21)	

CMYK percentages

%19.4
%6.97
%0
%21.18

Codes

Color #A2BBC9 in popluar color models

A2BBC9
RGB162187201
HSL202°26.53%71.18%
HSB/HSV202°19.40%78.82%
CMYK19.40%6.97%0.00%
21.18%

Color #A2BBC9 in popluar number systems.

HEXA2BBC9
Decimal162187201
Binary101000101011101111001001
Octal242273311

Shades and tints

Shades of #A2BBC9

#A2BBC9
(162,187,201)
#94AAB7
(148,170,183)
#8699A5
(134,153,165)
#788893
(120,136,147)
#6A7781
(106,119,129)
#5C666F
(92,102,111)
#4E555D
(78,85,93)
#40444B
(64,68,75)
#323339
(50,51,57)
#242227
(36,34,39)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #A2BBC9

#A2BBC9
(162,187,201)
#AAC1CD
(170,193,205)
#B2C7D1
(178,199,209)
#BACDD5
(186,205,213)
#C2D3D9
(194,211,217)
#CAD9DD
(202,217,221)
#D2DFE1
(210,223,225)
#DAE5E5
(218,229,229)
#E2EBE9
(226,235,233)
#EAF1ED
(234,241,237)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BBC9; }

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

This text font color is #A2BBC9.


Background Color

.myBgColor { background-color: #A2BBC9; }

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

This div background color is #A2BBC9.


Border color

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

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

This div border color is #A2BBC9.


Opacity

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

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

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

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

This text has shadow with #A2BBC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BBC9 on black background.


Color preview on white background

This text has color #A2BBC9 on white background.



Black color preview on #A2BBC9 background

This text has black color on #A2BBC9 background.


White color preview on #A2BBC9 background

This text has white color on #A2BBC9 background.