COLOR #A8E5CA

HEX: #A8E5CA RGB: (168,229,202)

Color info

#A8E5CA contains mainly green and blue colors. Web safe color of #A8E5CA is #99CCCC (or #9CC).

RGB color model

#A8E5CA color RGB value is (168,229,202).

RGB: (168,229,202) (66%, 90%, 79%)

RGB channels and saturation

R 168 of 255 = 66%
G 229 of 255 = 90%
B 202 of 255 = 79%

168
229
202

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

Portions of RGB colors in percentages

R + G + B = 168 + 229 + 202 = 599 (100%)
R 168 of 599 ~ 28.05%
G 229 of 599 ~ 38.23%
B 202 of 599 ~ 33.72'%

%28.05
%38.23
%33.72

CMYK color model

#A8E5CA color CMYK value is (27,0,12,10).

  • cyan value is 26.64%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%

CMYK: (27,0,12,10)
C27M0Y12K10 (27%, 0%, 12%, 10%)
(0.27 / 0.00 / 0.12 / 0.10)

CMYK percentages

%26.64
%0
%11.79
%10.2

Codes

Color #A8E5CA in popluar color models

A8 E5 CA
RGB 168 229 202
HSL 153° 53.98% 77.84%
HSB/HSV 153° 26.64% 89.80%
CMYK 26.64% 0.00% 11.79%
10.20%

Color #A8E5CA in popluar number systems.

HEX A8 E5 CA
Decimal 168 229 202
Binary 10101000 11100101 11001010
Octal 250 345 312

Shades and tints

Shades of #A8E5CA

#A8E5CA
(168,229,202)
#99D1B8
(153,209,184)
#8ABDA6
(138,189,166)
#7BA994
(123,169,148)
#6C9582
(108,149,130)
#5D8170
(93,129,112)
#4E6D5E
(78,109,94)
#3F594C
(63,89,76)
#30453A
(48,69,58)
#213128
(33,49,40)
#121D16
(18,29,22)
#000000
(0,0,0)

Tints of #A8E5CA

#A8E5CA
(168,229,202)
#AFE7CE
(175,231,206)
#B6E9D2
(182,233,210)
#BDEBD6
(189,235,214)
#C4EDDA
(196,237,218)
#CBEFDE
(203,239,222)
#D2F1E2
(210,241,226)
#D9F3E6
(217,243,230)
#E0F5EA
(224,245,234)
#E7F7EE
(231,247,238)
#EEF9F2
(238,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8E5CA color. Also use rgb(168,229,202) instead hex code.

Text Font Color

.myTextColor { color: #A8E5CA; }

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

This text font color is #A8E5CA.

Background Color

.myBgColor { background-color: #A8E5CA; }

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

This div background color is #A8E5CA.

Border color

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

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

This div border color is #A8E5CA.

Opacity

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

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

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

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

This text has shadow with #A8E5CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8E5CA.

Preview

Color preview on black background

This text has color #A8E5CA on black background.


Color preview on white background

This text has color #A8E5CA on white background.


Black color preview on #A8E5CA background

This text has black color on #A8E5CA background.


White color preview on #A8E5CA background

This text has white color on #A8E5CA background.


Related colors

Complementary color

Complementary color for #hex is #571A35.


I love getcolorcode.com

Triadic colors

1 #CAA8E5 and #E5CAA8 with #A8E5CA are triadic colors.

2 #CAE5A8 and #E5A8CA with #A8E5CA are triadic colors.