COLOR #A2E3EB

HEX: #A2E3EB
RGB: (162,227,235)

Color info

#A2E3EB contains mainly green and blue colors. Web safe color of #A2E3EB is #99CCFF (or #9CF).

RGB color model

#A2E3EB color RGB value is (162,227,235).

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

RGB channels and saturation

R 162 of 255 = 64%
G 227 of 255 = 89%
B 235 of 255 = 92%

162
227
235

R + G + B ~ 82%. #A2E3EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 227 + 235 = 624 (100%)
R 162 of 624 ~ 25.96%
G 227 of 624 ~ 36.38%
B 235 of 624 ~ 37.66%

%25.96
%36.38
%37.66

CMYK color model

#A2E3EB color CMYK value is (31,3,0,8).

  • cyan value is 31.06%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(31,3,0,8)
C31M3Y0K8 
(31%,3%,0%,8%)
(0.31/0.03/0.00/0.08)	

CMYK percentages

%31.06
%3.4
%0
%7.84

Codes

Color #A2E3EB in popluar color models

A2E3EB
RGB162227235
HSL187°64.60%77.84%
HSB/HSV187°31.06%92.16%
CMYK31.06%3.40%0.00%
7.84%

Color #A2E3EB in popluar number systems.

HEXA2E3EB
Decimal162227235
Binary101000101110001111101011
Octal242343353

Shades and tints

Shades of #A2E3EB

#A2E3EB
(162,227,235)
#94CFD6
(148,207,214)
#86BBC1
(134,187,193)
#78A7AC
(120,167,172)
#6A9397
(106,147,151)
#5C7F82
(92,127,130)
#4E6B6D
(78,107,109)
#405758
(64,87,88)
#324343
(50,67,67)
#242F2E
(36,47,46)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #A2E3EB

#A2E3EB
(162,227,235)
#AAE5EC
(170,229,236)
#B2E7ED
(178,231,237)
#BAE9EE
(186,233,238)
#C2EBEF
(194,235,239)
#CAEDF0
(202,237,240)
#D2EFF1
(210,239,241)
#DAF1F2
(218,241,242)
#E2F3F3
(226,243,243)
#EAF5F4
(234,245,244)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2E3EB; }

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

This text font color is #A2E3EB.


Background Color

.myBgColor { background-color: #A2E3EB; }

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

This div background color is #A2E3EB.


Border color

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

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

This div border color is #A2E3EB.


Opacity

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

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

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

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

This text has shadow with #A2E3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2E3EB on black background.


Color preview on white background

This text has color #A2E3EB on white background.



Black color preview on #A2E3EB background

This text has black color on #A2E3EB background.


White color preview on #A2E3EB background

This text has white color on #A2E3EB background.