COLOR #A0E2C3

HEX: #A0E2C3
RGB: (160,226,195)

Color info

#A0E2C3 contains mainly green and blue colors. Web safe color of #A0E2C3 is #99CCCC (or #9CC).

RGB color model

#A0E2C3 color RGB value is (160,226,195).

  • red value is 160;
  • green value is 226;
  • blue value is 195.
RGB:
(160,226,195)
(63%,89%,76%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 195 of 255 = 76%

160
226
195

R + G + B ~ 76%. #A0E2C3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 226 + 195 = 581 (100%)
R 160 of 581 ~ 27.54%
G 226 of 581 ~ 38.9%
B 195 of 581 ~ 33.56%

%27.54
%38.9
%33.56

CMYK color model

#A0E2C3 color CMYK value is (29,0,14,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 13.72%
  • key color value is 11.37%
CMYK:
(29,0,14,11)
C29M0Y14K11 
(29%,0%,14%,11%)
(0.29/0.00/0.14/0.11)	

CMYK percentages

%29.2
%0
%13.72
%11.37

Codes

Color #A0E2C3 in popluar color models

A0E2C3
RGB160226195
HSL152°53.23%75.69%
HSB/HSV152°29.20%88.63%
CMYK29.20%0.00%13.72%
11.37%

Color #A0E2C3 in popluar number systems.

HEXA0E2C3
Decimal160226195
Binary101000001110001011000011
Octal240342303

Shades and tints

Shades of #A0E2C3

#A0E2C3
(160,226,195)
#92CEB2
(146,206,178)
#84BAA1
(132,186,161)
#76A690
(118,166,144)
#68927F
(104,146,127)
#5A7E6E
(90,126,110)
#4C6A5D
(76,106,93)
#3E564C
(62,86,76)
#30423B
(48,66,59)
#222E2A
(34,46,42)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #A0E2C3

#A0E2C3
(160,226,195)
#A8E4C8
(168,228,200)
#B0E6CD
(176,230,205)
#B8E8D2
(184,232,210)
#C0EAD7
(192,234,215)
#C8ECDC
(200,236,220)
#D0EEE1
(208,238,225)
#D8F0E6
(216,240,230)
#E0F2EB
(224,242,235)
#E8F4F0
(232,244,240)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E2C3 color. Also use rgb(160,226,195) instead hex code.

Text Font Color

.myTextColor { color: #A0E2C3; }

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

This text font color is #A0E2C3.


Background Color

.myBgColor { background-color: #A0E2C3; }

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

This div background color is #A0E2C3.


Border color

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

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

This div border color is #A0E2C3.


Opacity

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

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

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

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

This text has shadow with #A0E2C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E2C3 on black background.


Color preview on white background

This text has color #A0E2C3 on white background.



Black color preview on #A0E2C3 background

This text has black color on #A0E2C3 background.


White color preview on #A0E2C3 background

This text has white color on #A0E2C3 background.