COLOR #A8E6C5

HEX: #A8E6C5 RGB: (168,230,197)

Color info

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

RGB color model

#A8E6C5 color RGB value is (168,230,197).

RGB: (168,230,197) (66%, 90%, 77%)

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 197 of 255 = 77%

168
230
197

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

Portions of RGB colors in percentages

R + G + B = 168 + 230 + 197 = 595 (100%)
R 168 of 595 ~ 28.24%
G 230 of 595 ~ 38.66%
B 197 of 595 ~ 33.11'%

%28.24
%38.66
%33.11

CMYK color model

#A8E6C5 color CMYK value is (27,0,14,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%
CMYK: (27,0,14,10) C27M0Y14K10 (27%,0%,14%,10%) (0.27/0.00/0.14/0.10) 

CMYK percentages

%26.96
%0
%14.35
%9.8

Codes

Color #A8E6C5 in popluar color models

A8 E6 C5
RGB 168 230 197
HSL 148° 55.36% 78.04%
HSB/HSV 148° 26.96% 90.20%
CMYK 26.96% 0.00% 14.35%
9.80%

Color #A8E6C5 in popluar number systems.

HEX A8 E6 C5
Decimal 168 230 197
Binary 10101000 11100110 11000101
Octal 250 346 305

Shades and tints

Shades of #A8E6C5

#A8E6C5
(168,230,197)
#99D2B4
(153,210,180)
#8ABEA3
(138,190,163)
#7BAA92
(123,170,146)
#6C9681
(108,150,129)
#5D8270
(93,130,112)
#4E6E5F
(78,110,95)
#3F5A4E
(63,90,78)
#30463D
(48,70,61)
#21322C
(33,50,44)
#121E1B
(18,30,27)
#000000
(0,0,0)

Tints of #A8E6C5

#A8E6C5
(168,230,197)
#AFE8CA
(175,232,202)
#B6EACF
(182,234,207)
#BDECD4
(189,236,212)
#C4EED9
(196,238,217)
#CBF0DE
(203,240,222)
#D2F2E3
(210,242,227)
#D9F4E8
(217,244,232)
#E0F6ED
(224,246,237)
#E7F8F2
(231,248,242)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E6C5 color. Also use rgb(168,230,197) instead hex code.

Text Font Color

.myTextColor { color: #A8E6C5; }

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

This text font color is #A8E6C5.

Background Color

.myBgColor { background-color: #A8E6C5; }

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

This div background color is #A8E6C5.

Border color

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

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

This div border color is #A8E6C5.

Opacity

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

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

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

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

This text has shadow with #A8E6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E6C5.

Preview

Color preview on black background

This text has color #A8E6C5 on black background.


Color preview on white background

This text has color #A8E6C5 on white background.


Black color preview on #A8E6C5 background

This text has black color on #A8E6C5 background.


White color preview on #A8E6C5 background

This text has white color on #A8E6C5 background.


Related colors

Complementary color

Complementary color for #hex is #57193A.


I love getcolorcode.com

Triadic colors

1 #C5A8E6 and #E6C5A8 with #A8E6C5 are triadic colors.

2 #C5E6A8 and #E6A8C5 with #A8E6C5 are triadic colors.