COLOR #A4EFE0

HEX: #A4EFE0 RGB: (164,239,224)

Color info

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

RGB color model

#A4EFE0 color RGB value is (164,239,224).

RGB: (164,239,224) (64%, 94%, 88%)

RGB channels and saturation

R 164 of 255 = 64%
G 239 of 255 = 94%
B 224 of 255 = 88%

164
239
224

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

Portions of RGB colors in percentages

R + G + B = 164 + 239 + 224 = 627 (100%)
R 164 of 627 ~ 26.16%
G 239 of 627 ~ 38.12%
B 224 of 627 ~ 35.73'%

%26.16
%38.12
%35.73

CMYK color model

#A4EFE0 color CMYK value is (31,0,6,6).

  • cyan value is 31.38%
  • magenta value is 0.00%
  • yellow value is 6.28%
  • key color value is 6.27%

CMYK: (31,0,6,6)
C31M0Y6K6 (31%, 0%, 6%, 6%)
(0.31 / 0.00 / 0.06 / 0.06)

CMYK percentages

%31.38
%0
%6.28
%6.27

Codes

Color #A4EFE0 in popluar color models

A4 EF E0
RGB 164 239 224
HSL 168° 70.09% 79.02%
HSB/HSV 168° 31.38% 93.73%
CMYK 31.38% 0.00% 6.28%
6.27%

Color #A4EFE0 in popluar number systems.

HEX A4 EF E0
Decimal 164 239 224
Binary 10100100 11101111 11100000
Octal 244 357 340

Shades and tints

Shades of #A4EFE0

#A4EFE0
(164,239,224)
#96DACC
(150,218,204)
#88C5B8
(136,197,184)
#7AB0A4
(122,176,164)
#6C9B90
(108,155,144)
#5E867C
(94,134,124)
#507168
(80,113,104)
#425C54
(66,92,84)
#344740
(52,71,64)
#26322C
(38,50,44)
#181D18
(24,29,24)
#000000
(0,0,0)

Tints of #A4EFE0

#A4EFE0
(164,239,224)
#ACF0E2
(172,240,226)
#B4F1E4
(180,241,228)
#BCF2E6
(188,242,230)
#C4F3E8
(196,243,232)
#CCF4EA
(204,244,234)
#D4F5EC
(212,245,236)
#DCF6EE
(220,246,238)
#E4F7F0
(228,247,240)
#ECF8F2
(236,248,242)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4EFE0 color. Also use rgb(164,239,224) instead hex code.

Text Font Color

.myTextColor { color: #A4EFE0; }

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

This text font color is #A4EFE0.

Background Color

.myBgColor { background-color: #A4EFE0; }

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

This div background color is #A4EFE0.

Border color

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

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

This div border color is #A4EFE0.

Opacity

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

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

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

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

This text has shadow with #A4EFE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4EFE0.

Preview

Color preview on black background

This text has color #A4EFE0 on black background.


Color preview on white background

This text has color #A4EFE0 on white background.


Black color preview on #A4EFE0 background

This text has black color on #A4EFE0 background.


White color preview on #A4EFE0 background

This text has white color on #A4EFE0 background.


Related colors

Complementary color

Complementary color for #hex is #5B101F.


I love getcolorcode.com

Triadic colors

1 #E0A4EF and #EFE0A4 with #A4EFE0 are triadic colors.

2 #E0EFA4 and #EFA4E0 with #A4EFE0 are triadic colors.