COLOR #ABE5CF

HEX: #ABE5CF RGB: (171,229,207)

Color info

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

RGB color model

#ABE5CF color RGB value is (171,229,207).

RGB: (171,229,207) (67%, 90%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 207 of 255 = 81%

171
229
207

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

Portions of RGB colors in percentages

R + G + B = 171 + 229 + 207 = 607 (100%)
R 171 of 607 ~ 28.17%
G 229 of 607 ~ 37.73%
B 207 of 607 ~ 34.1'%

%28.17
%37.73
%34.1

CMYK color model

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

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 9.61%
  • key color value is 10.20%

CMYK: (25,0,10,10)
C25M0Y10K10 (25%, 0%, 10%, 10%)
(0.25 / 0.00 / 0.10 / 0.10)

CMYK percentages

%25.33
%0
%9.61
%10.2

Codes

Color #ABE5CF in popluar color models

AB E5 CF
RGB 171 229 207
HSL 157° 52.73% 78.43%
HSB/HSV 157° 25.33% 89.80%
CMYK 25.33% 0.00% 9.61%
10.20%

Color #ABE5CF in popluar number systems.

HEX AB E5 CF
Decimal 171 229 207
Binary 10101011 11100101 11001111
Octal 253 345 317

Shades and tints

Shades of #ABE5CF

#ABE5CF
(171,229,207)
#9CD1BD
(156,209,189)
#8DBDAB
(141,189,171)
#7EA999
(126,169,153)
#6F9587
(111,149,135)
#608175
(96,129,117)
#516D63
(81,109,99)
#425951
(66,89,81)
#33453F
(51,69,63)
#24312D
(36,49,45)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #ABE5CF

#ABE5CF
(171,229,207)
#B2E7D3
(178,231,211)
#B9E9D7
(185,233,215)
#C0EBDB
(192,235,219)
#C7EDDF
(199,237,223)
#CEEFE3
(206,239,227)
#D5F1E7
(213,241,231)
#DCF3EB
(220,243,235)
#E3F5EF
(227,245,239)
#EAF7F3
(234,247,243)
#F1F9F7
(241,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE5CF; }

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

This text font color is #ABE5CF.

Background Color

.myBgColor { background-color: #ABE5CF; }

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

This div background color is #ABE5CF.

Border color

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

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

This div border color is #ABE5CF.

Opacity

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

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

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

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

This text has shadow with #ABE5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE5CF.

Preview

Color preview on black background

This text has color #ABE5CF on black background.


Color preview on white background

This text has color #ABE5CF on white background.


Black color preview on #ABE5CF background

This text has black color on #ABE5CF background.


White color preview on #ABE5CF background

This text has white color on #ABE5CF background.


Related colors

Complementary color

Complementary color for #hex is #541A30.


I love getcolorcode.com

Triadic colors

1 #CFABE5 and #E5CFAB with #ABE5CF are triadic colors.

2 #CFE5AB and #E5ABCF with #ABE5CF are triadic colors.