COLOR #A1EAC7

HEX: #A1EAC7
RGB: (161,234,199)

Color info

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

RGB color model

#A1EAC7 color RGB value is (161,234,199).

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

RGB channels and saturation

R 161 of 255 = 63%
G 234 of 255 = 92%
B 199 of 255 = 78%

161
234
199

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

Portions of RGB colors in percentages

R + G + B =
161 + 234 + 199 = 594 (100%)
R 161 of 594 ~ 27.1%
G 234 of 594 ~ 39.39%
B 199 of 594 ~ 33.5%

%27.1
%39.39
%33.5

CMYK color model

#A1EAC7 color CMYK value is (31,0,15,8).

  • cyan value is 31.20%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 8.24%
CMYK:
(31,0,15,8)
C31M0Y15K8 
(31%,0%,15%,8%)
(0.31/0.00/0.15/0.08)	

CMYK percentages

%31.2
%0
%14.96
%8.24

Codes

Color #A1EAC7 in popluar color models

A1EAC7
RGB161234199
HSL151°63.48%77.45%
HSB/HSV151°31.20%91.76%
CMYK31.20%0.00%14.96%
8.24%

Color #A1EAC7 in popluar number systems.

HEXA1EAC7
Decimal161234199
Binary101000011110101011000111
Octal241352307

Shades and tints

Shades of #A1EAC7

#A1EAC7
(161,234,199)
#93D5B5
(147,213,181)
#85C0A3
(133,192,163)
#77AB91
(119,171,145)
#69967F
(105,150,127)
#5B816D
(91,129,109)
#4D6C5B
(77,108,91)
#3F5749
(63,87,73)
#314237
(49,66,55)
#232D25
(35,45,37)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #A1EAC7

#A1EAC7
(161,234,199)
#A9EBCC
(169,235,204)
#B1ECD1
(177,236,209)
#B9EDD6
(185,237,214)
#C1EEDB
(193,238,219)
#C9EFE0
(201,239,224)
#D1F0E5
(209,240,229)
#D9F1EA
(217,241,234)
#E1F2EF
(225,242,239)
#E9F3F4
(233,243,244)
#F1F4F9
(241,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1EAC7; }

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

This text font color is #A1EAC7.


Background Color

.myBgColor { background-color: #A1EAC7; }

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

This div background color is #A1EAC7.


Border color

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

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

This div border color is #A1EAC7.


Opacity

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

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

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

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

This text has shadow with #A1EAC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1EAC7 on black background.


Color preview on white background

This text has color #A1EAC7 on white background.



Black color preview on #A1EAC7 background

This text has black color on #A1EAC7 background.


White color preview on #A1EAC7 background

This text has white color on #A1EAC7 background.