COLOR #ABE5CA

HEX: #ABE5CA
RGB: (171,229,202)

Color info

#ABE5CA contains red, green and blue colors in about the same proportion. Web safe color of #ABE5CA is #99CCCC (or #9CC).

RGB color model

#ABE5CA color RGB value is (171,229,202).

  • red value is 171;
  • green value is 229;
  • blue value is 202.
RGB:
(171,229,202)
(67%,90%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 202 of 255 = 79%

171
229
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 229 + 202 = 602 (100%)
R 171 of 602 ~ 28.41%
G 229 of 602 ~ 38.04%
B 202 of 602 ~ 33.55%

%28.41
%38.04
%33.55

CMYK color model

#ABE5CA color CMYK value is (25,0,12,10).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 11.79%
  • key color value is 10.20%
CMYK:
(25,0,12,10)
C25M0Y12K10 
(25%,0%,12%,10%)
(0.25/0.00/0.12/0.10)	

CMYK percentages

%25.33
%0
%11.79
%10.2

Codes

Color #ABE5CA in popluar color models

ABE5CA
RGB171229202
HSL152°52.73%78.43%
HSB/HSV152°25.33%89.80%
CMYK25.33%0.00%11.79%
10.20%

Color #ABE5CA in popluar number systems.

HEXABE5CA
Decimal171229202
Binary101010111110010111001010
Octal253345312

Shades and tints

Shades of #ABE5CA

#ABE5CA
(171,229,202)
#9CD1B8
(156,209,184)
#8DBDA6
(141,189,166)
#7EA994
(126,169,148)
#6F9582
(111,149,130)
#608170
(96,129,112)
#516D5E
(81,109,94)
#42594C
(66,89,76)
#33453A
(51,69,58)
#243128
(36,49,40)
#151D16
(21,29,22)
#000000
(0,0,0)

Tints of #ABE5CA

#ABE5CA
(171,229,202)
#B2E7CE
(178,231,206)
#B9E9D2
(185,233,210)
#C0EBD6
(192,235,214)
#C7EDDA
(199,237,218)
#CEEFDE
(206,239,222)
#D5F1E2
(213,241,226)
#DCF3E6
(220,243,230)
#E3F5EA
(227,245,234)
#EAF7EE
(234,247,238)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE5CA; }

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

This text font color is #ABE5CA.


Background Color

.myBgColor { background-color: #ABE5CA; }

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

This div background color is #ABE5CA.


Border color

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

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

This div border color is #ABE5CA.


Opacity

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

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

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

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

This text has shadow with #ABE5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE5CA on black background.


Color preview on white background

This text has color #ABE5CA on white background.



Black color preview on #ABE5CA background

This text has black color on #ABE5CA background.


White color preview on #ABE5CA background

This text has white color on #ABE5CA background.