COLOR #A4ECC7

HEX: #A4ECC7 RGB: (164,236,199)

Color info

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

RGB color model

#A4ECC7 color RGB value is (164,236,199).

RGB: (164,236,199) (64%, 93%, 78%)

RGB channels and saturation

R 164 of 255 = 64%
G 236 of 255 = 93%
B 199 of 255 = 78%

164
236
199

R + G + B ~ 78%. #A4ECC7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 236 + 199 = 599 (100%)
R 164 of 599 ~ 27.38%
G 236 of 599 ~ 39.4%
B 199 of 599 ~ 33.22'%

%27.38
%39.4
%33.22

CMYK color model

#A4ECC7 color CMYK value is (31,0,16,7).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 15.68%
  • key color value is 7.45%

CMYK: (31,0,16,7)
C31M0Y16K7 (31%, 0%, 16%, 7%)
(0.31 / 0.00 / 0.16 / 0.07)

CMYK percentages

%30.51
%0
%15.68
%7.45

Codes

Color #A4ECC7 in popluar color models

A4 EC C7
RGB 164 236 199
HSL 149° 65.45% 78.43%
HSB/HSV 149° 30.51% 92.55%
CMYK 30.51% 0.00% 15.68%
7.45%

Color #A4ECC7 in popluar number systems.

HEX A4 EC C7
Decimal 164 236 199
Binary 10100100 11101100 11000111
Octal 244 354 307

Shades and tints

Shades of #A4ECC7

#A4ECC7
(164,236,199)
#96D7B5
(150,215,181)
#88C2A3
(136,194,163)
#7AAD91
(122,173,145)
#6C987F
(108,152,127)
#5E836D
(94,131,109)
#506E5B
(80,110,91)
#425949
(66,89,73)
#344437
(52,68,55)
#262F25
(38,47,37)
#181A13
(24,26,19)
#000000
(0,0,0)

Tints of #A4ECC7

#A4ECC7
(164,236,199)
#ACEDCC
(172,237,204)
#B4EED1
(180,238,209)
#BCEFD6
(188,239,214)
#C4F0DB
(196,240,219)
#CCF1E0
(204,241,224)
#D4F2E5
(212,242,229)
#DCF3EA
(220,243,234)
#E4F4EF
(228,244,239)
#ECF5F4
(236,245,244)
#F4F6F9
(244,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4ECC7 color. Also use rgb(164,236,199) instead hex code.

Text Font Color

.myTextColor { color: #A4ECC7; }

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

This text font color is #A4ECC7.

Background Color

.myBgColor { background-color: #A4ECC7; }

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

This div background color is #A4ECC7.

Border color

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

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

This div border color is #A4ECC7.

Opacity

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

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

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

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

This text has shadow with #A4ECC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ECC7.

Preview

Color preview on black background

This text has color #A4ECC7 on black background.


Color preview on white background

This text has color #A4ECC7 on white background.


Black color preview on #A4ECC7 background

This text has black color on #A4ECC7 background.


White color preview on #A4ECC7 background

This text has white color on #A4ECC7 background.


Related colors

Complementary color

Complementary color for #hex is #5B1338.


I love getcolorcode.com

Triadic colors

1 #C7A4EC and #ECC7A4 with #A4ECC7 are triadic colors.

2 #C7ECA4 and #ECA4C7 with #A4ECC7 are triadic colors.