COLOR #ABE5D7

HEX: #ABE5D7
RGB: (171,229,215)

Color info

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

RGB color model

#ABE5D7 color RGB value is (171,229,215).

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

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 215 of 255 = 84%

171
229
215

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

Portions of RGB colors in percentages

R + G + B =
171 + 229 + 215 = 615 (100%)
R 171 of 615 ~ 27.8%
G 229 of 615 ~ 37.24%
B 215 of 615 ~ 34.96%

%27.8
%37.24
%34.96

CMYK color model

#ABE5D7 color CMYK value is (25,0,6,10).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 6.11%
  • key color value is 10.20%
CMYK:
(25,0,6,10)
C25M0Y6K10 
(25%,0%,6%,10%)
(0.25/0.00/0.06/0.10)	

CMYK percentages

%25.33
%0
%6.11
%10.2

Codes

Color #ABE5D7 in popluar color models

ABE5D7
RGB171229215
HSL166°52.73%78.43%
HSB/HSV166°25.33%89.80%
CMYK25.33%0.00%6.11%
10.20%

Color #ABE5D7 in popluar number systems.

HEXABE5D7
Decimal171229215
Binary101010111110010111010111
Octal253345327

Shades and tints

Shades of #ABE5D7

#ABE5D7
(171,229,215)
#9CD1C4
(156,209,196)
#8DBDB1
(141,189,177)
#7EA99E
(126,169,158)
#6F958B
(111,149,139)
#608178
(96,129,120)
#516D65
(81,109,101)
#425952
(66,89,82)
#33453F
(51,69,63)
#24312C
(36,49,44)
#151D19
(21,29,25)
#000000
(0,0,0)

Tints of #ABE5D7

#ABE5D7
(171,229,215)
#B2E7DA
(178,231,218)
#B9E9DD
(185,233,221)
#C0EBE0
(192,235,224)
#C7EDE3
(199,237,227)
#CEEFE6
(206,239,230)
#D5F1E9
(213,241,233)
#DCF3EC
(220,243,236)
#E3F5EF
(227,245,239)
#EAF7F2
(234,247,242)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE5D7; }

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

This text font color is #ABE5D7.


Background Color

.myBgColor { background-color: #ABE5D7; }

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

This div background color is #ABE5D7.


Border color

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

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

This div border color is #ABE5D7.


Opacity

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

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

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

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

This text has shadow with #ABE5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE5D7 on black background.


Color preview on white background

This text has color #ABE5D7 on white background.



Black color preview on #ABE5D7 background

This text has black color on #ABE5D7 background.


White color preview on #ABE5D7 background

This text has white color on #ABE5D7 background.