COLOR #A4E4C3

HEX: #A4E4C3 RGB: (164,228,195)

Color info

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

RGB color model

#A4E4C3 color RGB value is (164,228,195).

RGB: (164,228,195) (64%, 89%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 228 of 255 = 89%
B 195 of 255 = 76%

164
228
195

R + G + B ~ 76%. #A4E4C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 228 + 195 = 587 (100%)
R 164 of 587 ~ 27.94%
G 228 of 587 ~ 38.84%
B 195 of 587 ~ 33.22'%

%27.94
%38.84
%33.22

CMYK color model

#A4E4C3 color CMYK value is (28,0,14,11).

  • cyan value is 28.07%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 10.59%

CMYK: (28,0,14,11)
C28M0Y14K11 (28%, 0%, 14%, 11%)
(0.28 / 0.00 / 0.14 / 0.11)

CMYK percentages

%28.07
%0
%14.47
%10.59

Codes

Color #A4E4C3 in popluar color models

A4 E4 C3
RGB 164 228 195
HSL 149° 54.24% 76.86%
HSB/HSV 149° 28.07% 89.41%
CMYK 28.07% 0.00% 14.47%
10.59%

Color #A4E4C3 in popluar number systems.

HEX A4 E4 C3
Decimal 164 228 195
Binary 10100100 11100100 11000011
Octal 244 344 303

Shades and tints

Shades of #A4E4C3

#A4E4C3
(164,228,195)
#96D0B2
(150,208,178)
#88BCA1
(136,188,161)
#7AA890
(122,168,144)
#6C947F
(108,148,127)
#5E806E
(94,128,110)
#506C5D
(80,108,93)
#42584C
(66,88,76)
#34443B
(52,68,59)
#26302A
(38,48,42)
#181C19
(24,28,25)
#000000
(0,0,0)

Tints of #A4E4C3

#A4E4C3
(164,228,195)
#ACE6C8
(172,230,200)
#B4E8CD
(180,232,205)
#BCEAD2
(188,234,210)
#C4ECD7
(196,236,215)
#CCEEDC
(204,238,220)
#D4F0E1
(212,240,225)
#DCF2E6
(220,242,230)
#E4F4EB
(228,244,235)
#ECF6F0
(236,246,240)
#F4F8F5
(244,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4E4C3 color. Also use rgb(164,228,195) instead hex code.

Text Font Color

.myTextColor { color: #A4E4C3; }

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

This text font color is #A4E4C3.

Background Color

.myBgColor { background-color: #A4E4C3; }

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

This div background color is #A4E4C3.

Border color

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

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

This div border color is #A4E4C3.

Opacity

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

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

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

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

This text has shadow with #A4E4C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E4C3.

Preview

Color preview on black background

This text has color #A4E4C3 on black background.


Color preview on white background

This text has color #A4E4C3 on white background.


Black color preview on #A4E4C3 background

This text has black color on #A4E4C3 background.


White color preview on #A4E4C3 background

This text has white color on #A4E4C3 background.


Related colors

Complementary color

Complementary color for #hex is #5B1B3C.


I love getcolorcode.com

Triadic colors

1 #C3A4E4 and #E4C3A4 with #A4E4C3 are triadic colors.

2 #C3E4A4 and #E4A4C3 with #A4E4C3 are triadic colors.