COLOR #A4D9EA

HEX: #A4D9EA
RGB: (164,217,234)

Color info

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

RGB color model

#A4D9EA color RGB value is (164,217,234).

  • red value is 164;
  • green value is 217;
  • blue value is 234.
RGB:
(164,217,234)
(64%,85%,92%)

RGB channels and saturation

R 164 of 255 = 64%
G 217 of 255 = 85%
B 234 of 255 = 92%

164
217
234

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

Portions of RGB colors in percentages

R + G + B =
164 + 217 + 234 = 615 (100%)
R 164 of 615 ~ 26.67%
G 217 of 615 ~ 35.28%
B 234 of 615 ~ 38.05%

%26.67
%35.28
%38.05

CMYK color model

#A4D9EA color CMYK value is (30,7,0,8).

  • cyan value is 29.91%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(30,7,0,8)
C30M7Y0K8 
(30%,7%,0%,8%)
(0.30/0.07/0.00/0.08)	

CMYK percentages

%29.91
%7.26
%0
%8.24

Codes

Color #A4D9EA in popluar color models

A4D9EA
RGB164217234
HSL195°62.50%78.04%
HSB/HSV195°29.91%91.76%
CMYK29.91%7.26%0.00%
8.24%

Color #A4D9EA in popluar number systems.

HEXA4D9EA
Decimal164217234
Binary101001001101100111101010
Octal244331352

Shades and tints

Shades of #A4D9EA

#A4D9EA
(164,217,234)
#96C6D5
(150,198,213)
#88B3C0
(136,179,192)
#7AA0AB
(122,160,171)
#6C8D96
(108,141,150)
#5E7A81
(94,122,129)
#50676C
(80,103,108)
#425457
(66,84,87)
#344142
(52,65,66)
#262E2D
(38,46,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #A4D9EA

#A4D9EA
(164,217,234)
#ACDCEB
(172,220,235)
#B4DFEC
(180,223,236)
#BCE2ED
(188,226,237)
#C4E5EE
(196,229,238)
#CCE8EF
(204,232,239)
#D4EBF0
(212,235,240)
#DCEEF1
(220,238,241)
#E4F1F2
(228,241,242)
#ECF4F3
(236,244,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4D9EA color. Also use rgb(164,217,234) instead hex code.

Text Font Color

.myTextColor { color: #A4D9EA; }

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

This text font color is #A4D9EA.


Background Color

.myBgColor { background-color: #A4D9EA; }

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

This div background color is #A4D9EA.


Border color

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

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

This div border color is #A4D9EA.


Opacity

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

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

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

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

This text has shadow with #A4D9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4D9EA on black background.


Color preview on white background

This text has color #A4D9EA on white background.



Black color preview on #A4D9EA background

This text has black color on #A4D9EA background.


White color preview on #A4D9EA background

This text has white color on #A4D9EA background.