COLOR #A2DBF1

HEX: #A2DBF1
RGB: (162,219,241)

Color info

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

RGB color model

#A2DBF1 color RGB value is (162,219,241).

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

RGB channels and saturation

R 162 of 255 = 64%
G 219 of 255 = 86%
B 241 of 255 = 95%

162
219
241

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

Portions of RGB colors in percentages

R + G + B =
162 + 219 + 241 = 622 (100%)
R 162 of 622 ~ 26.05%
G 219 of 622 ~ 35.21%
B 241 of 622 ~ 38.75%

%26.05
%35.21
%38.75

CMYK color model

#A2DBF1 color CMYK value is (33,9,0,5).

  • cyan value is 32.78%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(33,9,0,5)
C33M9Y0K5 
(33%,9%,0%,5%)
(0.33/0.09/0.00/0.05)	

CMYK percentages

%32.78
%9.13
%0
%5.49

Codes

Color #A2DBF1 in popluar color models

A2DBF1
RGB162219241
HSL197°73.83%79.02%
HSB/HSV197°32.78%94.51%
CMYK32.78%9.13%0.00%
5.49%

Color #A2DBF1 in popluar number systems.

HEXA2DBF1
Decimal162219241
Binary101000101101101111110001
Octal242333361

Shades and tints

Shades of #A2DBF1

#A2DBF1
(162,219,241)
#94C8DC
(148,200,220)
#86B5C7
(134,181,199)
#78A2B2
(120,162,178)
#6A8F9D
(106,143,157)
#5C7C88
(92,124,136)
#4E6973
(78,105,115)
#40565E
(64,86,94)
#324349
(50,67,73)
#243034
(36,48,52)
#161D1F
(22,29,31)
#000000
(0,0,0)

Tints of #A2DBF1

#A2DBF1
(162,219,241)
#AADEF2
(170,222,242)
#B2E1F3
(178,225,243)
#BAE4F4
(186,228,244)
#C2E7F5
(194,231,245)
#CAEAF6
(202,234,246)
#D2EDF7
(210,237,247)
#DAF0F8
(218,240,248)
#E2F3F9
(226,243,249)
#EAF6FA
(234,246,250)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DBF1; }

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

This text font color is #A2DBF1.


Background Color

.myBgColor { background-color: #A2DBF1; }

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

This div background color is #A2DBF1.


Border color

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

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

This div border color is #A2DBF1.


Opacity

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

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

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

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

This text has shadow with #A2DBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2DBF1 on black background.


Color preview on white background

This text has color #A2DBF1 on white background.



Black color preview on #A2DBF1 background

This text has black color on #A2DBF1 background.


White color preview on #A2DBF1 background

This text has white color on #A2DBF1 background.