COLOR #A8EFC6

HEX: #A8EFC6 RGB: (168,239,198)

Color info

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

RGB color model

#A8EFC6 color RGB value is (168,239,198).

RGB: (168,239,198) (66%, 94%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 239 of 255 = 94%
B 198 of 255 = 78%

168
239
198

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

Portions of RGB colors in percentages

R + G + B = 168 + 239 + 198 = 605 (100%)
R 168 of 605 ~ 27.77%
G 239 of 605 ~ 39.5%
B 198 of 605 ~ 32.73'%

%27.77
%39.5
%32.73

CMYK color model

#A8EFC6 color CMYK value is (30,0,17,6).

  • cyan value is 29.71%
  • magenta value is 0.00%
  • yellow value is 17.15%
  • key color value is 6.27%

CMYK: (30,0,17,6)
C30M0Y17K6 (30%, 0%, 17%, 6%)
(0.30 / 0.00 / 0.17 / 0.06)

CMYK percentages

%29.71
%0
%17.15
%6.27

Codes

Color #A8EFC6 in popluar color models

A8 EF C6
RGB 168 239 198
HSL 145° 68.93% 79.80%
HSB/HSV 145° 29.71% 93.73%
CMYK 29.71% 0.00% 17.15%
6.27%

Color #A8EFC6 in popluar number systems.

HEX A8 EF C6
Decimal 168 239 198
Binary 10101000 11101111 11000110
Octal 250 357 306

Shades and tints

Shades of #A8EFC6

#A8EFC6
(168,239,198)
#99DAB4
(153,218,180)
#8AC5A2
(138,197,162)
#7BB090
(123,176,144)
#6C9B7E
(108,155,126)
#5D866C
(93,134,108)
#4E715A
(78,113,90)
#3F5C48
(63,92,72)
#304736
(48,71,54)
#213224
(33,50,36)
#121D12
(18,29,18)
#000000
(0,0,0)

Tints of #A8EFC6

#A8EFC6
(168,239,198)
#AFF0CB
(175,240,203)
#B6F1D0
(182,241,208)
#BDF2D5
(189,242,213)
#C4F3DA
(196,243,218)
#CBF4DF
(203,244,223)
#D2F5E4
(210,245,228)
#D9F6E9
(217,246,233)
#E0F7EE
(224,247,238)
#E7F8F3
(231,248,243)
#EEF9F8
(238,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EFC6; }

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

This text font color is #A8EFC6.

Background Color

.myBgColor { background-color: #A8EFC6; }

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

This div background color is #A8EFC6.

Border color

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

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

This div border color is #A8EFC6.

Opacity

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

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

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

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

This text has shadow with #A8EFC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8EFC6.

Preview

Color preview on black background

This text has color #A8EFC6 on black background.


Color preview on white background

This text has color #A8EFC6 on white background.


Black color preview on #A8EFC6 background

This text has black color on #A8EFC6 background.


White color preview on #A8EFC6 background

This text has white color on #A8EFC6 background.


Related colors

Complementary color

Complementary color for #hex is #571039.


I love getcolorcode.com

Triadic colors

1 #C6A8EF and #EFC6A8 with #A8EFC6 are triadic colors.

2 #C6EFA8 and #EFA8C6 with #A8EFC6 are triadic colors.