COLOR #A2BEC3

HEX: #A2BEC3
RGB: (162,190,195)

Color info

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

RGB color model

#A2BEC3 color RGB value is (162,190,195).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 195 of 255 = 76%

162
190
195

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 195 = 547 (100%)
R 162 of 547 ~ 29.62%
G 190 of 547 ~ 34.73%
B 195 of 547 ~ 35.65%

%29.62
%34.73
%35.65

CMYK color model

#A2BEC3 color CMYK value is (17,3,0,24).

  • cyan value is 16.92%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(17,3,0,24)
C17M3Y0K24 
(17%,3%,0%,24%)
(0.17/0.03/0.00/0.24)	

CMYK percentages

%16.92
%2.56
%0
%23.53

Codes

Color #A2BEC3 in popluar color models

A2BEC3
RGB162190195
HSL189°21.57%70.00%
HSB/HSV189°16.92%76.47%
CMYK16.92%2.56%0.00%
23.53%

Color #A2BEC3 in popluar number systems.

HEXA2BEC3
Decimal162190195
Binary101000101011111011000011
Octal242276303

Shades and tints

Shades of #A2BEC3

#A2BEC3
(162,190,195)
#94ADB2
(148,173,178)
#869CA1
(134,156,161)
#788B90
(120,139,144)
#6A7A7F
(106,122,127)
#5C696E
(92,105,110)
#4E585D
(78,88,93)
#40474C
(64,71,76)
#32363B
(50,54,59)
#24252A
(36,37,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #A2BEC3

#A2BEC3
(162,190,195)
#AAC3C8
(170,195,200)
#B2C8CD
(178,200,205)
#BACDD2
(186,205,210)
#C2D2D7
(194,210,215)
#CAD7DC
(202,215,220)
#D2DCE1
(210,220,225)
#DAE1E6
(218,225,230)
#E2E6EB
(226,230,235)
#EAEBF0
(234,235,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEC3; }

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

This text font color is #A2BEC3.


Background Color

.myBgColor { background-color: #A2BEC3; }

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

This div background color is #A2BEC3.


Border color

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

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

This div border color is #A2BEC3.


Opacity

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

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

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

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

This text has shadow with #A2BEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEC3 on black background.


Color preview on white background

This text has color #A2BEC3 on white background.



Black color preview on #A2BEC3 background

This text has black color on #A2BEC3 background.


White color preview on #A2BEC3 background

This text has white color on #A2BEC3 background.