COLOR #A8E7C6

HEX: #A8E7C6 RGB: (168,231,198)

Color info

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

RGB color model

#A8E7C6 color RGB value is (168,231,198).

RGB: (168,231,198) (66%, 91%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 231 of 255 = 91%
B 198 of 255 = 78%

168
231
198

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

Portions of RGB colors in percentages

R + G + B = 168 + 231 + 198 = 597 (100%)
R 168 of 597 ~ 28.14%
G 231 of 597 ~ 38.69%
B 198 of 597 ~ 33.17'%

%28.14
%38.69
%33.17

CMYK color model

#A8E7C6 color CMYK value is (27,0,14,9).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 9.41%

CMYK: (27,0,14,9)
C27M0Y14K9 (27%, 0%, 14%, 9%)
(0.27 / 0.00 / 0.14 / 0.09)

CMYK percentages

%27.27
%0
%14.29
%9.41

Codes

Color #A8E7C6 in popluar color models

A8 E7 C6
RGB 168 231 198
HSL 149° 56.76% 78.24%
HSB/HSV 149° 27.27% 90.59%
CMYK 27.27% 0.00% 14.29%
9.41%

Color #A8E7C6 in popluar number systems.

HEX A8 E7 C6
Decimal 168 231 198
Binary 10101000 11100111 11000110
Octal 250 347 306

Shades and tints

Shades of #A8E7C6

#A8E7C6
(168,231,198)
#99D2B4
(153,210,180)
#8ABDA2
(138,189,162)
#7BA890
(123,168,144)
#6C937E
(108,147,126)
#5D7E6C
(93,126,108)
#4E695A
(78,105,90)
#3F5448
(63,84,72)
#303F36
(48,63,54)
#212A24
(33,42,36)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #A8E7C6

#A8E7C6
(168,231,198)
#AFE9CB
(175,233,203)
#B6EBD0
(182,235,208)
#BDEDD5
(189,237,213)
#C4EFDA
(196,239,218)
#CBF1DF
(203,241,223)
#D2F3E4
(210,243,228)
#D9F5E9
(217,245,233)
#E0F7EE
(224,247,238)
#E7F9F3
(231,249,243)
#EEFBF8
(238,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E7C6; }

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

This text font color is #A8E7C6.

Background Color

.myBgColor { background-color: #A8E7C6; }

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

This div background color is #A8E7C6.

Border color

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

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

This div border color is #A8E7C6.

Opacity

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

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

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

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

This text has shadow with #A8E7C6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E7C6.

Preview

Color preview on black background

This text has color #A8E7C6 on black background.


Color preview on white background

This text has color #A8E7C6 on white background.


Black color preview on #A8E7C6 background

This text has black color on #A8E7C6 background.


White color preview on #A8E7C6 background

This text has white color on #A8E7C6 background.


Related colors

Complementary color

Complementary color for #hex is #571839.


I love getcolorcode.com

Triadic colors

1 #C6A8E7 and #E7C6A8 with #A8E7C6 are triadic colors.

2 #C6E7A8 and #E7A8C6 with #A8E7C6 are triadic colors.