COLOR #A0EFE4

HEX: #A0EFE4 RGB: (160,239,228)

Color info

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

RGB color model

#A0EFE4 color RGB value is (160,239,228).

RGB: (160,239,228) (63%, 94%, 89%)

RGB channels and saturation

R 160 of 255 = 63%
G 239 of 255 = 94%
B 228 of 255 = 89%

160
239
228

R + G + B ~ 82%. #A0EFE4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 160 + 239 + 228 = 627 (100%)
R 160 of 627 ~ 25.52%
G 239 of 627 ~ 38.12%
B 228 of 627 ~ 36.36'%

%25.52
%38.12
%36.36

CMYK color model

#A0EFE4 color CMYK value is (33,0,5,6).

  • cyan value is 33.05%
  • magenta value is 0.00%
  • yellow value is 4.60%
  • key color value is 6.27%

CMYK: (33,0,5,6)
C33M0Y5K6 (33%, 0%, 5%, 6%)
(0.33 / 0.00 / 0.05 / 0.06)

CMYK percentages

%33.05
%0
%4.6
%6.27

Codes

Color #A0EFE4 in popluar color models

A0 EF E4
RGB 160 239 228
HSL 172° 71.17% 78.24%
HSB/HSV 172° 33.05% 93.73%
CMYK 33.05% 0.00% 4.60%
6.27%

Color #A0EFE4 in popluar number systems.

HEX A0 EF E4
Decimal 160 239 228
Binary 10100000 11101111 11100100
Octal 240 357 344

Shades and tints

Shades of #A0EFE4

#A0EFE4
(160,239,228)
#92DAD0
(146,218,208)
#84C5BC
(132,197,188)
#76B0A8
(118,176,168)
#689B94
(104,155,148)
#5A8680
(90,134,128)
#4C716C
(76,113,108)
#3E5C58
(62,92,88)
#304744
(48,71,68)
#223230
(34,50,48)
#141D1C
(20,29,28)
#000000
(0,0,0)

Tints of #A0EFE4

#A0EFE4
(160,239,228)
#A8F0E6
(168,240,230)
#B0F1E8
(176,241,232)
#B8F2EA
(184,242,234)
#C0F3EC
(192,243,236)
#C8F4EE
(200,244,238)
#D0F5F0
(208,245,240)
#D8F6F2
(216,246,242)
#E0F7F4
(224,247,244)
#E8F8F6
(232,248,246)
#F0F9F8
(240,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0EFE4; }

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

This text font color is #A0EFE4.

Background Color

.myBgColor { background-color: #A0EFE4; }

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

This div background color is #A0EFE4.

Border color

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

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

This div border color is #A0EFE4.

Opacity

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

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

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

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

This text has shadow with #A0EFE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0EFE4.

Preview

Color preview on black background

This text has color #A0EFE4 on black background.


Color preview on white background

This text has color #A0EFE4 on white background.


Black color preview on #A0EFE4 background

This text has black color on #A0EFE4 background.


White color preview on #A0EFE4 background

This text has white color on #A0EFE4 background.


Related colors

Complementary color

Complementary color for #hex is #5F101B.


I love getcolorcode.com

Triadic colors

1 #E4A0EF and #EFE4A0 with #A0EFE4 are triadic colors.

2 #E4EFA0 and #EFA0E4 with #A0EFE4 are triadic colors.