COLOR #ABE7B9

HEX: #ABE7B9 RGB: (171,231,185)

Color info

#ABE7B9 contains mainly green and blue colors. Web safe color of #ABE7B9 is #99FFCC (or #9FC).

RGB color model

#ABE7B9 color RGB value is (171,231,185).

RGB: (171,231,185) (67%, 91%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 231 of 255 = 91%
B 185 of 255 = 73%

171
231
185

R + G + B ~ 77%. #ABE7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 231 + 185 = 587 (100%)
R 171 of 587 ~ 29.13%
G 231 of 587 ~ 39.35%
B 185 of 587 ~ 31.52'%

%29.13
%39.35
%31.52

CMYK color model

#ABE7B9 color CMYK value is (26,0,20,9).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 19.91%
  • key color value is 9.41%

CMYK: (26,0,20,9)
C26M0Y20K9 (26%, 0%, 20%, 9%)
(0.26 / 0.00 / 0.20 / 0.09)

CMYK percentages

%25.97
%0
%19.91
%9.41

Codes

Color #ABE7B9 in popluar color models

AB E7 B9
RGB 171 231 185
HSL 134° 55.56% 78.82%
HSB/HSV 134° 25.97% 90.59%
CMYK 25.97% 0.00% 19.91%
9.41%

Color #ABE7B9 in popluar number systems.

HEX AB E7 B9
Decimal 171 231 185
Binary 10101011 11100111 10111001
Octal 253 347 271

Shades and tints

Shades of #ABE7B9

#ABE7B9
(171,231,185)
#9CD2A9
(156,210,169)
#8DBD99
(141,189,153)
#7EA889
(126,168,137)
#6F9379
(111,147,121)
#607E69
(96,126,105)
#516959
(81,105,89)
#425449
(66,84,73)
#333F39
(51,63,57)
#242A29
(36,42,41)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #ABE7B9

#ABE7B9
(171,231,185)
#B2E9BF
(178,233,191)
#B9EBC5
(185,235,197)
#C0EDCB
(192,237,203)
#C7EFD1
(199,239,209)
#CEF1D7
(206,241,215)
#D5F3DD
(213,243,221)
#DCF5E3
(220,245,227)
#E3F7E9
(227,247,233)
#EAF9EF
(234,249,239)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE7B9 color. Also use rgb(171,231,185) instead hex code.

Text Font Color

.myTextColor { color: #ABE7B9; }

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

This text font color is #ABE7B9.

Background Color

.myBgColor { background-color: #ABE7B9; }

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

This div background color is #ABE7B9.

Border color

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

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

This div border color is #ABE7B9.

Opacity

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

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

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

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

This text has shadow with #ABE7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE7B9.

Preview

Color preview on black background

This text has color #ABE7B9 on black background.


Color preview on white background

This text has color #ABE7B9 on white background.


Black color preview on #ABE7B9 background

This text has black color on #ABE7B9 background.


White color preview on #ABE7B9 background

This text has white color on #ABE7B9 background.


Related colors

Complementary color

Complementary color for #hex is #541846.


I love getcolorcode.com

Triadic colors

1 #B9ABE7 and #E7B9AB with #ABE7B9 are triadic colors.

2 #B9E7AB and #E7ABB9 with #ABE7B9 are triadic colors.