COLOR #A8EAC2

HEX: #A8EAC2
RGB: (168,234,194)

Color info

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

RGB color model

#A8EAC2 color RGB value is (168,234,194).

  • red value is 168;
  • green value is 234;
  • blue value is 194.
RGB:
(168,234,194)
(66%,92%,76%)

RGB channels and saturation

R 168 of 255 = 66%
G 234 of 255 = 92%
B 194 of 255 = 76%

168
234
194

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

Portions of RGB colors in percentages

R + G + B =
168 + 234 + 194 = 596 (100%)
R 168 of 596 ~ 28.19%
G 234 of 596 ~ 39.26%
B 194 of 596 ~ 32.55%

%28.19
%39.26
%32.55

CMYK color model

#A8EAC2 color CMYK value is (28,0,17,8).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 8.24%
CMYK:
(28,0,17,8)
C28M0Y17K8 
(28%,0%,17%,8%)
(0.28/0.00/0.17/0.08)	

CMYK percentages

%28.21
%0
%17.09
%8.24

Codes

Color #A8EAC2 in popluar color models

A8EAC2
RGB168234194
HSL144°61.11%78.82%
HSB/HSV144°28.21%91.76%
CMYK28.21%0.00%17.09%
8.24%

Color #A8EAC2 in popluar number systems.

HEXA8EAC2
Decimal168234194
Binary101010001110101011000010
Octal250352302

Shades and tints

Shades of #A8EAC2

#A8EAC2
(168,234,194)
#99D5B1
(153,213,177)
#8AC0A0
(138,192,160)
#7BAB8F
(123,171,143)
#6C967E
(108,150,126)
#5D816D
(93,129,109)
#4E6C5C
(78,108,92)
#3F574B
(63,87,75)
#30423A
(48,66,58)
#212D29
(33,45,41)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #A8EAC2

#A8EAC2
(168,234,194)
#AFEBC7
(175,235,199)
#B6ECCC
(182,236,204)
#BDEDD1
(189,237,209)
#C4EED6
(196,238,214)
#CBEFDB
(203,239,219)
#D2F0E0
(210,240,224)
#D9F1E5
(217,241,229)
#E0F2EA
(224,242,234)
#E7F3EF
(231,243,239)
#EEF4F4
(238,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8EAC2 color. Also use rgb(168,234,194) instead hex code.

Text Font Color

.myTextColor { color: #A8EAC2; }

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

This text font color is #A8EAC2.


Background Color

.myBgColor { background-color: #A8EAC2; }

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

This div background color is #A8EAC2.


Border color

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

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

This div border color is #A8EAC2.


Opacity

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

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

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

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

This text has shadow with #A8EAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8EAC2 on black background.


Color preview on white background

This text has color #A8EAC2 on white background.



Black color preview on #A8EAC2 background

This text has black color on #A8EAC2 background.


White color preview on #A8EAC2 background

This text has white color on #A8EAC2 background.