COLOR #A8F6E9

HEX: #A8F6E9 RGB: (168,246,233)

Color info

#A8F6E9 contains mainly green and blue colors. Web safe color of #A8F6E9 is #99FFFF (or #9FF).

RGB color model

#A8F6E9 color RGB value is (168,246,233).

RGB: (168,246,233) (66%, 96%, 91%)

RGB channels and saturation

R 168 of 255 = 66%
G 246 of 255 = 96%
B 233 of 255 = 91%

168
246
233

R + G + B ~ 84%. #A8F6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 246 + 233 = 647 (100%)
R 168 of 647 ~ 25.97%
G 246 of 647 ~ 38.02%
B 233 of 647 ~ 36.01'%

%25.97
%38.02
%36.01

CMYK color model

#A8F6E9 color CMYK value is (32,0,5,4).

  • cyan value is 31.71%
  • magenta value is 0.00%
  • yellow value is 5.28%
  • key color value is 3.53%

CMYK: (32,0,5,4)
C32M0Y5K4 (32%, 0%, 5%, 4%)
(0.32 / 0.00 / 0.05 / 0.04)

CMYK percentages

%31.71
%0
%5.28
%3.53

Codes

Color #A8F6E9 in popluar color models

A8 F6 E9
RGB 168 246 233
HSL 170° 81.25% 81.18%
HSB/HSV 170° 31.71% 96.47%
CMYK 31.71% 0.00% 5.28%
3.53%

Color #A8F6E9 in popluar number systems.

HEX A8 F6 E9
Decimal 168 246 233
Binary 10101000 11110110 11101001
Octal 250 366 351

Shades and tints

Shades of #A8F6E9

#A8F6E9
(168,246,233)
#99E0D4
(153,224,212)
#8ACABF
(138,202,191)
#7BB4AA
(123,180,170)
#6C9E95
(108,158,149)
#5D8880
(93,136,128)
#4E726B
(78,114,107)
#3F5C56
(63,92,86)
#304641
(48,70,65)
#21302C
(33,48,44)
#121A17
(18,26,23)
#000000
(0,0,0)

Tints of #A8F6E9

#A8F6E9
(168,246,233)
#AFF6EB
(175,246,235)
#B6F6ED
(182,246,237)
#BDF6EF
(189,246,239)
#C4F6F1
(196,246,241)
#CBF6F3
(203,246,243)
#D2F6F5
(210,246,245)
#D9F6F7
(217,246,247)
#E0F6F9
(224,246,249)
#E7F6FB
(231,246,251)
#EEF6FD
(238,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8F6E9 color. Also use rgb(168,246,233) instead hex code.

Text Font Color

.myTextColor { color: #A8F6E9; }

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

This text font color is #A8F6E9.

Background Color

.myBgColor { background-color: #A8F6E9; }

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

This div background color is #A8F6E9.

Border color

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

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

This div border color is #A8F6E9.

Opacity

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

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

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

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

This text has shadow with #A8F6E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8F6E9.

Preview

Color preview on black background

This text has color #A8F6E9 on black background.


Color preview on white background

This text has color #A8F6E9 on white background.


Black color preview on #A8F6E9 background

This text has black color on #A8F6E9 background.


White color preview on #A8F6E9 background

This text has white color on #A8F6E9 background.


Related colors

Complementary color

Complementary color for #hex is #570916.


I love getcolorcode.com

Triadic colors

1 #E9A8F6 and #F6E9A8 with #A8F6E9 are triadic colors.

2 #E9F6A8 and #F6A8E9 with #A8F6E9 are triadic colors.