COLOR #A8EAD4

HEX: #A8EAD4 RGB: (168,234,212)

Color info

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

RGB color model

#A8EAD4 color RGB value is (168,234,212).

RGB: (168,234,212) (66%, 92%, 83%)

RGB channels and saturation

R 168 of 255 = 66%
G 234 of 255 = 92%
B 212 of 255 = 83%

168
234
212

R + G + B ~ 80%. #A8EAD4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 234 + 212 = 614 (100%)
R 168 of 614 ~ 27.36%
G 234 of 614 ~ 38.11%
B 212 of 614 ~ 34.53'%

%27.36
%38.11
%34.53

CMYK color model

#A8EAD4 color CMYK value is (28,0,9,8).

  • cyan value is 28.21%
  • magenta value is 0.00%
  • yellow value is 9.40%
  • key color value is 8.24%

CMYK: (28,0,9,8)
C28M0Y9K8 (28%, 0%, 9%, 8%)
(0.28 / 0.00 / 0.09 / 0.08)

CMYK percentages

%28.21
%0
%9.4
%8.24

Codes

Color #A8EAD4 in popluar color models

A8 EA D4
RGB 168 234 212
HSL 160° 61.11% 78.82%
HSB/HSV 160° 28.21% 91.76%
CMYK 28.21% 0.00% 9.40%
8.24%

Color #A8EAD4 in popluar number systems.

HEX A8 EA D4
Decimal 168 234 212
Binary 10101000 11101010 11010100
Octal 250 352 324

Shades and tints

Shades of #A8EAD4

#A8EAD4
(168,234,212)
#99D5C1
(153,213,193)
#8AC0AE
(138,192,174)
#7BAB9B
(123,171,155)
#6C9688
(108,150,136)
#5D8175
(93,129,117)
#4E6C62
(78,108,98)
#3F574F
(63,87,79)
#30423C
(48,66,60)
#212D29
(33,45,41)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #A8EAD4

#A8EAD4
(168,234,212)
#AFEBD7
(175,235,215)
#B6ECDA
(182,236,218)
#BDEDDD
(189,237,221)
#C4EEE0
(196,238,224)
#CBEFE3
(203,239,227)
#D2F0E6
(210,240,230)
#D9F1E9
(217,241,233)
#E0F2EC
(224,242,236)
#E7F3EF
(231,243,239)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8EAD4; }

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

This text font color is #A8EAD4.

Background Color

.myBgColor { background-color: #A8EAD4; }

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

This div background color is #A8EAD4.

Border color

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

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

This div border color is #A8EAD4.

Opacity

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

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

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

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

This text has shadow with #A8EAD4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8EAD4.

Preview

Color preview on black background

This text has color #A8EAD4 on black background.


Color preview on white background

This text has color #A8EAD4 on white background.


Black color preview on #A8EAD4 background

This text has black color on #A8EAD4 background.


White color preview on #A8EAD4 background

This text has white color on #A8EAD4 background.


Related colors

Complementary color

Complementary color for #hex is #57152B.


I love getcolorcode.com

Triadic colors

1 #D4A8EA and #EAD4A8 with #A8EAD4 are triadic colors.

2 #D4EAA8 and #EAA8D4 with #A8EAD4 are triadic colors.