COLOR #A1EDC8

HEX: #A1EDC8
RGB: (161,237,200)

Color info

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

RGB color model

#A1EDC8 color RGB value is (161,237,200).

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

RGB channels and saturation

R 161 of 255 = 63%
G 237 of 255 = 93%
B 200 of 255 = 78%

161
237
200

R + G + B ~ 78%. #A1EDC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 237 + 200 = 598 (100%)
R 161 of 598 ~ 26.92%
G 237 of 598 ~ 39.63%
B 200 of 598 ~ 33.44%

%26.92
%39.63
%33.44

CMYK color model

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

  • cyan value is 32.07%
  • magenta value is 0.00%
  • yellow value is 15.61%
  • key color value is 7.06%
CMYK:
(32,0,16,7)
C32M0Y16K7 
(32%,0%,16%,7%)
(0.32/0.00/0.16/0.07)	

CMYK percentages

%32.07
%0
%15.61
%7.06

Codes

Color #A1EDC8 in popluar color models

A1EDC8
RGB161237200
HSL151°67.86%78.04%
HSB/HSV151°32.07%92.94%
CMYK32.07%0.00%15.61%
7.06%

Color #A1EDC8 in popluar number systems.

HEXA1EDC8
Decimal161237200
Binary101000011110110111001000
Octal241355310

Shades and tints

Shades of #A1EDC8

#A1EDC8
(161,237,200)
#93D8B6
(147,216,182)
#85C3A4
(133,195,164)
#77AE92
(119,174,146)
#699980
(105,153,128)
#5B846E
(91,132,110)
#4D6F5C
(77,111,92)
#3F5A4A
(63,90,74)
#314538
(49,69,56)
#233026
(35,48,38)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #A1EDC8

#A1EDC8
(161,237,200)
#A9EECD
(169,238,205)
#B1EFD2
(177,239,210)
#B9F0D7
(185,240,215)
#C1F1DC
(193,241,220)
#C9F2E1
(201,242,225)
#D1F3E6
(209,243,230)
#D9F4EB
(217,244,235)
#E1F5F0
(225,245,240)
#E9F6F5
(233,246,245)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EDC8; }

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

This text font color is #A1EDC8.


Background Color

.myBgColor { background-color: #A1EDC8; }

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

This div background color is #A1EDC8.


Border color

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

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

This div border color is #A1EDC8.


Opacity

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

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

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

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

This text has shadow with #A1EDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EDC8 on black background.


Color preview on white background

This text has color #A1EDC8 on white background.



Black color preview on #A1EDC8 background

This text has black color on #A1EDC8 background.


White color preview on #A1EDC8 background

This text has white color on #A1EDC8 background.