COLOR #A8EEC6

HEX: #A8EEC6
RGB: (168,238,198)

Color info

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

RGB color model

#A8EEC6 color RGB value is (168,238,198).

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

RGB channels and saturation

R 168 of 255 = 66%
G 238 of 255 = 93%
B 198 of 255 = 78%

168
238
198

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

Portions of RGB colors in percentages

R + G + B =
168 + 238 + 198 = 604 (100%)
R 168 of 604 ~ 27.81%
G 238 of 604 ~ 39.4%
B 198 of 604 ~ 32.78%

%27.81
%39.4
%32.78

CMYK color model

#A8EEC6 color CMYK value is (29,0,17,7).

  • cyan value is 29.41%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(29,0,17,7)
C29M0Y17K7 
(29%,0%,17%,7%)
(0.29/0.00/0.17/0.07)	

CMYK percentages

%29.41
%0
%16.81
%6.67

Codes

Color #A8EEC6 in popluar color models

A8EEC6
RGB168238198
HSL146°67.31%79.61%
HSB/HSV146°29.41%93.33%
CMYK29.41%0.00%16.81%
6.67%

Color #A8EEC6 in popluar number systems.

HEXA8EEC6
Decimal168238198
Binary101010001110111011000110
Octal250356306

Shades and tints

Shades of #A8EEC6

#A8EEC6
(168,238,198)
#99D9B4
(153,217,180)
#8AC4A2
(138,196,162)
#7BAF90
(123,175,144)
#6C9A7E
(108,154,126)
#5D856C
(93,133,108)
#4E705A
(78,112,90)
#3F5B48
(63,91,72)
#304636
(48,70,54)
#213124
(33,49,36)
#121C12
(18,28,18)
#000000
(0,0,0)

Tints of #A8EEC6

#A8EEC6
(168,238,198)
#AFEFCB
(175,239,203)
#B6F0D0
(182,240,208)
#BDF1D5
(189,241,213)
#C4F2DA
(196,242,218)
#CBF3DF
(203,243,223)
#D2F4E4
(210,244,228)
#D9F5E9
(217,245,233)
#E0F6EE
(224,246,238)
#E7F7F3
(231,247,243)
#EEF8F8
(238,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EEC6 color. Also use rgb(168,238,198) instead hex code.

Text Font Color

.myTextColor { color: #A8EEC6; }

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

This text font color is #A8EEC6.


Background Color

.myBgColor { background-color: #A8EEC6; }

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

This div background color is #A8EEC6.


Border color

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

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

This div border color is #A8EEC6.


Opacity

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

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

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

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

This text has shadow with #A8EEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EEC6 on black background.


Color preview on white background

This text has color #A8EEC6 on white background.



Black color preview on #A8EEC6 background

This text has black color on #A8EEC6 background.


White color preview on #A8EEC6 background

This text has white color on #A8EEC6 background.