COLOR #A0E3C7

HEX: #A0E3C7 RGB: (160,227,199)

Color info

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

RGB color model

#A0E3C7 color RGB value is (160,227,199).

RGB: (160,227,199) (63%, 89%, 78%)

RGB channels and saturation

R 160 of 255 = 63%
G 227 of 255 = 89%
B 199 of 255 = 78%

160
227
199

R + G + B ~ 77%. #A0E3C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 227 + 199 = 586 (100%)
R 160 of 586 ~ 27.3%
G 227 of 586 ~ 38.74%
B 199 of 586 ~ 33.96'%

%27.3
%38.74
%33.96

CMYK color model

#A0E3C7 color CMYK value is (30,0,12,11).

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

CMYK: (30,0,12,11)
C30M0Y12K11 (30%, 0%, 12%, 11%)
(0.30 / 0.00 / 0.12 / 0.11)

CMYK percentages

%29.52
%0
%12.33
%10.98

Codes

Color #A0E3C7 in popluar color models

A0 E3 C7
RGB 160 227 199
HSL 155° 54.47% 75.88%
HSB/HSV 155° 29.52% 89.02%
CMYK 29.52% 0.00% 12.33%
10.98%

Color #A0E3C7 in popluar number systems.

HEX A0 E3 C7
Decimal 160 227 199
Binary 10100000 11100011 11000111
Octal 240 343 307

Shades and tints

Shades of #A0E3C7

#A0E3C7
(160,227,199)
#92CFB5
(146,207,181)
#84BBA3
(132,187,163)
#76A791
(118,167,145)
#68937F
(104,147,127)
#5A7F6D
(90,127,109)
#4C6B5B
(76,107,91)
#3E5749
(62,87,73)
#304337
(48,67,55)
#222F25
(34,47,37)
#141B13
(20,27,19)
#000000
(0,0,0)

Tints of #A0E3C7

#A0E3C7
(160,227,199)
#A8E5CC
(168,229,204)
#B0E7D1
(176,231,209)
#B8E9D6
(184,233,214)
#C0EBDB
(192,235,219)
#C8EDE0
(200,237,224)
#D0EFE5
(208,239,229)
#D8F1EA
(216,241,234)
#E0F3EF
(224,243,239)
#E8F5F4
(232,245,244)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0E3C7; }

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

This text font color is #A0E3C7.

Background Color

.myBgColor { background-color: #A0E3C7; }

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

This div background color is #A0E3C7.

Border color

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

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

This div border color is #A0E3C7.

Opacity

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

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

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

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

This text has shadow with #A0E3C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0E3C7.

Preview

Color preview on black background

This text has color #A0E3C7 on black background.


Color preview on white background

This text has color #A0E3C7 on white background.


Black color preview on #A0E3C7 background

This text has black color on #A0E3C7 background.


White color preview on #A0E3C7 background

This text has white color on #A0E3C7 background.


Related colors

Complementary color

Complementary color for #hex is #5F1C38.


I love getcolorcode.com

Triadic colors

1 #C7A0E3 and #E3C7A0 with #A0E3C7 are triadic colors.

2 #C7E3A0 and #E3A0C7 with #A0E3C7 are triadic colors.