COLOR #A1F8E5

HEX: #A1F8E5
RGB: (161,248,229)

Color info

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

RGB color model

#A1F8E5 color RGB value is (161,248,229).

  • red value is 161;
  • green value is 248;
  • blue value is 229.
RGB:
(161,248,229)
(63%,97%,90%)

RGB channels and saturation

R 161 of 255 = 63%
G 248 of 255 = 97%
B 229 of 255 = 90%

161
248
229

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

Portions of RGB colors in percentages

R + G + B =
161 + 248 + 229 = 638 (100%)
R 161 of 638 ~ 25.24%
G 248 of 638 ~ 38.87%
B 229 of 638 ~ 35.89%

%25.24
%38.87
%35.89

CMYK color model

#A1F8E5 color CMYK value is (35,0,8,3).

  • cyan value is 35.08%
  • magenta value is 0.00%
  • yellow value is 7.66%
  • key color value is 2.75%
CMYK:
(35,0,8,3)
C35M0Y8K3 
(35%,0%,8%,3%)
(0.35/0.00/0.08/0.03)	

CMYK percentages

%35.08
%0
%7.66
%2.75

Codes

Color #A1F8E5 in popluar color models

A1F8E5
RGB161248229
HSL167°86.14%80.20%
HSB/HSV167°35.08%97.25%
CMYK35.08%0.00%7.66%
2.75%

Color #A1F8E5 in popluar number systems.

HEXA1F8E5
Decimal161248229
Binary101000011111100011100101
Octal241370345

Shades and tints

Shades of #A1F8E5

#A1F8E5
(161,248,229)
#93E2D1
(147,226,209)
#85CCBD
(133,204,189)
#77B6A9
(119,182,169)
#69A095
(105,160,149)
#5B8A81
(91,138,129)
#4D746D
(77,116,109)
#3F5E59
(63,94,89)
#314845
(49,72,69)
#233231
(35,50,49)
#151C1D
(21,28,29)
#000000
(0,0,0)

Tints of #A1F8E5

#A1F8E5
(161,248,229)
#A9F8E7
(169,248,231)
#B1F8E9
(177,248,233)
#B9F8EB
(185,248,235)
#C1F8ED
(193,248,237)
#C9F8EF
(201,248,239)
#D1F8F1
(209,248,241)
#D9F8F3
(217,248,243)
#E1F8F5
(225,248,245)
#E9F8F7
(233,248,247)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1F8E5 color. Also use rgb(161,248,229) instead hex code.

Text Font Color

.myTextColor { color: #A1F8E5; }

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

This text font color is #A1F8E5.


Background Color

.myBgColor { background-color: #A1F8E5; }

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

This div background color is #A1F8E5.


Border color

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

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

This div border color is #A1F8E5.


Opacity

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

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

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

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

This text has shadow with #A1F8E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1F8E5 on black background.


Color preview on white background

This text has color #A1F8E5 on white background.



Black color preview on #A1F8E5 background

This text has black color on #A1F8E5 background.


White color preview on #A1F8E5 background

This text has white color on #A1F8E5 background.