COLOR #ABE5B7

HEX: #ABE5B7 RGB: (171,229,183)

Color info

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

RGB color model

#ABE5B7 color RGB value is (171,229,183).

RGB: (171,229,183) (67%, 90%, 72%)

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 183 of 255 = 72%

171
229
183

R + G + B ~ 76%. #ABE5B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 229 + 183 = 583 (100%)
R 171 of 583 ~ 29.33%
G 229 of 583 ~ 39.28%
B 183 of 583 ~ 31.39'%

%29.33
%39.28
%31.39

CMYK color model

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

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

CMYK: (25,0,20,10)
C25M0Y20K10 (25%, 0%, 20%, 10%)
(0.25 / 0.00 / 0.20 / 0.10)

CMYK percentages

%25.33
%0
%20.09
%10.2

Codes

Color #ABE5B7 in popluar color models

AB E5 B7
RGB 171 229 183
HSL 132° 52.73% 78.43%
HSB/HSV 132° 25.33% 89.80%
CMYK 25.33% 0.00% 20.09%
10.20%

Color #ABE5B7 in popluar number systems.

HEX AB E5 B7
Decimal 171 229 183
Binary 10101011 11100101 10110111
Octal 253 345 267

Shades and tints

Shades of #ABE5B7

#ABE5B7
(171,229,183)
#9CD1A7
(156,209,167)
#8DBD97
(141,189,151)
#7EA987
(126,169,135)
#6F9577
(111,149,119)
#608167
(96,129,103)
#516D57
(81,109,87)
#425947
(66,89,71)
#334537
(51,69,55)
#243127
(36,49,39)
#151D17
(21,29,23)
#000000
(0,0,0)

Tints of #ABE5B7

#ABE5B7
(171,229,183)
#B2E7BD
(178,231,189)
#B9E9C3
(185,233,195)
#C0EBC9
(192,235,201)
#C7EDCF
(199,237,207)
#CEEFD5
(206,239,213)
#D5F1DB
(213,241,219)
#DCF3E1
(220,243,225)
#E3F5E7
(227,245,231)
#EAF7ED
(234,247,237)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE5B7; }

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

This text font color is #ABE5B7.

Background Color

.myBgColor { background-color: #ABE5B7; }

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

This div background color is #ABE5B7.

Border color

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

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

This div border color is #ABE5B7.

Opacity

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

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

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

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

This text has shadow with #ABE5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE5B7.

Preview

Color preview on black background

This text has color #ABE5B7 on black background.


Color preview on white background

This text has color #ABE5B7 on white background.


Black color preview on #ABE5B7 background

This text has black color on #ABE5B7 background.


White color preview on #ABE5B7 background

This text has white color on #ABE5B7 background.


Related colors

Complementary color

Complementary color for #hex is #541A48.


I love getcolorcode.com

Triadic colors

1 #B7ABE5 and #E5B7AB with #ABE5B7 are triadic colors.

2 #B7E5AB and #E5ABB7 with #ABE5B7 are triadic colors.