COLOR #A8EFC0

HEX: #A8EFC0 RGB: (168,239,192)

Color info

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

RGB color model

#A8EFC0 color RGB value is (168,239,192).

RGB: (168,239,192) (66%, 94%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 239 of 255 = 94%
B 192 of 255 = 75%

168
239
192

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

Portions of RGB colors in percentages

R + G + B = 168 + 239 + 192 = 599 (100%)
R 168 of 599 ~ 28.05%
G 239 of 599 ~ 39.9%
B 192 of 599 ~ 32.05'%

%28.05
%39.9
%32.05

CMYK color model

#A8EFC0 color CMYK value is (30,0,20,6).

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

CMYK: (30,0,20,6)
C30M0Y20K6 (30%, 0%, 20%, 6%)
(0.30 / 0.00 / 0.20 / 0.06)

CMYK percentages

%29.71
%0
%19.67
%6.27

Codes

Color #A8EFC0 in popluar color models

A8 EF C0
RGB 168 239 192
HSL 140° 68.93% 79.80%
HSB/HSV 140° 29.71% 93.73%
CMYK 29.71% 0.00% 19.67%
6.27%

Color #A8EFC0 in popluar number systems.

HEX A8 EF C0
Decimal 168 239 192
Binary 10101000 11101111 11000000
Octal 250 357 300

Shades and tints

Shades of #A8EFC0

#A8EFC0
(168,239,192)
#99DAAF
(153,218,175)
#8AC59E
(138,197,158)
#7BB08D
(123,176,141)
#6C9B7C
(108,155,124)
#5D866B
(93,134,107)
#4E715A
(78,113,90)
#3F5C49
(63,92,73)
#304738
(48,71,56)
#213227
(33,50,39)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #A8EFC0

#A8EFC0
(168,239,192)
#AFF0C5
(175,240,197)
#B6F1CA
(182,241,202)
#BDF2CF
(189,242,207)
#C4F3D4
(196,243,212)
#CBF4D9
(203,244,217)
#D2F5DE
(210,245,222)
#D9F6E3
(217,246,227)
#E0F7E8
(224,247,232)
#E7F8ED
(231,248,237)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EFC0; }

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

This text font color is #A8EFC0.

Background Color

.myBgColor { background-color: #A8EFC0; }

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

This div background color is #A8EFC0.

Border color

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

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

This div border color is #A8EFC0.

Opacity

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

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

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

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

This text has shadow with #A8EFC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8EFC0.

Preview

Color preview on black background

This text has color #A8EFC0 on black background.


Color preview on white background

This text has color #A8EFC0 on white background.


Black color preview on #A8EFC0 background

This text has black color on #A8EFC0 background.


White color preview on #A8EFC0 background

This text has white color on #A8EFC0 background.


Related colors

Complementary color

Complementary color for #hex is #57103F.


I love getcolorcode.com

Triadic colors

1 #C0A8EF and #EFC0A8 with #A8EFC0 are triadic colors.

2 #C0EFA8 and #EFA8C0 with #A8EFC0 are triadic colors.