COLOR #A0ECEE

HEX: #A0ECEE
RGB: (160,236,238)

Color info

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

RGB color model

#A0ECEE color RGB value is (160,236,238).

  • red value is 160;
  • green value is 236;
  • blue value is 238.
RGB:
(160,236,238)
(63%,93%,93%)

RGB channels and saturation

R 160 of 255 = 63%
G 236 of 255 = 93%
B 238 of 255 = 93%

160
236
238

R + G + B ~ 83%. #A0ECEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 236 + 238 = 634 (100%)
R 160 of 634 ~ 25.24%
G 236 of 634 ~ 37.22%
B 238 of 634 ~ 37.54%

%25.24
%37.22
%37.54

CMYK color model

#A0ECEE color CMYK value is (33,1,0,7).

  • cyan value is 32.77%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(33,1,0,7)
C33M1Y0K7 
(33%,1%,0%,7%)
(0.33/0.01/0.00/0.07)	

CMYK percentages

%32.77
%0.84
%0
%6.67

Codes

Color #A0ECEE in popluar color models

A0ECEE
RGB160236238
HSL182°69.64%78.04%
HSB/HSV182°32.77%93.33%
CMYK32.77%0.84%0.00%
6.67%

Color #A0ECEE in popluar number systems.

HEXA0ECEE
Decimal160236238
Binary101000001110110011101110
Octal240354356

Shades and tints

Shades of #A0ECEE

#A0ECEE
(160,236,238)
#92D7D9
(146,215,217)
#84C2C4
(132,194,196)
#76ADAF
(118,173,175)
#68989A
(104,152,154)
#5A8385
(90,131,133)
#4C6E70
(76,110,112)
#3E595B
(62,89,91)
#304446
(48,68,70)
#222F31
(34,47,49)
#141A1C
(20,26,28)
#000000
(0,0,0)

Tints of #A0ECEE

#A0ECEE
(160,236,238)
#A8EDEF
(168,237,239)
#B0EEF0
(176,238,240)
#B8EFF1
(184,239,241)
#C0F0F2
(192,240,242)
#C8F1F3
(200,241,243)
#D0F2F4
(208,242,244)
#D8F3F5
(216,243,245)
#E0F4F6
(224,244,246)
#E8F5F7
(232,245,247)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0ECEE color. Also use rgb(160,236,238) instead hex code.

Text Font Color

.myTextColor { color: #A0ECEE; }

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

This text font color is #A0ECEE.


Background Color

.myBgColor { background-color: #A0ECEE; }

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

This div background color is #A0ECEE.


Border color

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

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

This div border color is #A0ECEE.


Opacity

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

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

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

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

This text has shadow with #A0ECEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0ECEE on black background.


Color preview on white background

This text has color #A0ECEE on white background.



Black color preview on #A0ECEE background

This text has black color on #A0ECEE background.


White color preview on #A0ECEE background

This text has white color on #A0ECEE background.