COLOR #A1EED9

HEX: #A1EED9 RGB: (161,238,217)

Color info

#A1EED9 contains mainly green and blue colors. Web safe color of #A1EED9 is #99FFCC (or #9FC).

RGB color model

#A1EED9 color RGB value is (161,238,217).

RGB: (161,238,217) (63%, 93%, 85%)

RGB channels and saturation

R 161 of 255 = 63%
G 238 of 255 = 93%
B 217 of 255 = 85%

161
238
217

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

Portions of RGB colors in percentages

R + G + B = 161 + 238 + 217 = 616 (100%)
R 161 of 616 ~ 26.14%
G 238 of 616 ~ 38.64%
B 217 of 616 ~ 35.23'%

%26.14
%38.64
%35.23

CMYK color model

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

  • cyan value is 32.35%
  • magenta value is 0.00%
  • yellow value is 8.82%
  • key color value is 6.67%

CMYK: (32,0,9,7)
C32M0Y9K7 (32%, 0%, 9%, 7%)
(0.32 / 0.00 / 0.09 / 0.07)

CMYK percentages

%32.35
%0
%8.82
%6.67

Codes

Color #A1EED9 in popluar color models

A1 EE D9
RGB 161 238 217
HSL 164° 69.37% 78.24%
HSB/HSV 164° 32.35% 93.33%
CMYK 32.35% 0.00% 8.82%
6.67%

Color #A1EED9 in popluar number systems.

HEX A1 EE D9
Decimal 161 238 217
Binary 10100001 11101110 11011001
Octal 241 356 331

Shades and tints

Shades of #A1EED9

#A1EED9
(161,238,217)
#93D9C6
(147,217,198)
#85C4B3
(133,196,179)
#77AFA0
(119,175,160)
#699A8D
(105,154,141)
#5B857A
(91,133,122)
#4D7067
(77,112,103)
#3F5B54
(63,91,84)
#314641
(49,70,65)
#23312E
(35,49,46)
#151C1B
(21,28,27)
#000000
(0,0,0)

Tints of #A1EED9

#A1EED9
(161,238,217)
#A9EFDC
(169,239,220)
#B1F0DF
(177,240,223)
#B9F1E2
(185,241,226)
#C1F2E5
(193,242,229)
#C9F3E8
(201,243,232)
#D1F4EB
(209,244,235)
#D9F5EE
(217,245,238)
#E1F6F1
(225,246,241)
#E9F7F4
(233,247,244)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1EED9 color. Also use rgb(161,238,217) instead hex code.

Text Font Color

.myTextColor { color: #A1EED9; }

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

This text font color is #A1EED9.

Background Color

.myBgColor { background-color: #A1EED9; }

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

This div background color is #A1EED9.

Border color

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

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

This div border color is #A1EED9.

Opacity

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

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

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

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

This text has shadow with #A1EED9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1EED9.

Preview

Color preview on black background

This text has color #A1EED9 on black background.


Color preview on white background

This text has color #A1EED9 on white background.


Black color preview on #A1EED9 background

This text has black color on #A1EED9 background.


White color preview on #A1EED9 background

This text has white color on #A1EED9 background.


Related colors

Complementary color

Complementary color for #hex is #5E1126.


I love getcolorcode.com

Triadic colors

1 #D9A1EE and #EED9A1 with #A1EED9 are triadic colors.

2 #D9EEA1 and #EEA1D9 with #A1EED9 are triadic colors.