COLOR #A4E4CB

HEX: #A4E4CB RGB: (164,228,203)

Color info

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

RGB color model

#A4E4CB color RGB value is (164,228,203).

RGB: (164,228,203) (64%, 89%, 80%)

RGB channels and saturation

R 164 of 255 = 64%
G 228 of 255 = 89%
B 203 of 255 = 80%

164
228
203

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

Portions of RGB colors in percentages

R + G + B = 164 + 228 + 203 = 595 (100%)
R 164 of 595 ~ 27.56%
G 228 of 595 ~ 38.32%
B 203 of 595 ~ 34.12'%

%27.56
%38.32
%34.12

CMYK color model

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

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

CMYK: (28,0,11,11)
C28M0Y11K11 (28%, 0%, 11%, 11%)
(0.28 / 0.00 / 0.11 / 0.11)

CMYK percentages

%28.07
%0
%10.96
%10.59

Codes

Color #A4E4CB in popluar color models

A4 E4 CB
RGB 164 228 203
HSL 157° 54.24% 76.86%
HSB/HSV 157° 28.07% 89.41%
CMYK 28.07% 0.00% 10.96%
10.59%

Color #A4E4CB in popluar number systems.

HEX A4 E4 CB
Decimal 164 228 203
Binary 10100100 11100100 11001011
Octal 244 344 313

Shades and tints

Shades of #A4E4CB

#A4E4CB
(164,228,203)
#96D0B9
(150,208,185)
#88BCA7
(136,188,167)
#7AA895
(122,168,149)
#6C9483
(108,148,131)
#5E8071
(94,128,113)
#506C5F
(80,108,95)
#42584D
(66,88,77)
#34443B
(52,68,59)
#263029
(38,48,41)
#181C17
(24,28,23)
#000000
(0,0,0)

Tints of #A4E4CB

#A4E4CB
(164,228,203)
#ACE6CF
(172,230,207)
#B4E8D3
(180,232,211)
#BCEAD7
(188,234,215)
#C4ECDB
(196,236,219)
#CCEEDF
(204,238,223)
#D4F0E3
(212,240,227)
#DCF2E7
(220,242,231)
#E4F4EB
(228,244,235)
#ECF6EF
(236,246,239)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E4CB; }

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

This text font color is #A4E4CB.

Background Color

.myBgColor { background-color: #A4E4CB; }

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

This div background color is #A4E4CB.

Border color

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

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

This div border color is #A4E4CB.

Opacity

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

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

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

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

This text has shadow with #A4E4CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4E4CB.

Preview

Color preview on black background

This text has color #A4E4CB on black background.


Color preview on white background

This text has color #A4E4CB on white background.


Black color preview on #A4E4CB background

This text has black color on #A4E4CB background.


White color preview on #A4E4CB background

This text has white color on #A4E4CB background.


Related colors

Complementary color

Complementary color for #hex is #5B1B34.


I love getcolorcode.com

Triadic colors

1 #CBA4E4 and #E4CBA4 with #A4E4CB are triadic colors.

2 #CBE4A4 and #E4A4CB with #A4E4CB are triadic colors.