COLOR #A0E6B7

HEX: #A0E6B7
RGB: (160,230,183)

Color info

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

RGB color model

#A0E6B7 color RGB value is (160,230,183).

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

RGB channels and saturation

R 160 of 255 = 63%
G 230 of 255 = 90%
B 183 of 255 = 72%

160
230
183

R + G + B ~ 75%. #A0E6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 230 + 183 = 573 (100%)
R 160 of 573 ~ 27.92%
G 230 of 573 ~ 40.14%
B 183 of 573 ~ 31.94%

%27.92
%40.14
%31.94

CMYK color model

#A0E6B7 color CMYK value is (30,0,20,10).

  • cyan value is 30.43%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 9.80%
CMYK:
(30,0,20,10)
C30M0Y20K10 
(30%,0%,20%,10%)
(0.30/0.00/0.20/0.10)	

CMYK percentages

%30.43
%0
%20.43
%9.8

Codes

Color #A0E6B7 in popluar color models

A0E6B7
RGB160230183
HSL140°58.33%76.47%
HSB/HSV140°30.43%90.20%
CMYK30.43%0.00%20.43%
9.80%

Color #A0E6B7 in popluar number systems.

HEXA0E6B7
Decimal160230183
Binary101000001110011010110111
Octal240346267

Shades and tints

Shades of #A0E6B7

#A0E6B7
(160,230,183)
#92D2A7
(146,210,167)
#84BE97
(132,190,151)
#76AA87
(118,170,135)
#689677
(104,150,119)
#5A8267
(90,130,103)
#4C6E57
(76,110,87)
#3E5A47
(62,90,71)
#304637
(48,70,55)
#223227
(34,50,39)
#141E17
(20,30,23)
#000000
(0,0,0)

Tints of #A0E6B7

#A0E6B7
(160,230,183)
#A8E8BD
(168,232,189)
#B0EAC3
(176,234,195)
#B8ECC9
(184,236,201)
#C0EECF
(192,238,207)
#C8F0D5
(200,240,213)
#D0F2DB
(208,242,219)
#D8F4E1
(216,244,225)
#E0F6E7
(224,246,231)
#E8F8ED
(232,248,237)
#F0FAF3
(240,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E6B7; }

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

This text font color is #A0E6B7.


Background Color

.myBgColor { background-color: #A0E6B7; }

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

This div background color is #A0E6B7.


Border color

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

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

This div border color is #A0E6B7.


Opacity

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

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

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

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

This text has shadow with #A0E6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E6B7 on black background.


Color preview on white background

This text has color #A0E6B7 on white background.



Black color preview on #A0E6B7 background

This text has black color on #A0E6B7 background.


White color preview on #A0E6B7 background

This text has white color on #A0E6B7 background.