COLOR #A2DBF9

HEX: #A2DBF9
RGB: (162,219,249)

Color info

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

RGB color model

#A2DBF9 color RGB value is (162,219,249).

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

RGB channels and saturation

R 162 of 255 = 64%
G 219 of 255 = 86%
B 249 of 255 = 98%

162
219
249

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

Portions of RGB colors in percentages

R + G + B =
162 + 219 + 249 = 630 (100%)
R 162 of 630 ~ 25.71%
G 219 of 630 ~ 34.76%
B 249 of 630 ~ 39.52%

%25.71
%34.76
%39.52

CMYK color model

#A2DBF9 color CMYK value is (35,12,0,2).

  • cyan value is 34.94%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(35,12,0,2)
C35M12Y0K2 
(35%,12%,0%,2%)
(0.35/0.12/0.00/0.02)	

CMYK percentages

%34.94
%12.05
%0
%2.35

Codes

Color #A2DBF9 in popluar color models

A2DBF9
RGB162219249
HSL201°87.88%80.59%
HSB/HSV201°34.94%97.65%
CMYK34.94%12.05%0.00%
2.35%

Color #A2DBF9 in popluar number systems.

HEXA2DBF9
Decimal162219249
Binary101000101101101111111001
Octal242333371

Shades and tints

Shades of #A2DBF9

#A2DBF9
(162,219,249)
#94C8E3
(148,200,227)
#86B5CD
(134,181,205)
#78A2B7
(120,162,183)
#6A8FA1
(106,143,161)
#5C7C8B
(92,124,139)
#4E6975
(78,105,117)
#40565F
(64,86,95)
#324349
(50,67,73)
#243033
(36,48,51)
#161D1D
(22,29,29)
#000000
(0,0,0)

Tints of #A2DBF9

#A2DBF9
(162,219,249)
#AADEF9
(170,222,249)
#B2E1F9
(178,225,249)
#BAE4F9
(186,228,249)
#C2E7F9
(194,231,249)
#CAEAF9
(202,234,249)
#D2EDF9
(210,237,249)
#DAF0F9
(218,240,249)
#E2F3F9
(226,243,249)
#EAF6F9
(234,246,249)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DBF9; }

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

This text font color is #A2DBF9.


Background Color

.myBgColor { background-color: #A2DBF9; }

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

This div background color is #A2DBF9.


Border color

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

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

This div border color is #A2DBF9.


Opacity

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

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

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

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

This text has shadow with #A2DBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DBF9 on black background.


Color preview on white background

This text has color #A2DBF9 on white background.



Black color preview on #A2DBF9 background

This text has black color on #A2DBF9 background.


White color preview on #A2DBF9 background

This text has white color on #A2DBF9 background.