COLOR #A8E6BF

HEX: #A8E6BF RGB: (168,230,191)

Color info

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

RGB color model

#A8E6BF color RGB value is (168,230,191).

RGB: (168,230,191) (66%, 90%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 230 of 255 = 90%
B 191 of 255 = 75%

168
230
191

R + G + B ~ 77%. #A8E6BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 230 + 191 = 589 (100%)
R 168 of 589 ~ 28.52%
G 230 of 589 ~ 39.05%
B 191 of 589 ~ 32.43'%

%28.52
%39.05
%32.43

CMYK color model

#A8E6BF color CMYK value is (27,0,17,10).

  • cyan value is 26.96%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%

CMYK: (27,0,17,10)
C27M0Y17K10 (27%, 0%, 17%, 10%)
(0.27 / 0.00 / 0.17 / 0.10)

CMYK percentages

%26.96
%0
%16.96
%9.8

Codes

Color #A8E6BF in popluar color models

A8 E6 BF
RGB 168 230 191
HSL 142° 55.36% 78.04%
HSB/HSV 142° 26.96% 90.20%
CMYK 26.96% 0.00% 16.96%
9.80%

Color #A8E6BF in popluar number systems.

HEX A8 E6 BF
Decimal 168 230 191
Binary 10101000 11100110 10111111
Octal 250 346 277

Shades and tints

Shades of #A8E6BF

#A8E6BF
(168,230,191)
#99D2AE
(153,210,174)
#8ABE9D
(138,190,157)
#7BAA8C
(123,170,140)
#6C967B
(108,150,123)
#5D826A
(93,130,106)
#4E6E59
(78,110,89)
#3F5A48
(63,90,72)
#304637
(48,70,55)
#213226
(33,50,38)
#121E15
(18,30,21)
#000000
(0,0,0)

Tints of #A8E6BF

#A8E6BF
(168,230,191)
#AFE8C4
(175,232,196)
#B6EAC9
(182,234,201)
#BDECCE
(189,236,206)
#C4EED3
(196,238,211)
#CBF0D8
(203,240,216)
#D2F2DD
(210,242,221)
#D9F4E2
(217,244,226)
#E0F6E7
(224,246,231)
#E7F8EC
(231,248,236)
#EEFAF1
(238,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8E6BF; }

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

This text font color is #A8E6BF.

Background Color

.myBgColor { background-color: #A8E6BF; }

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

This div background color is #A8E6BF.

Border color

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

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

This div border color is #A8E6BF.

Opacity

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

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

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

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

This text has shadow with #A8E6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E6BF.

Preview

Color preview on black background

This text has color #A8E6BF on black background.


Color preview on white background

This text has color #A8E6BF on white background.


Black color preview on #A8E6BF background

This text has black color on #A8E6BF background.


White color preview on #A8E6BF background

This text has white color on #A8E6BF background.


Related colors

Complementary color

Complementary color for #hex is #571940.


I love getcolorcode.com

Triadic colors

1 #BFA8E6 and #E6BFA8 with #A8E6BF are triadic colors.

2 #BFE6A8 and #E6A8BF with #A8E6BF are triadic colors.