COLOR #A4ECCB

HEX: #A4ECCB
RGB: (164,236,203)

Color info

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

RGB color model

#A4ECCB color RGB value is (164,236,203).

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

RGB channels and saturation

R 164 of 255 = 64%
G 236 of 255 = 93%
B 203 of 255 = 80%

164
236
203

R + G + B ~ 79%. #A4ECCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 236 + 203 = 603 (100%)
R 164 of 603 ~ 27.2%
G 236 of 603 ~ 39.14%
B 203 of 603 ~ 33.67%

%27.2
%39.14
%33.67

CMYK color model

#A4ECCB color CMYK value is (31,0,14,7).

  • cyan value is 30.51%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 7.45%
CMYK:
(31,0,14,7)
C31M0Y14K7 
(31%,0%,14%,7%)
(0.31/0.00/0.14/0.07)	

CMYK percentages

%30.51
%0
%13.98
%7.45

Codes

Color #A4ECCB in popluar color models

A4ECCB
RGB164236203
HSL153°65.45%78.43%
HSB/HSV153°30.51%92.55%
CMYK30.51%0.00%13.98%
7.45%

Color #A4ECCB in popluar number systems.

HEXA4ECCB
Decimal164236203
Binary101001001110110011001011
Octal244354313

Shades and tints

Shades of #A4ECCB

#A4ECCB
(164,236,203)
#96D7B9
(150,215,185)
#88C2A7
(136,194,167)
#7AAD95
(122,173,149)
#6C9883
(108,152,131)
#5E8371
(94,131,113)
#506E5F
(80,110,95)
#42594D
(66,89,77)
#34443B
(52,68,59)
#262F29
(38,47,41)
#181A17
(24,26,23)
#000000
(0,0,0)

Tints of #A4ECCB

#A4ECCB
(164,236,203)
#ACEDCF
(172,237,207)
#B4EED3
(180,238,211)
#BCEFD7
(188,239,215)
#C4F0DB
(196,240,219)
#CCF1DF
(204,241,223)
#D4F2E3
(212,242,227)
#DCF3E7
(220,243,231)
#E4F4EB
(228,244,235)
#ECF5EF
(236,245,239)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ECCB; }

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

This text font color is #A4ECCB.


Background Color

.myBgColor { background-color: #A4ECCB; }

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

This div background color is #A4ECCB.


Border color

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

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

This div border color is #A4ECCB.


Opacity

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

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

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

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

This text has shadow with #A4ECCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ECCB on black background.


Color preview on white background

This text has color #A4ECCB on white background.



Black color preview on #A4ECCB background

This text has black color on #A4ECCB background.


White color preview on #A4ECCB background

This text has white color on #A4ECCB background.