COLOR #A0E6C5

HEX: #A0E6C5
RGB: (160,230,197)

Color info

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

RGB color model

#A0E6C5 color RGB value is (160,230,197).

  • red value is 160;
  • green value is 230;
  • blue value is 197.
RGB:
(160,230,197)
(63%,90%,77%)

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 197 of 255 = 77%

160
230
197

R + G + B ~ 77%. #A0E6C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 230 + 197 = 587 (100%)
R 160 of 587 ~ 27.26%
G 230 of 587 ~ 39.18%
B 197 of 587 ~ 33.56%

%27.26
%39.18
%33.56

CMYK color model

#A0E6C5 color CMYK value is (30,0,14,10).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK:
(30,0,14,10)
C30M0Y14K10 
(30%,0%,14%,10%)
(0.30/0.00/0.14/0.10)	

CMYK percentages

%30.43
%0
%14.35
%9.8

Codes

Color #A0E6C5 in popluar color models

A0E6C5
RGB160230197
HSL152°58.33%76.47%
HSB/HSV152°30.43%90.20%
CMYK30.43%0.00%14.35%
9.80%

Color #A0E6C5 in popluar number systems.

HEXA0E6C5
Decimal160230197
Binary101000001110011011000101
Octal240346305

Shades and tints

Shades of #A0E6C5

#A0E6C5
(160,230,197)
#92D2B4
(146,210,180)
#84BEA3
(132,190,163)
#76AA92
(118,170,146)
#689681
(104,150,129)
#5A8270
(90,130,112)
#4C6E5F
(76,110,95)
#3E5A4E
(62,90,78)
#30463D
(48,70,61)
#22322C
(34,50,44)
#141E1B
(20,30,27)
#000000
(0,0,0)

Tints of #A0E6C5

#A0E6C5
(160,230,197)
#A8E8CA
(168,232,202)
#B0EACF
(176,234,207)
#B8ECD4
(184,236,212)
#C0EED9
(192,238,217)
#C8F0DE
(200,240,222)
#D0F2E3
(208,242,227)
#D8F4E8
(216,244,232)
#E0F6ED
(224,246,237)
#E8F8F2
(232,248,242)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E6C5 color. Also use rgb(160,230,197) instead hex code.

Text Font Color

.myTextColor { color: #A0E6C5; }

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

This text font color is #A0E6C5.


Background Color

.myBgColor { background-color: #A0E6C5; }

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

This div background color is #A0E6C5.


Border color

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

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

This div border color is #A0E6C5.


Opacity

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

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

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

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

This text has shadow with #A0E6C5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E6C5 on black background.


Color preview on white background

This text has color #A0E6C5 on white background.



Black color preview on #A0E6C5 background

This text has black color on #A0E6C5 background.


White color preview on #A0E6C5 background

This text has white color on #A0E6C5 background.