COLOR #A2EBE1

HEX: #A2EBE1
RGB: (162,235,225)

Color info

#A2EBE1 contains mainly green and blue colors. Web safe color of #A2EBE1 is #99FFCC (or #9FC).

RGB color model

#A2EBE1 color RGB value is (162,235,225).

  • red value is 162;
  • green value is 235;
  • blue value is 225.
RGB:
(162,235,225)
(64%,92%,88%)

RGB channels and saturation

R 162 of 255 = 64%
G 235 of 255 = 92%
B 225 of 255 = 88%

162
235
225

R + G + B ~ 81%. #A2EBE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 235 + 225 = 622 (100%)
R 162 of 622 ~ 26.05%
G 235 of 622 ~ 37.78%
B 225 of 622 ~ 36.17%

%26.05
%37.78
%36.17

CMYK color model

#A2EBE1 color CMYK value is (31,0,4,8).

  • cyan value is 31.06%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(31,0,4,8)
C31M0Y4K8 
(31%,0%,4%,8%)
(0.31/0.00/0.04/0.08)	

CMYK percentages

%31.06
%0
%4.26
%7.84

Codes

Color #A2EBE1 in popluar color models

A2EBE1
RGB162235225
HSL172°64.60%77.84%
HSB/HSV172°31.06%92.16%
CMYK31.06%0.00%4.26%
7.84%

Color #A2EBE1 in popluar number systems.

HEXA2EBE1
Decimal162235225
Binary101000101110101111100001
Octal242353341

Shades and tints

Shades of #A2EBE1

#A2EBE1
(162,235,225)
#94D6CD
(148,214,205)
#86C1B9
(134,193,185)
#78ACA5
(120,172,165)
#6A9791
(106,151,145)
#5C827D
(92,130,125)
#4E6D69
(78,109,105)
#405855
(64,88,85)
#324341
(50,67,65)
#242E2D
(36,46,45)
#161919
(22,25,25)
#000000
(0,0,0)

Tints of #A2EBE1

#A2EBE1
(162,235,225)
#AAECE3
(170,236,227)
#B2EDE5
(178,237,229)
#BAEEE7
(186,238,231)
#C2EFE9
(194,239,233)
#CAF0EB
(202,240,235)
#D2F1ED
(210,241,237)
#DAF2EF
(218,242,239)
#E2F3F1
(226,243,241)
#EAF4F3
(234,244,243)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2EBE1 color. Also use rgb(162,235,225) instead hex code.

Text Font Color

.myTextColor { color: #A2EBE1; }

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

This text font color is #A2EBE1.


Background Color

.myBgColor { background-color: #A2EBE1; }

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

This div background color is #A2EBE1.


Border color

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

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

This div border color is #A2EBE1.


Opacity

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

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

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

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

This text has shadow with #A2EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2EBE1 on black background.


Color preview on white background

This text has color #A2EBE1 on white background.



Black color preview on #A2EBE1 background

This text has black color on #A2EBE1 background.


White color preview on #A2EBE1 background

This text has white color on #A2EBE1 background.