COLOR #A2DEF9

HEX: #A2DEF9
RGB: (162,222,249)

Color info

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

RGB color model

#A2DEF9 color RGB value is (162,222,249).

  • red value is 162;
  • green value is 222;
  • blue value is 249.
RGB:
(162,222,249)
(64%,87%,98%)

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 249 of 255 = 98%

162
222
249

R + G + B ~ 83%. #A2DEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 222 + 249 = 633 (100%)
R 162 of 633 ~ 25.59%
G 222 of 633 ~ 35.07%
B 249 of 633 ~ 39.34%

%25.59
%35.07
%39.34

CMYK color model

#A2DEF9 color CMYK value is (35,11,0,2).

  • cyan value is 34.94%
  • magenta value is 10.84%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,11,0,2)
C35M11Y0K2 
(35%,11%,0%,2%)
(0.35/0.11/0.00/0.02)	

CMYK percentages

%34.94
%10.84
%0
%2.35

Codes

Color #A2DEF9 in popluar color models

A2DEF9
RGB162222249
HSL199°87.88%80.59%
HSB/HSV199°34.94%97.65%
CMYK34.94%10.84%0.00%
2.35%

Color #A2DEF9 in popluar number systems.

HEXA2DEF9
Decimal162222249
Binary101000101101111011111001
Octal242336371

Shades and tints

Shades of #A2DEF9

#A2DEF9
(162,222,249)
#94CAE3
(148,202,227)
#86B6CD
(134,182,205)
#78A2B7
(120,162,183)
#6A8EA1
(106,142,161)
#5C7A8B
(92,122,139)
#4E6675
(78,102,117)
#40525F
(64,82,95)
#323E49
(50,62,73)
#242A33
(36,42,51)
#16161D
(22,22,29)
#000000
(0,0,0)

Tints of #A2DEF9

#A2DEF9
(162,222,249)
#AAE1F9
(170,225,249)
#B2E4F9
(178,228,249)
#BAE7F9
(186,231,249)
#C2EAF9
(194,234,249)
#CAEDF9
(202,237,249)
#D2F0F9
(210,240,249)
#DAF3F9
(218,243,249)
#E2F6F9
(226,246,249)
#EAF9F9
(234,249,249)
#F2FCF9
(242,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2DEF9 color. Also use rgb(162,222,249) instead hex code.

Text Font Color

.myTextColor { color: #A2DEF9; }

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

This text font color is #A2DEF9.


Background Color

.myBgColor { background-color: #A2DEF9; }

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

This div background color is #A2DEF9.


Border color

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

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

This div border color is #A2DEF9.


Opacity

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

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

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

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

This text has shadow with #A2DEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DEF9 on black background.


Color preview on white background

This text has color #A2DEF9 on white background.



Black color preview on #A2DEF9 background

This text has black color on #A2DEF9 background.


White color preview on #A2DEF9 background

This text has white color on #A2DEF9 background.