COLOR #A8ECC8

HEX: #A8ECC8
RGB: (168,236,200)

Color info

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

RGB color model

#A8ECC8 color RGB value is (168,236,200).

  • red value is 168;
  • green value is 236;
  • blue value is 200.
RGB:
(168,236,200)
(66%,93%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 236 of 255 = 93%
B 200 of 255 = 78%

168
236
200

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

Portions of RGB colors in percentages

R + G + B =
168 + 236 + 200 = 604 (100%)
R 168 of 604 ~ 27.81%
G 236 of 604 ~ 39.07%
B 200 of 604 ~ 33.11%

%27.81
%39.07
%33.11

CMYK color model

#A8ECC8 color CMYK value is (29,0,15,7).

  • cyan value is 28.81%
  • magenta value is 0.00%
  • yellow value is 15.25%
  • key color value is 7.45%
CMYK:
(29,0,15,7)
C29M0Y15K7 
(29%,0%,15%,7%)
(0.29/0.00/0.15/0.07)	

CMYK percentages

%28.81
%0
%15.25
%7.45

Codes

Color #A8ECC8 in popluar color models

A8ECC8
RGB168236200
HSL148°64.15%79.22%
HSB/HSV148°28.81%92.55%
CMYK28.81%0.00%15.25%
7.45%

Color #A8ECC8 in popluar number systems.

HEXA8ECC8
Decimal168236200
Binary101010001110110011001000
Octal250354310

Shades and tints

Shades of #A8ECC8

#A8ECC8
(168,236,200)
#99D7B6
(153,215,182)
#8AC2A4
(138,194,164)
#7BAD92
(123,173,146)
#6C9880
(108,152,128)
#5D836E
(93,131,110)
#4E6E5C
(78,110,92)
#3F594A
(63,89,74)
#304438
(48,68,56)
#212F26
(33,47,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #A8ECC8

#A8ECC8
(168,236,200)
#AFEDCD
(175,237,205)
#B6EED2
(182,238,210)
#BDEFD7
(189,239,215)
#C4F0DC
(196,240,220)
#CBF1E1
(203,241,225)
#D2F2E6
(210,242,230)
#D9F3EB
(217,243,235)
#E0F4F0
(224,244,240)
#E7F5F5
(231,245,245)
#EEF6FA
(238,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8ECC8 color. Also use rgb(168,236,200) instead hex code.

Text Font Color

.myTextColor { color: #A8ECC8; }

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

This text font color is #A8ECC8.


Background Color

.myBgColor { background-color: #A8ECC8; }

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

This div background color is #A8ECC8.


Border color

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

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

This div border color is #A8ECC8.


Opacity

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

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

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

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

This text has shadow with #A8ECC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8ECC8 on black background.


Color preview on white background

This text has color #A8ECC8 on white background.



Black color preview on #A8ECC8 background

This text has black color on #A8ECC8 background.


White color preview on #A8ECC8 background

This text has white color on #A8ECC8 background.