COLOR #A0EBE7

HEX: #A0EBE7
RGB: (160,235,231)

Color info

#A0EBE7 contains mainly green and blue colors. Web safe color of #A0EBE7 is #99FFFF (or #9FF).

RGB color model

#A0EBE7 color RGB value is (160,235,231).

  • red value is 160;
  • green value is 235;
  • blue value is 231.
RGB:
(160,235,231)
(63%,92%,91%)

RGB channels and saturation

R 160 of 255 = 63%
G 235 of 255 = 92%
B 231 of 255 = 91%

160
235
231

R + G + B ~ 82%. #A0EBE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 235 + 231 = 626 (100%)
R 160 of 626 ~ 25.56%
G 235 of 626 ~ 37.54%
B 231 of 626 ~ 36.9%

%25.56
%37.54
%36.9

CMYK color model

#A0EBE7 color CMYK value is (32,0,2,8).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 7.84%
CMYK:
(32,0,2,8)
C32M0Y2K8 
(32%,0%,2%,8%)
(0.32/0.00/0.02/0.08)	

CMYK percentages

%31.91
%0
%1.7
%7.84

Codes

Color #A0EBE7 in popluar color models

A0EBE7
RGB160235231
HSL177°65.22%77.45%
HSB/HSV177°31.91%92.16%
CMYK31.91%0.00%1.70%
7.84%

Color #A0EBE7 in popluar number systems.

HEXA0EBE7
Decimal160235231
Binary101000001110101111100111
Octal240353347

Shades and tints

Shades of #A0EBE7

#A0EBE7
(160,235,231)
#92D6D2
(146,214,210)
#84C1BD
(132,193,189)
#76ACA8
(118,172,168)
#689793
(104,151,147)
#5A827E
(90,130,126)
#4C6D69
(76,109,105)
#3E5854
(62,88,84)
#30433F
(48,67,63)
#222E2A
(34,46,42)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #A0EBE7

#A0EBE7
(160,235,231)
#A8ECE9
(168,236,233)
#B0EDEB
(176,237,235)
#B8EEED
(184,238,237)
#C0EFEF
(192,239,239)
#C8F0F1
(200,240,241)
#D0F1F3
(208,241,243)
#D8F2F5
(216,242,245)
#E0F3F7
(224,243,247)
#E8F4F9
(232,244,249)
#F0F5FB
(240,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EBE7 color. Also use rgb(160,235,231) instead hex code.

Text Font Color

.myTextColor { color: #A0EBE7; }

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

This text font color is #A0EBE7.


Background Color

.myBgColor { background-color: #A0EBE7; }

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

This div background color is #A0EBE7.


Border color

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

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

This div border color is #A0EBE7.


Opacity

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

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

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

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

This text has shadow with #A0EBE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EBE7 on black background.


Color preview on white background

This text has color #A0EBE7 on white background.



Black color preview on #A0EBE7 background

This text has black color on #A0EBE7 background.


White color preview on #A0EBE7 background

This text has white color on #A0EBE7 background.