COLOR #A0E9D7

HEX: #A0E9D7
RGB: (160,233,215)

Color info

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

RGB color model

#A0E9D7 color RGB value is (160,233,215).

  • red value is 160;
  • green value is 233;
  • blue value is 215.
RGB:
(160,233,215)
(63%,91%,84%)

RGB channels and saturation

R 160 of 255 = 63%
G 233 of 255 = 91%
B 215 of 255 = 84%

160
233
215

R + G + B ~ 79%. #A0E9D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 233 + 215 = 608 (100%)
R 160 of 608 ~ 26.32%
G 233 of 608 ~ 38.32%
B 215 of 608 ~ 35.36%

%26.32
%38.32
%35.36

CMYK color model

#A0E9D7 color CMYK value is (31,0,8,9).

  • cyan value is 31.33%
  • magenta value is 0.00%
  • yellow value is 7.73%
  • key color value is 8.63%
CMYK:
(31,0,8,9)
C31M0Y8K9 
(31%,0%,8%,9%)
(0.31/0.00/0.08/0.09)	

CMYK percentages

%31.33
%0
%7.73
%8.63

Codes

Color #A0E9D7 in popluar color models

A0E9D7
RGB160233215
HSL165°62.39%77.06%
HSB/HSV165°31.33%91.37%
CMYK31.33%0.00%7.73%
8.63%

Color #A0E9D7 in popluar number systems.

HEXA0E9D7
Decimal160233215
Binary101000001110100111010111
Octal240351327

Shades and tints

Shades of #A0E9D7

#A0E9D7
(160,233,215)
#92D4C4
(146,212,196)
#84BFB1
(132,191,177)
#76AA9E
(118,170,158)
#68958B
(104,149,139)
#5A8078
(90,128,120)
#4C6B65
(76,107,101)
#3E5652
(62,86,82)
#30413F
(48,65,63)
#222C2C
(34,44,44)
#141719
(20,23,25)
#000000
(0,0,0)

Tints of #A0E9D7

#A0E9D7
(160,233,215)
#A8EBDA
(168,235,218)
#B0EDDD
(176,237,221)
#B8EFE0
(184,239,224)
#C0F1E3
(192,241,227)
#C8F3E6
(200,243,230)
#D0F5E9
(208,245,233)
#D8F7EC
(216,247,236)
#E0F9EF
(224,249,239)
#E8FBF2
(232,251,242)
#F0FDF5
(240,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E9D7 color. Also use rgb(160,233,215) instead hex code.

Text Font Color

.myTextColor { color: #A0E9D7; }

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

This text font color is #A0E9D7.


Background Color

.myBgColor { background-color: #A0E9D7; }

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

This div background color is #A0E9D7.


Border color

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

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

This div border color is #A0E9D7.


Opacity

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

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

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

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

This text has shadow with #A0E9D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0E9D7 on black background.


Color preview on white background

This text has color #A0E9D7 on white background.



Black color preview on #A0E9D7 background

This text has black color on #A0E9D7 background.


White color preview on #A0E9D7 background

This text has white color on #A0E9D7 background.