COLOR #A3DDE7

HEX: #A3DDE7 RGB: (163,221,231)

Color info

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

RGB color model

#A3DDE7 color RGB value is (163,221,231).

RGB: (163,221,231) (64%, 87%, 91%)

RGB channels and saturation

R 163 of 255 = 64%
G 221 of 255 = 87%
B 231 of 255 = 91%

163
221
231

R + G + B ~ 81%. #A3DDE7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 221 + 231 = 615 (100%)
R 163 of 615 ~ 26.5%
G 221 of 615 ~ 35.93%
B 231 of 615 ~ 37.56'%

%26.5
%35.93
%37.56

CMYK color model

#A3DDE7 color CMYK value is (29,4,0,9).

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

CMYK: (29,4,0,9)
C29M4Y0K9 (29%, 4%, 0%, 9%)
(0.29 / 0.04 / 0.00 / 0.09)

CMYK percentages

%29.44
%4.33
%0
%9.41

Codes

Color #A3DDE7 in popluar color models

A3 DD E7
RGB 163 221 231
HSL 189° 58.62% 77.25%
HSB/HSV 189° 29.44% 90.59%
CMYK 29.44% 4.33% 0.00%
9.41%

Color #A3DDE7 in popluar number systems.

HEX A3 DD E7
Decimal 163 221 231
Binary 10100011 11011101 11100111
Octal 243 335 347

Shades and tints

Shades of #A3DDE7

#A3DDE7
(163,221,231)
#95C9D2
(149,201,210)
#87B5BD
(135,181,189)
#79A1A8
(121,161,168)
#6B8D93
(107,141,147)
#5D797E
(93,121,126)
#4F6569
(79,101,105)
#415154
(65,81,84)
#333D3F
(51,61,63)
#25292A
(37,41,42)
#171515
(23,21,21)
#000000
(0,0,0)

Tints of #A3DDE7

#A3DDE7
(163,221,231)
#ABE0E9
(171,224,233)
#B3E3EB
(179,227,235)
#BBE6ED
(187,230,237)
#C3E9EF
(195,233,239)
#CBECF1
(203,236,241)
#D3EFF3
(211,239,243)
#DBF2F5
(219,242,245)
#E3F5F7
(227,245,247)
#EBF8F9
(235,248,249)
#F3FBFB
(243,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DDE7; }

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

This text font color is #A3DDE7.

Background Color

.myBgColor { background-color: #A3DDE7; }

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

This div background color is #A3DDE7.

Border color

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

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

This div border color is #A3DDE7.

Opacity

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

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

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

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

This text has shadow with #A3DDE7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DDE7.

Preview

Color preview on black background

This text has color #A3DDE7 on black background.


Color preview on white background

This text has color #A3DDE7 on white background.


Black color preview on #A3DDE7 background

This text has black color on #A3DDE7 background.


White color preview on #A3DDE7 background

This text has white color on #A3DDE7 background.


Related colors

Complementary color

Complementary color for #hex is #5C2218.


I love getcolorcode.com

Triadic colors

1 #E7A3DD and #DDE7A3 with #A3DDE7 are triadic colors.

2 #E7DDA3 and #DDA3E7 with #A3DDE7 are triadic colors.