COLOR #A2BEB8

HEX: #A2BEB8
RGB: (162,190,184)

Color info

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

RGB color model

#A2BEB8 color RGB value is (162,190,184).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 184 of 255 = 72%

162
190
184

R + G + B ~ 70%. #A2BEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 184 = 536 (100%)
R 162 of 536 ~ 30.22%
G 190 of 536 ~ 35.45%
B 184 of 536 ~ 34.33%

%30.22
%35.45
%34.33

CMYK color model

#A2BEB8 color CMYK value is (15,0,3,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK:
(15,0,3,25)
C15M0Y3K25 
(15%,0%,3%,25%)
(0.15/0.00/0.03/0.25)	

CMYK percentages

%14.74
%0
%3.16
%25.49

Codes

Color #A2BEB8 in popluar color models

A2BEB8
RGB162190184
HSL167°17.72%69.02%
HSB/HSV167°14.74%74.51%
CMYK14.74%0.00%3.16%
25.49%

Color #A2BEB8 in popluar number systems.

HEXA2BEB8
Decimal162190184
Binary101000101011111010111000
Octal242276270

Shades and tints

Shades of #A2BEB8

#A2BEB8
(162,190,184)
#94ADA8
(148,173,168)
#869C98
(134,156,152)
#788B88
(120,139,136)
#6A7A78
(106,122,120)
#5C6968
(92,105,104)
#4E5858
(78,88,88)
#404748
(64,71,72)
#323638
(50,54,56)
#242528
(36,37,40)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #A2BEB8

#A2BEB8
(162,190,184)
#AAC3BE
(170,195,190)
#B2C8C4
(178,200,196)
#BACDCA
(186,205,202)
#C2D2D0
(194,210,208)
#CAD7D6
(202,215,214)
#D2DCDC
(210,220,220)
#DAE1E2
(218,225,226)
#E2E6E8
(226,230,232)
#EAEBEE
(234,235,238)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEB8; }

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

This text font color is #A2BEB8.


Background Color

.myBgColor { background-color: #A2BEB8; }

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

This div background color is #A2BEB8.


Border color

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

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

This div border color is #A2BEB8.


Opacity

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

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

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

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

This text has shadow with #A2BEB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEB8 on black background.


Color preview on white background

This text has color #A2BEB8 on white background.



Black color preview on #A2BEB8 background

This text has black color on #A2BEB8 background.


White color preview on #A2BEB8 background

This text has white color on #A2BEB8 background.