COLOR #A2DEF8

HEX: #A2DEF8
RGB: (162,222,248)

Color info

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

RGB color model

#A2DEF8 color RGB value is (162,222,248).

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

RGB channels and saturation

R 162 of 255 = 64%
G 222 of 255 = 87%
B 248 of 255 = 97%

162
222
248

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

Portions of RGB colors in percentages

R + G + B =
162 + 222 + 248 = 632 (100%)
R 162 of 632 ~ 25.63%
G 222 of 632 ~ 35.13%
B 248 of 632 ~ 39.24%

%25.63
%35.13
%39.24

CMYK color model

#A2DEF8 color CMYK value is (35,10,0,3).

  • cyan value is 34.68%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(35,10,0,3)
C35M10Y0K3 
(35%,10%,0%,3%)
(0.35/0.10/0.00/0.03)	

CMYK percentages

%34.68
%10.48
%0
%2.75

Codes

Color #A2DEF8 in popluar color models

A2DEF8
RGB162222248
HSL198°86.00%80.39%
HSB/HSV198°34.68%97.25%
CMYK34.68%10.48%0.00%
2.75%

Color #A2DEF8 in popluar number systems.

HEXA2DEF8
Decimal162222248
Binary101000101101111011111000
Octal242336370

Shades and tints

Shades of #A2DEF8

#A2DEF8
(162,222,248)
#94CAE2
(148,202,226)
#86B6CC
(134,182,204)
#78A2B6
(120,162,182)
#6A8EA0
(106,142,160)
#5C7A8A
(92,122,138)
#4E6674
(78,102,116)
#40525E
(64,82,94)
#323E48
(50,62,72)
#242A32
(36,42,50)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #A2DEF8

#A2DEF8
(162,222,248)
#AAE1F8
(170,225,248)
#B2E4F8
(178,228,248)
#BAE7F8
(186,231,248)
#C2EAF8
(194,234,248)
#CAEDF8
(202,237,248)
#D2F0F8
(210,240,248)
#DAF3F8
(218,243,248)
#E2F6F8
(226,246,248)
#EAF9F8
(234,249,248)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DEF8; }

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

This text font color is #A2DEF8.


Background Color

.myBgColor { background-color: #A2DEF8; }

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

This div background color is #A2DEF8.


Border color

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

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

This div border color is #A2DEF8.


Opacity

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

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

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

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

This text has shadow with #A2DEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DEF8 on black background.


Color preview on white background

This text has color #A2DEF8 on white background.



Black color preview on #A2DEF8 background

This text has black color on #A2DEF8 background.


White color preview on #A2DEF8 background

This text has white color on #A2DEF8 background.