COLOR #A0E3BC

HEX: #A0E3BC RGB: (160,227,188)

Color info

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

RGB color model

#A0E3BC color RGB value is (160,227,188).

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

RGB channels and saturation

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

160
227
188

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

Portions of RGB colors in percentages

R + G + B = 160 + 227 + 188 = 575 (100%)
R 160 of 575 ~ 27.83%
G 227 of 575 ~ 39.48%
B 188 of 575 ~ 32.7'%

%27.83
%39.48
%32.7

CMYK color model

#A0E3BC color CMYK value is (30,0,17,11).

  • cyan value is 29.52%
  • magenta value is 0.00%
  • yellow value is 17.18%
  • key color value is 10.98%

CMYK: (30,0,17,11)
C30M0Y17K11 (30%, 0%, 17%, 11%)
(0.30 / 0.00 / 0.17 / 0.11)

CMYK percentages

%29.52
%0
%17.18
%10.98

Codes

Color #A0E3BC in popluar color models

A0 E3 BC
RGB 160 227 188
HSL 145° 54.47% 75.88%
HSB/HSV 145° 29.52% 89.02%
CMYK 29.52% 0.00% 17.18%
10.98%

Color #A0E3BC in popluar number systems.

HEX A0 E3 BC
Decimal 160 227 188
Binary 10100000 11100011 10111100
Octal 240 343 274

Shades and tints

Shades of #A0E3BC

#A0E3BC
(160,227,188)
#92CFAB
(146,207,171)
#84BB9A
(132,187,154)
#76A789
(118,167,137)
#689378
(104,147,120)
#5A7F67
(90,127,103)
#4C6B56
(76,107,86)
#3E5745
(62,87,69)
#304334
(48,67,52)
#222F23
(34,47,35)
#141B12
(20,27,18)
#000000
(0,0,0)

Tints of #A0E3BC

#A0E3BC
(160,227,188)
#A8E5C2
(168,229,194)
#B0E7C8
(176,231,200)
#B8E9CE
(184,233,206)
#C0EBD4
(192,235,212)
#C8EDDA
(200,237,218)
#D0EFE0
(208,239,224)
#D8F1E6
(216,241,230)
#E0F3EC
(224,243,236)
#E8F5F2
(232,245,242)
#F0F7F8
(240,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E3BC; }

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

This text font color is #A0E3BC.

Background Color

.myBgColor { background-color: #A0E3BC; }

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

This div background color is #A0E3BC.

Border color

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

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

This div border color is #A0E3BC.

Opacity

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

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

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

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

This text has shadow with #A0E3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E3BC.

Preview

Color preview on black background

This text has color #A0E3BC on black background.


Color preview on white background

This text has color #A0E3BC on white background.


Black color preview on #A0E3BC background

This text has black color on #A0E3BC background.


White color preview on #A0E3BC background

This text has white color on #A0E3BC background.


Related colors

Complementary color

Complementary color for #hex is #5F1C43.


I love getcolorcode.com

Triadic colors

1 #BCA0E3 and #E3BCA0 with #A0E3BC are triadic colors.

2 #BCE3A0 and #E3A0BC with #A0E3BC are triadic colors.