COLOR #A4ECC3

HEX: #A4ECC3 RGB: (164,236,195)

Color info

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

RGB color model

#A4ECC3 color RGB value is (164,236,195).

RGB: (164,236,195) (64%, 93%, 76%)

RGB channels and saturation

R 164 of 255 = 64%
G 236 of 255 = 93%
B 195 of 255 = 76%

164
236
195

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

Portions of RGB colors in percentages

R + G + B = 164 + 236 + 195 = 595 (100%)
R 164 of 595 ~ 27.56%
G 236 of 595 ~ 39.66%
B 195 of 595 ~ 32.77'%

%27.56
%39.66
%32.77

CMYK color model

#A4ECC3 color CMYK value is (31,0,17,7).

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

CMYK: (31,0,17,7)
C31M0Y17K7 (31%, 0%, 17%, 7%)
(0.31 / 0.00 / 0.17 / 0.07)

CMYK percentages

%30.51
%0
%17.37
%7.45

Codes

Color #A4ECC3 in popluar color models

A4 EC C3
RGB 164 236 195
HSL 146° 65.45% 78.43%
HSB/HSV 146° 30.51% 92.55%
CMYK 30.51% 0.00% 17.37%
7.45%

Color #A4ECC3 in popluar number systems.

HEX A4 EC C3
Decimal 164 236 195
Binary 10100100 11101100 11000011
Octal 244 354 303

Shades and tints

Shades of #A4ECC3

#A4ECC3
(164,236,195)
#96D7B2
(150,215,178)
#88C2A1
(136,194,161)
#7AAD90
(122,173,144)
#6C987F
(108,152,127)
#5E836E
(94,131,110)
#506E5D
(80,110,93)
#42594C
(66,89,76)
#34443B
(52,68,59)
#262F2A
(38,47,42)
#181A19
(24,26,25)
#000000
(0,0,0)

Tints of #A4ECC3

#A4ECC3
(164,236,195)
#ACEDC8
(172,237,200)
#B4EECD
(180,238,205)
#BCEFD2
(188,239,210)
#C4F0D7
(196,240,215)
#CCF1DC
(204,241,220)
#D4F2E1
(212,242,225)
#DCF3E6
(220,243,230)
#E4F4EB
(228,244,235)
#ECF5F0
(236,245,240)
#F4F6F5
(244,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ECC3; }

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

This text font color is #A4ECC3.

Background Color

.myBgColor { background-color: #A4ECC3; }

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

This div background color is #A4ECC3.

Border color

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

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

This div border color is #A4ECC3.

Opacity

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

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

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

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

This text has shadow with #A4ECC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ECC3.

Preview

Color preview on black background

This text has color #A4ECC3 on black background.


Color preview on white background

This text has color #A4ECC3 on white background.


Black color preview on #A4ECC3 background

This text has black color on #A4ECC3 background.


White color preview on #A4ECC3 background

This text has white color on #A4ECC3 background.


Related colors

Complementary color

Complementary color for #hex is #5B133C.


I love getcolorcode.com

Triadic colors

1 #C3A4EC and #ECC3A4 with #A4ECC3 are triadic colors.

2 #C3ECA4 and #ECA4C3 with #A4ECC3 are triadic colors.