COLOR #A2BEBB

HEX: #A2BEBB
RGB: (162,190,187)

Color info

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

RGB color model

#A2BEBB color RGB value is (162,190,187).

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

RGB channels and saturation

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

162
190
187

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 187 = 539 (100%)
R 162 of 539 ~ 30.06%
G 190 of 539 ~ 35.25%
B 187 of 539 ~ 34.69%

%30.06
%35.25
%34.69

CMYK color model

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

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

CMYK percentages

%14.74
%0
%1.58
%25.49

Codes

Color #A2BEBB in popluar color models

A2BEBB
RGB162190187
HSL174°17.72%69.02%
HSB/HSV174°14.74%74.51%
CMYK14.74%0.00%1.58%
25.49%

Color #A2BEBB in popluar number systems.

HEXA2BEBB
Decimal162190187
Binary101000101011111010111011
Octal242276273

Shades and tints

Shades of #A2BEBB

#A2BEBB
(162,190,187)
#94ADAA
(148,173,170)
#869C99
(134,156,153)
#788B88
(120,139,136)
#6A7A77
(106,122,119)
#5C6966
(92,105,102)
#4E5855
(78,88,85)
#404744
(64,71,68)
#323633
(50,54,51)
#242522
(36,37,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2BEBB

#A2BEBB
(162,190,187)
#AAC3C1
(170,195,193)
#B2C8C7
(178,200,199)
#BACDCD
(186,205,205)
#C2D2D3
(194,210,211)
#CAD7D9
(202,215,217)
#D2DCDF
(210,220,223)
#DAE1E5
(218,225,229)
#E2E6EB
(226,230,235)
#EAEBF1
(234,235,241)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEBB; }

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

This text font color is #A2BEBB.


Background Color

.myBgColor { background-color: #A2BEBB; }

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

This div background color is #A2BEBB.


Border color

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

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

This div border color is #A2BEBB.


Opacity

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

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

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

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

This text has shadow with #A2BEBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEBB on black background.


Color preview on white background

This text has color #A2BEBB on white background.



Black color preview on #A2BEBB background

This text has black color on #A2BEBB background.


White color preview on #A2BEBB background

This text has white color on #A2BEBB background.