COLOR #A0E2BC

HEX: #A0E2BC RGB: (160,226,188)

Color info

#A0E2BC contains mainly green and blue colors. Web safe color of #A0E2BC is #99CCCC (or #9CC).

RGB color model

#A0E2BC color RGB value is (160,226,188).

RGB: (160,226,188) (63%, 89%, 74%)

RGB channels and saturation

R 160 of 255 = 63%
G 226 of 255 = 89%
B 188 of 255 = 74%

160
226
188

R + G + B ~ 75%. #A0E2BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 226 + 188 = 574 (100%)
R 160 of 574 ~ 27.87%
G 226 of 574 ~ 39.37%
B 188 of 574 ~ 32.75'%

%27.87
%39.37
%32.75

CMYK color model

#A0E2BC color CMYK value is (29,0,17,11).

  • cyan value is 29.20%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 11.37%

CMYK: (29,0,17,11)
C29M0Y17K11 (29%, 0%, 17%, 11%)
(0.29 / 0.00 / 0.17 / 0.11)

CMYK percentages

%29.2
%0
%16.81
%11.37

Codes

Color #A0E2BC in popluar color models

A0 E2 BC
RGB 160 226 188
HSL 145° 53.23% 75.69%
HSB/HSV 145° 29.20% 88.63%
CMYK 29.20% 0.00% 16.81%
11.37%

Color #A0E2BC in popluar number systems.

HEX A0 E2 BC
Decimal 160 226 188
Binary 10100000 11100010 10111100
Octal 240 342 274

Shades and tints

Shades of #A0E2BC

#A0E2BC
(160,226,188)
#92CEAB
(146,206,171)
#84BA9A
(132,186,154)
#76A689
(118,166,137)
#689278
(104,146,120)
#5A7E67
(90,126,103)
#4C6A56
(76,106,86)
#3E5645
(62,86,69)
#304234
(48,66,52)
#222E23
(34,46,35)
#141A12
(20,26,18)
#000000
(0,0,0)

Tints of #A0E2BC

#A0E2BC
(160,226,188)
#A8E4C2
(168,228,194)
#B0E6C8
(176,230,200)
#B8E8CE
(184,232,206)
#C0EAD4
(192,234,212)
#C8ECDA
(200,236,218)
#D0EEE0
(208,238,224)
#D8F0E6
(216,240,230)
#E0F2EC
(224,242,236)
#E8F4F2
(232,244,242)
#F0F6F8
(240,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0E2BC color. Also use rgb(160,226,188) instead hex code.

Text Font Color

.myTextColor { color: #A0E2BC; }

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

This text font color is #A0E2BC.

Background Color

.myBgColor { background-color: #A0E2BC; }

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

This div background color is #A0E2BC.

Border color

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

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

This div border color is #A0E2BC.

Opacity

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

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

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

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

This text has shadow with #A0E2BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E2BC.

Preview

Color preview on black background

This text has color #A0E2BC on black background.


Color preview on white background

This text has color #A0E2BC on white background.


Black color preview on #A0E2BC background

This text has black color on #A0E2BC background.


White color preview on #A0E2BC background

This text has white color on #A0E2BC background.


Related colors

Complementary color

Complementary color for #hex is #5F1D43.


I love getcolorcode.com

Triadic colors

1 #BCA0E2 and #E2BCA0 with #A0E2BC are triadic colors.

2 #BCE2A0 and #E2A0BC with #A0E2BC are triadic colors.