COLOR #A4E6C5

HEX: #A4E6C5 RGB: (164,230,197)

Color info

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

RGB color model

#A4E6C5 color RGB value is (164,230,197).

RGB: (164,230,197) (64%, 90%, 77%)

RGB channels and saturation

R 164 of 255 = 64%
G 230 of 255 = 90%
B 197 of 255 = 77%

164
230
197

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

Portions of RGB colors in percentages

R + G + B = 164 + 230 + 197 = 591 (100%)
R 164 of 591 ~ 27.75%
G 230 of 591 ~ 38.92%
B 197 of 591 ~ 33.33'%

%27.75
%38.92
%33.33

CMYK color model

#A4E6C5 color CMYK value is (29,0,14,10).

  • cyan value is 28.70%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%

CMYK: (29,0,14,10)
C29M0Y14K10 (29%, 0%, 14%, 10%)
(0.29 / 0.00 / 0.14 / 0.10)

CMYK percentages

%28.7
%0
%14.35
%9.8

Codes

Color #A4E6C5 in popluar color models

A4 E6 C5
RGB 164 230 197
HSL 150° 56.90% 77.25%
HSB/HSV 150° 28.70% 90.20%
CMYK 28.70% 0.00% 14.35%
9.80%

Color #A4E6C5 in popluar number systems.

HEX A4 E6 C5
Decimal 164 230 197
Binary 10100100 11100110 11000101
Octal 244 346 305

Shades and tints

Shades of #A4E6C5

#A4E6C5
(164,230,197)
#96D2B4
(150,210,180)
#88BEA3
(136,190,163)
#7AAA92
(122,170,146)
#6C9681
(108,150,129)
#5E8270
(94,130,112)
#506E5F
(80,110,95)
#425A4E
(66,90,78)
#34463D
(52,70,61)
#26322C
(38,50,44)
#181E1B
(24,30,27)
#000000
(0,0,0)

Tints of #A4E6C5

#A4E6C5
(164,230,197)
#ACE8CA
(172,232,202)
#B4EACF
(180,234,207)
#BCECD4
(188,236,212)
#C4EED9
(196,238,217)
#CCF0DE
(204,240,222)
#D4F2E3
(212,242,227)
#DCF4E8
(220,244,232)
#E4F6ED
(228,246,237)
#ECF8F2
(236,248,242)
#F4FAF7
(244,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E6C5 color. Also use rgb(164,230,197) instead hex code.

Text Font Color

.myTextColor { color: #A4E6C5; }

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

This text font color is #A4E6C5.

Background Color

.myBgColor { background-color: #A4E6C5; }

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

This div background color is #A4E6C5.

Border color

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

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

This div border color is #A4E6C5.

Opacity

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

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

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

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

This text has shadow with #A4E6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E6C5.

Preview

Color preview on black background

This text has color #A4E6C5 on black background.


Color preview on white background

This text has color #A4E6C5 on white background.


Black color preview on #A4E6C5 background

This text has black color on #A4E6C5 background.


White color preview on #A4E6C5 background

This text has white color on #A4E6C5 background.


Related colors

Complementary color

Complementary color for #hex is #5B193A.


I love getcolorcode.com

Triadic colors

1 #C5A4E6 and #E6C5A4 with #A4E6C5 are triadic colors.

2 #C5E6A4 and #E6A4C5 with #A4E6C5 are triadic colors.