COLOR #A0EBD2

HEX: #A0EBD2
RGB: (160,235,210)

Color info

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

RGB color model

#A0EBD2 color RGB value is (160,235,210).

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

RGB channels and saturation

R 160 of 255 = 63%
G 235 of 255 = 92%
B 210 of 255 = 82%

160
235
210

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

Portions of RGB colors in percentages

R + G + B =
160 + 235 + 210 = 605 (100%)
R 160 of 605 ~ 26.45%
G 235 of 605 ~ 38.84%
B 210 of 605 ~ 34.71%

%26.45
%38.84
%34.71

CMYK color model

#A0EBD2 color CMYK value is (32,0,11,8).

  • cyan value is 31.91%
  • magenta value is 0.00%
  • yellow value is 10.64%
  • key color value is 7.84%
CMYK:
(32,0,11,8)
C32M0Y11K8 
(32%,0%,11%,8%)
(0.32/0.00/0.11/0.08)	

CMYK percentages

%31.91
%0
%10.64
%7.84

Codes

Color #A0EBD2 in popluar color models

A0EBD2
RGB160235210
HSL160°65.22%77.45%
HSB/HSV160°31.91%92.16%
CMYK31.91%0.00%10.64%
7.84%

Color #A0EBD2 in popluar number systems.

HEXA0EBD2
Decimal160235210
Binary101000001110101111010010
Octal240353322

Shades and tints

Shades of #A0EBD2

#A0EBD2
(160,235,210)
#92D6BF
(146,214,191)
#84C1AC
(132,193,172)
#76AC99
(118,172,153)
#689786
(104,151,134)
#5A8273
(90,130,115)
#4C6D60
(76,109,96)
#3E584D
(62,88,77)
#30433A
(48,67,58)
#222E27
(34,46,39)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #A0EBD2

#A0EBD2
(160,235,210)
#A8ECD6
(168,236,214)
#B0EDDA
(176,237,218)
#B8EEDE
(184,238,222)
#C0EFE2
(192,239,226)
#C8F0E6
(200,240,230)
#D0F1EA
(208,241,234)
#D8F2EE
(216,242,238)
#E0F3F2
(224,243,242)
#E8F4F6
(232,244,246)
#F0F5FA
(240,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EBD2; }

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

This text font color is #A0EBD2.


Background Color

.myBgColor { background-color: #A0EBD2; }

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

This div background color is #A0EBD2.


Border color

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

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

This div border color is #A0EBD2.


Opacity

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

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

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

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

This text has shadow with #A0EBD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0EBD2 on black background.


Color preview on white background

This text has color #A0EBD2 on white background.



Black color preview on #A0EBD2 background

This text has black color on #A0EBD2 background.


White color preview on #A0EBD2 background

This text has white color on #A0EBD2 background.