COLOR #A4DAEE

HEX: #A4DAEE RGB: (164,218,238)

Color info

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

RGB color model

#A4DAEE color RGB value is (164,218,238).

RGB: (164,218,238) (64%, 85%, 93%)

RGB channels and saturation

R 164 of 255 = 64%
G 218 of 255 = 85%
B 238 of 255 = 93%

164
218
238

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

Portions of RGB colors in percentages

R + G + B = 164 + 218 + 238 = 620 (100%)
R 164 of 620 ~ 26.45%
G 218 of 620 ~ 35.16%
B 238 of 620 ~ 38.39'%

%26.45
%35.16
%38.39

CMYK color model

#A4DAEE color CMYK value is (31,8,0,7).

  • cyan value is 31.09%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (31,8,0,7)
C31M8Y0K7 (31%, 8%, 0%, 7%)
(0.31 / 0.08 / 0.00 / 0.07)

CMYK percentages

%31.09
%8.4
%0
%6.67

Codes

Color #A4DAEE in popluar color models

A4 DA EE
RGB 164 218 238
HSL 196° 68.52% 78.82%
HSB/HSV 196° 31.09% 93.33%
CMYK 31.09% 8.40% 0.00%
6.67%

Color #A4DAEE in popluar number systems.

HEX A4 DA EE
Decimal 164 218 238
Binary 10100100 11011010 11101110
Octal 244 332 356

Shades and tints

Shades of #A4DAEE

#A4DAEE
(164,218,238)
#96C7D9
(150,199,217)
#88B4C4
(136,180,196)
#7AA1AF
(122,161,175)
#6C8E9A
(108,142,154)
#5E7B85
(94,123,133)
#506870
(80,104,112)
#42555B
(66,85,91)
#344246
(52,66,70)
#262F31
(38,47,49)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #A4DAEE

#A4DAEE
(164,218,238)
#ACDDEF
(172,221,239)
#B4E0F0
(180,224,240)
#BCE3F1
(188,227,241)
#C4E6F2
(196,230,242)
#CCE9F3
(204,233,243)
#D4ECF4
(212,236,244)
#DCEFF5
(220,239,245)
#E4F2F6
(228,242,246)
#ECF5F7
(236,245,247)
#F4F8F8
(244,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4DAEE color. Also use rgb(164,218,238) instead hex code.

Text Font Color

.myTextColor { color: #A4DAEE; }

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

This text font color is #A4DAEE.

Background Color

.myBgColor { background-color: #A4DAEE; }

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

This div background color is #A4DAEE.

Border color

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

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

This div border color is #A4DAEE.

Opacity

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

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

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

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

This text has shadow with #A4DAEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4DAEE.

Preview

Color preview on black background

This text has color #A4DAEE on black background.


Color preview on white background

This text has color #A4DAEE on white background.


Black color preview on #A4DAEE background

This text has black color on #A4DAEE background.


White color preview on #A4DAEE background

This text has white color on #A4DAEE background.


Related colors

Complementary color

Complementary color for #A4DAEE is #5B2511.


I love getcolorcode.com

Triadic colors

1 #EEA4DA and #DAEEA4 with #A4DAEE are triadic colors.

2 #EEDAA4 and #DAA4EE with #A4DAEE are triadic colors.