COLOR #A3DDEE

HEX: #A3DDEE RGB: (163,221,238)

Color info

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

RGB color model

#A3DDEE color RGB value is (163,221,238).

RGB: (163,221,238) (64%, 87%, 93%)

RGB channels and saturation

R 163 of 255 = 64%
G 221 of 255 = 87%
B 238 of 255 = 93%

163
221
238

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

Portions of RGB colors in percentages

R + G + B = 163 + 221 + 238 = 622 (100%)
R 163 of 622 ~ 26.21%
G 221 of 622 ~ 35.53%
B 238 of 622 ~ 38.26'%

%26.21
%35.53
%38.26

CMYK color model

#A3DDEE color CMYK value is (32,7,0,7).

  • cyan value is 31.51%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (32,7,0,7)
C32M7Y0K7 (32%, 7%, 0%, 7%)
(0.32 / 0.07 / 0.00 / 0.07)

CMYK percentages

%31.51
%7.14
%0
%6.67

Codes

Color #A3DDEE in popluar color models

A3 DD EE
RGB 163 221 238
HSL 194° 68.81% 78.63%
HSB/HSV 194° 31.51% 93.33%
CMYK 31.51% 7.14% 0.00%
6.67%

Color #A3DDEE in popluar number systems.

HEX A3 DD EE
Decimal 163 221 238
Binary 10100011 11011101 11101110
Octal 243 335 356

Shades and tints

Shades of #A3DDEE

#A3DDEE
(163,221,238)
#95C9D9
(149,201,217)
#87B5C4
(135,181,196)
#79A1AF
(121,161,175)
#6B8D9A
(107,141,154)
#5D7985
(93,121,133)
#4F6570
(79,101,112)
#41515B
(65,81,91)
#333D46
(51,61,70)
#252931
(37,41,49)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #A3DDEE

#A3DDEE
(163,221,238)
#ABE0EF
(171,224,239)
#B3E3F0
(179,227,240)
#BBE6F1
(187,230,241)
#C3E9F2
(195,233,242)
#CBECF3
(203,236,243)
#D3EFF4
(211,239,244)
#DBF2F5
(219,242,245)
#E3F5F6
(227,245,246)
#EBF8F7
(235,248,247)
#F3FBF8
(243,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3DDEE; }

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

This text font color is #A3DDEE.

Background Color

.myBgColor { background-color: #A3DDEE; }

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

This div background color is #A3DDEE.

Border color

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

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

This div border color is #A3DDEE.

Opacity

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

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

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

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

This text has shadow with #A3DDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3DDEE.

Preview

Color preview on black background

This text has color #A3DDEE on black background.


Color preview on white background

This text has color #A3DDEE on white background.


Black color preview on #A3DDEE background

This text has black color on #A3DDEE background.


White color preview on #A3DDEE background

This text has white color on #A3DDEE background.


Related colors

Complementary color

Complementary color for #hex is #5C2211.


I love getcolorcode.com

Triadic colors

1 #EEA3DD and #DDEEA3 with #A3DDEE are triadic colors.

2 #EEDDA3 and #DDA3EE with #A3DDEE are triadic colors.