COLOR #A2BEC6

HEX: #A2BEC6
RGB: (162,190,198)

Color info

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

RGB color model

#A2BEC6 color RGB value is (162,190,198).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 198 of 255 = 78%

162
190
198

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 198 = 550 (100%)
R 162 of 550 ~ 29.45%
G 190 of 550 ~ 34.55%
B 198 of 550 ~ 36%

%29.45
%34.55
%36

CMYK color model

#A2BEC6 color CMYK value is (18,4,0,22).

  • cyan value is 18.18%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(18,4,0,22)
C18M4Y0K22 
(18%,4%,0%,22%)
(0.18/0.04/0.00/0.22)	

CMYK percentages

%18.18
%4.04
%0
%22.35

Codes

Color #A2BEC6 in popluar color models

A2BEC6
RGB162190198
HSL193°24.00%70.59%
HSB/HSV193°18.18%77.65%
CMYK18.18%4.04%0.00%
22.35%

Color #A2BEC6 in popluar number systems.

HEXA2BEC6
Decimal162190198
Binary101000101011111011000110
Octal242276306

Shades and tints

Shades of #A2BEC6

#A2BEC6
(162,190,198)
#94ADB4
(148,173,180)
#869CA2
(134,156,162)
#788B90
(120,139,144)
#6A7A7E
(106,122,126)
#5C696C
(92,105,108)
#4E585A
(78,88,90)
#404748
(64,71,72)
#323636
(50,54,54)
#242524
(36,37,36)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #A2BEC6

#A2BEC6
(162,190,198)
#AAC3CB
(170,195,203)
#B2C8D0
(178,200,208)
#BACDD5
(186,205,213)
#C2D2DA
(194,210,218)
#CAD7DF
(202,215,223)
#D2DCE4
(210,220,228)
#DAE1E9
(218,225,233)
#E2E6EE
(226,230,238)
#EAEBF3
(234,235,243)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEC6; }

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

This text font color is #A2BEC6.


Background Color

.myBgColor { background-color: #A2BEC6; }

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

This div background color is #A2BEC6.


Border color

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

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

This div border color is #A2BEC6.


Opacity

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

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

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

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

This text has shadow with #A2BEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEC6 on black background.


Color preview on white background

This text has color #A2BEC6 on white background.



Black color preview on #A2BEC6 background

This text has black color on #A2BEC6 background.


White color preview on #A2BEC6 background

This text has white color on #A2BEC6 background.