COLOR #A2DAE3

HEX: #A2DAE3 RGB: (162,218,227)

Color info

#A2DAE3 contains mainly green and blue colors. Web safe color of #A2DAE3 is #99CCCC (or #9CC).

RGB color model

#A2DAE3 color RGB value is (162,218,227).

RGB: (162,218,227) (64%, 85%, 89%)

RGB channels and saturation

R 162 of 255 = 64%
G 218 of 255 = 85%
B 227 of 255 = 89%

162
218
227

R + G + B ~ 79%. #A2DAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 218 + 227 = 607 (100%)
R 162 of 607 ~ 26.69%
G 218 of 607 ~ 35.91%
B 227 of 607 ~ 37.4'%

%26.69
%35.91
%37.4

CMYK color model

#A2DAE3 color CMYK value is (29,4,0,11).

  • cyan value is 28.63%
  • magenta value is 3.96%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (29,4,0,11)
C29M4Y0K11 (29%, 4%, 0%, 11%)
(0.29 / 0.04 / 0.00 / 0.11)

CMYK percentages

%28.63
%3.96
%0
%10.98

Codes

Color #A2DAE3 in popluar color models

A2 DA E3
RGB 162 218 227
HSL 188° 53.72% 76.27%
HSB/HSV 188° 28.63% 89.02%
CMYK 28.63% 3.96% 0.00%
10.98%

Color #A2DAE3 in popluar number systems.

HEX A2 DA E3
Decimal 162 218 227
Binary 10100010 11011010 11100011
Octal 242 332 343

Shades and tints

Shades of #A2DAE3

#A2DAE3
(162,218,227)
#94C7CF
(148,199,207)
#86B4BB
(134,180,187)
#78A1A7
(120,161,167)
#6A8E93
(106,142,147)
#5C7B7F
(92,123,127)
#4E686B
(78,104,107)
#405557
(64,85,87)
#324243
(50,66,67)
#242F2F
(36,47,47)
#161C1B
(22,28,27)
#000000
(0,0,0)

Tints of #A2DAE3

#A2DAE3
(162,218,227)
#AADDE5
(170,221,229)
#B2E0E7
(178,224,231)
#BAE3E9
(186,227,233)
#C2E6EB
(194,230,235)
#CAE9ED
(202,233,237)
#D2ECEF
(210,236,239)
#DAEFF1
(218,239,241)
#E2F2F3
(226,242,243)
#EAF5F5
(234,245,245)
#F2F8F7
(242,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2DAE3; }

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

This text font color is #A2DAE3.

Background Color

.myBgColor { background-color: #A2DAE3; }

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

This div background color is #A2DAE3.

Border color

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

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

This div border color is #A2DAE3.

Opacity

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

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

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

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

This text has shadow with #A2DAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2DAE3.

Preview

Color preview on black background

This text has color #A2DAE3 on black background.


Color preview on white background

This text has color #A2DAE3 on white background.


Black color preview on #A2DAE3 background

This text has black color on #A2DAE3 background.


White color preview on #A2DAE3 background

This text has white color on #A2DAE3 background.


Related colors

Complementary color

Complementary color for #hex is #5D251C.


I love getcolorcode.com

Triadic colors

1 #E3A2DA and #DAE3A2 with #A2DAE3 are triadic colors.

2 #E3DAA2 and #DAA2E3 with #A2DAE3 are triadic colors.