COLOR #A3DAE7

HEX: #A3DAE7 RGB: (163,218,231)

Color info

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

RGB color model

#A3DAE7 color RGB value is (163,218,231).

RGB: (163,218,231) (64%, 85%, 91%)

RGB channels and saturation

R 163 of 255 = 64%
G 218 of 255 = 85%
B 231 of 255 = 91%

163
218
231

R + G + B ~ 80%. #A3DAE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 218 + 231 = 612 (100%)
R 163 of 612 ~ 26.63%
G 218 of 612 ~ 35.62%
B 231 of 612 ~ 37.75'%

%26.63
%35.62
%37.75

CMYK color model

#A3DAE7 color CMYK value is (29,6,0,9).

  • cyan value is 29.44%
  • magenta value is 5.63%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (29,6,0,9)
C29M6Y0K9 (29%, 6%, 0%, 9%)
(0.29 / 0.06 / 0.00 / 0.09)

CMYK percentages

%29.44
%5.63
%0
%9.41

Codes

Color #A3DAE7 in popluar color models

A3 DA E7
RGB 163 218 231
HSL 191° 58.62% 77.25%
HSB/HSV 191° 29.44% 90.59%
CMYK 29.44% 5.63% 0.00%
9.41%

Color #A3DAE7 in popluar number systems.

HEX A3 DA E7
Decimal 163 218 231
Binary 10100011 11011010 11100111
Octal 243 332 347

Shades and tints

Shades of #A3DAE7

#A3DAE7
(163,218,231)
#95C7D2
(149,199,210)
#87B4BD
(135,180,189)
#79A1A8
(121,161,168)
#6B8E93
(107,142,147)
#5D7B7E
(93,123,126)
#4F6869
(79,104,105)
#415554
(65,85,84)
#33423F
(51,66,63)
#252F2A
(37,47,42)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #A3DAE7

#A3DAE7
(163,218,231)
#ABDDE9
(171,221,233)
#B3E0EB
(179,224,235)
#BBE3ED
(187,227,237)
#C3E6EF
(195,230,239)
#CBE9F1
(203,233,241)
#D3ECF3
(211,236,243)
#DBEFF5
(219,239,245)
#E3F2F7
(227,242,247)
#EBF5F9
(235,245,249)
#F3F8FB
(243,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A3DAE7 color. Also use rgb(163,218,231) instead hex code.

Text Font Color

.myTextColor { color: #A3DAE7; }

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

This text font color is #A3DAE7.

Background Color

.myBgColor { background-color: #A3DAE7; }

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

This div background color is #A3DAE7.

Border color

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

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

This div border color is #A3DAE7.

Opacity

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

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

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

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

This text has shadow with #A3DAE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DAE7.

Preview

Color preview on black background

This text has color #A3DAE7 on black background.


Color preview on white background

This text has color #A3DAE7 on white background.


Black color preview on #A3DAE7 background

This text has black color on #A3DAE7 background.


White color preview on #A3DAE7 background

This text has white color on #A3DAE7 background.


Related colors

Complementary color

Complementary color for #hex is #5C2518.


I love getcolorcode.com

Triadic colors

1 #E7A3DA and #DAE7A3 with #A3DAE7 are triadic colors.

2 #E7DAA3 and #DAA3E7 with #A3DAE7 are triadic colors.