COLOR #A2BABE

HEX: #A2BABE
RGB: (162,186,190)

Color info

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

RGB color model

#A2BABE color RGB value is (162,186,190).

  • red value is 162;
  • green value is 186;
  • blue value is 190.
RGB:
(162,186,190)
(64%,73%,75%)

RGB channels and saturation

R 162 of 255 = 64%
G 186 of 255 = 73%
B 190 of 255 = 75%

162
186
190

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

Portions of RGB colors in percentages

R + G + B =
162 + 186 + 190 = 538 (100%)
R 162 of 538 ~ 30.11%
G 186 of 538 ~ 34.57%
B 190 of 538 ~ 35.32%

%30.11
%34.57
%35.32

CMYK color model

#A2BABE color CMYK value is (15,2,0,25).

  • cyan value is 14.74%
  • magenta value is 2.11%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(15,2,0,25)
C15M2Y0K25 
(15%,2%,0%,25%)
(0.15/0.02/0.00/0.25)	

CMYK percentages

%14.74
%2.11
%0
%25.49

Codes

Color #A2BABE in popluar color models

A2BABE
RGB162186190
HSL189°17.72%69.02%
HSB/HSV189°14.74%74.51%
CMYK14.74%2.11%0.00%
25.49%

Color #A2BABE in popluar number systems.

HEXA2BABE
Decimal162186190
Binary101000101011101010111110
Octal242272276

Shades and tints

Shades of #A2BABE

#A2BABE
(162,186,190)
#94AAAD
(148,170,173)
#869A9C
(134,154,156)
#788A8B
(120,138,139)
#6A7A7A
(106,122,122)
#5C6A69
(92,106,105)
#4E5A58
(78,90,88)
#404A47
(64,74,71)
#323A36
(50,58,54)
#242A25
(36,42,37)
#161A14
(22,26,20)
#000000
(0,0,0)

Tints of #A2BABE

#A2BABE
(162,186,190)
#AAC0C3
(170,192,195)
#B2C6C8
(178,198,200)
#BACCCD
(186,204,205)
#C2D2D2
(194,210,210)
#CAD8D7
(202,216,215)
#D2DEDC
(210,222,220)
#DAE4E1
(218,228,225)
#E2EAE6
(226,234,230)
#EAF0EB
(234,240,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2BABE color. Also use rgb(162,186,190) instead hex code.

Text Font Color

.myTextColor { color: #A2BABE; }

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

This text font color is #A2BABE.


Background Color

.myBgColor { background-color: #A2BABE; }

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

This div background color is #A2BABE.


Border color

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

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

This div border color is #A2BABE.


Opacity

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

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

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

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

This text has shadow with #A2BABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BABE on black background.


Color preview on white background

This text has color #A2BABE on white background.



Black color preview on #A2BABE background

This text has black color on #A2BABE background.


White color preview on #A2BABE background

This text has white color on #A2BABE background.