COLOR #A0EBE3

HEX: #A0EBE3
RGB: (160,235,227)

Color info

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

RGB color model

#A0EBE3 color RGB value is (160,235,227).

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

RGB channels and saturation

R 160 of 255 = 63%
G 235 of 255 = 92%
B 227 of 255 = 89%

160
235
227

R + G + B ~ 81%. #A0EBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 235 + 227 = 622 (100%)
R 160 of 622 ~ 25.72%
G 235 of 622 ~ 37.78%
B 227 of 622 ~ 36.5%

%25.72
%37.78
%36.5

CMYK color model

#A0EBE3 color CMYK value is (32,0,3,8).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(32,0,3,8)
C32M0Y3K8 
(32%,0%,3%,8%)
(0.32/0.00/0.03/0.08)	

CMYK percentages

%31.91
%0
%3.4
%7.84

Codes

Color #A0EBE3 in popluar color models

A0EBE3
RGB160235227
HSL174°65.22%77.45%
HSB/HSV174°31.91%92.16%
CMYK31.91%0.00%3.40%
7.84%

Color #A0EBE3 in popluar number systems.

HEXA0EBE3
Decimal160235227
Binary101000001110101111100011
Octal240353343

Shades and tints

Shades of #A0EBE3

#A0EBE3
(160,235,227)
#92D6CF
(146,214,207)
#84C1BB
(132,193,187)
#76ACA7
(118,172,167)
#689793
(104,151,147)
#5A827F
(90,130,127)
#4C6D6B
(76,109,107)
#3E5857
(62,88,87)
#304343
(48,67,67)
#222E2F
(34,46,47)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #A0EBE3

#A0EBE3
(160,235,227)
#A8ECE5
(168,236,229)
#B0EDE7
(176,237,231)
#B8EEE9
(184,238,233)
#C0EFEB
(192,239,235)
#C8F0ED
(200,240,237)
#D0F1EF
(208,241,239)
#D8F2F1
(216,242,241)
#E0F3F3
(224,243,243)
#E8F4F5
(232,244,245)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EBE3; }

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

This text font color is #A0EBE3.


Background Color

.myBgColor { background-color: #A0EBE3; }

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

This div background color is #A0EBE3.


Border color

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

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

This div border color is #A0EBE3.


Opacity

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

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

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

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

This text has shadow with #A0EBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EBE3 on black background.


Color preview on white background

This text has color #A0EBE3 on white background.



Black color preview on #A0EBE3 background

This text has black color on #A0EBE3 background.


White color preview on #A0EBE3 background

This text has white color on #A0EBE3 background.