COLOR #A0EFCB

HEX: #A0EFCB
RGB: (160,239,203)

Color info

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

RGB color model

#A0EFCB color RGB value is (160,239,203).

  • red value is 160;
  • green value is 239;
  • blue value is 203.
RGB:
(160,239,203)
(63%,94%,80%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 203 of 255 = 80%

160
239
203

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

Portions of RGB colors in percentages

R + G + B =
160 + 239 + 203 = 602 (100%)
R 160 of 602 ~ 26.58%
G 239 of 602 ~ 39.7%
B 203 of 602 ~ 33.72%

%26.58
%39.7
%33.72

CMYK color model

#A0EFCB color CMYK value is (33,0,15,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 15.06%
  • key color value is 6.27%
CMYK:
(33,0,15,6)
C33M0Y15K6 
(33%,0%,15%,6%)
(0.33/0.00/0.15/0.06)	

CMYK percentages

%33.05
%0
%15.06
%6.27

Codes

Color #A0EFCB in popluar color models

A0EFCB
RGB160239203
HSL153°71.17%78.24%
HSB/HSV153°33.05%93.73%
CMYK33.05%0.00%15.06%
6.27%

Color #A0EFCB in popluar number systems.

HEXA0EFCB
Decimal160239203
Binary101000001110111111001011
Octal240357313

Shades and tints

Shades of #A0EFCB

#A0EFCB
(160,239,203)
#92DAB9
(146,218,185)
#84C5A7
(132,197,167)
#76B095
(118,176,149)
#689B83
(104,155,131)
#5A8671
(90,134,113)
#4C715F
(76,113,95)
#3E5C4D
(62,92,77)
#30473B
(48,71,59)
#223229
(34,50,41)
#141D17
(20,29,23)
#000000
(0,0,0)

Tints of #A0EFCB

#A0EFCB
(160,239,203)
#A8F0CF
(168,240,207)
#B0F1D3
(176,241,211)
#B8F2D7
(184,242,215)
#C0F3DB
(192,243,219)
#C8F4DF
(200,244,223)
#D0F5E3
(208,245,227)
#D8F6E7
(216,246,231)
#E0F7EB
(224,247,235)
#E8F8EF
(232,248,239)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0EFCB color. Also use rgb(160,239,203) instead hex code.

Text Font Color

.myTextColor { color: #A0EFCB; }

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

This text font color is #A0EFCB.


Background Color

.myBgColor { background-color: #A0EFCB; }

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

This div background color is #A0EFCB.


Border color

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

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

This div border color is #A0EFCB.


Opacity

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

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

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

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

This text has shadow with #A0EFCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EFCB on black background.


Color preview on white background

This text has color #A0EFCB on white background.



Black color preview on #A0EFCB background

This text has black color on #A0EFCB background.


White color preview on #A0EFCB background

This text has white color on #A0EFCB background.