COLOR #A4E2CB

HEX: #A4E2CB
RGB: (164,226,203)

Color info

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

RGB color model

#A4E2CB color RGB value is (164,226,203).

  • red value is 164;
  • green value is 226;
  • blue value is 203.
RGB:
(164,226,203)
(64%,89%,80%)

RGB channels and saturation

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

164
226
203

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

Portions of RGB colors in percentages

R + G + B =
164 + 226 + 203 = 593 (100%)
R 164 of 593 ~ 27.66%
G 226 of 593 ~ 38.11%
B 203 of 593 ~ 34.23%

%27.66
%38.11
%34.23

CMYK color model

#A4E2CB color CMYK value is (27,0,10,11).

  • cyan value is 27.43%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(27,0,10,11)
C27M0Y10K11 
(27%,0%,10%,11%)
(0.27/0.00/0.10/0.11)	

CMYK percentages

%27.43
%0
%10.18
%11.37

Codes

Color #A4E2CB in popluar color models

A4E2CB
RGB164226203
HSL158°51.67%76.47%
HSB/HSV158°27.43%88.63%
CMYK27.43%0.00%10.18%
11.37%

Color #A4E2CB in popluar number systems.

HEXA4E2CB
Decimal164226203
Binary101001001110001011001011
Octal244342313

Shades and tints

Shades of #A4E2CB

#A4E2CB
(164,226,203)
#96CEB9
(150,206,185)
#88BAA7
(136,186,167)
#7AA695
(122,166,149)
#6C9283
(108,146,131)
#5E7E71
(94,126,113)
#506A5F
(80,106,95)
#42564D
(66,86,77)
#34423B
(52,66,59)
#262E29
(38,46,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #A4E2CB

#A4E2CB
(164,226,203)
#ACE4CF
(172,228,207)
#B4E6D3
(180,230,211)
#BCE8D7
(188,232,215)
#C4EADB
(196,234,219)
#CCECDF
(204,236,223)
#D4EEE3
(212,238,227)
#DCF0E7
(220,240,231)
#E4F2EB
(228,242,235)
#ECF4EF
(236,244,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4E2CB; }

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

This text font color is #A4E2CB.


Background Color

.myBgColor { background-color: #A4E2CB; }

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

This div background color is #A4E2CB.


Border color

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

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

This div border color is #A4E2CB.


Opacity

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

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

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

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

This text has shadow with #A4E2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4E2CB on black background.


Color preview on white background

This text has color #A4E2CB on white background.



Black color preview on #A4E2CB background

This text has black color on #A4E2CB background.


White color preview on #A4E2CB background

This text has white color on #A4E2CB background.