COLOR #A1EAED

HEX: #A1EAED
RGB: (161,234,237)

Color info

#A1EAED contains mainly green and blue colors. Web safe color of #A1EAED is #99FFFF (or #9FF).

RGB color model

#A1EAED color RGB value is (161,234,237).

  • red value is 161;
  • green value is 234;
  • blue value is 237.
RGB:
(161,234,237)
(63%,92%,93%)

RGB channels and saturation

R 161 of 255 = 63%
G 234 of 255 = 92%
B 237 of 255 = 93%

161
234
237

R + G + B ~ 83%. #A1EAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 234 + 237 = 632 (100%)
R 161 of 632 ~ 25.47%
G 234 of 632 ~ 37.03%
B 237 of 632 ~ 37.5%

%25.47
%37.03
%37.5

CMYK color model

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

  • cyan value is 32.07%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(32,1,0,7)
C32M1Y0K7 
(32%,1%,0%,7%)
(0.32/0.01/0.00/0.07)	

CMYK percentages

%32.07
%1.27
%0
%7.06

Codes

Color #A1EAED in popluar color models

A1EAED
RGB161234237
HSL182°67.86%78.04%
HSB/HSV182°32.07%92.94%
CMYK32.07%1.27%0.00%
7.06%

Color #A1EAED in popluar number systems.

HEXA1EAED
Decimal161234237
Binary101000011110101011101101
Octal241352355

Shades and tints

Shades of #A1EAED

#A1EAED
(161,234,237)
#93D5D8
(147,213,216)
#85C0C3
(133,192,195)
#77ABAE
(119,171,174)
#699699
(105,150,153)
#5B8184
(91,129,132)
#4D6C6F
(77,108,111)
#3F575A
(63,87,90)
#314245
(49,66,69)
#232D30
(35,45,48)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #A1EAED

#A1EAED
(161,234,237)
#A9EBEE
(169,235,238)
#B1ECEF
(177,236,239)
#B9EDF0
(185,237,240)
#C1EEF1
(193,238,241)
#C9EFF2
(201,239,242)
#D1F0F3
(209,240,243)
#D9F1F4
(217,241,244)
#E1F2F5
(225,242,245)
#E9F3F6
(233,243,246)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EAED color. Also use rgb(161,234,237) instead hex code.

Text Font Color

.myTextColor { color: #A1EAED; }

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

This text font color is #A1EAED.


Background Color

.myBgColor { background-color: #A1EAED; }

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

This div background color is #A1EAED.


Border color

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

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

This div border color is #A1EAED.


Opacity

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

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

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

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

This text has shadow with #A1EAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EAED on black background.


Color preview on white background

This text has color #A1EAED on white background.



Black color preview on #A1EAED background

This text has black color on #A1EAED background.


White color preview on #A1EAED background

This text has white color on #A1EAED background.