COLOR #ABE7BE

HEX: #ABE7BE RGB: (171,231,190)

Color info

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

RGB color model

#ABE7BE color RGB value is (171,231,190).

RGB: (171,231,190) (67%, 91%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 231 of 255 = 91%
B 190 of 255 = 75%

171
231
190

R + G + B ~ 78%. #ABE7BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 231 + 190 = 592 (100%)
R 171 of 592 ~ 28.89%
G 231 of 592 ~ 39.02%
B 190 of 592 ~ 32.09'%

%28.89
%39.02
%32.09

CMYK color model

#ABE7BE color CMYK value is (26,0,18,9).

  • cyan value is 25.97%
  • magenta value is 0.00%
  • yellow value is 17.75%
  • key color value is 9.41%
CMYK: (26,0,18,9) C26M0Y18K9 (26%,0%,18%,9%) (0.26/0.00/0.18/0.09) 

CMYK percentages

%25.97
%0
%17.75
%9.41

Codes

Color #ABE7BE in popluar color models

AB E7 BE
RGB 171 231 190
HSL 139° 55.56% 78.82%
HSB/HSV 139° 25.97% 90.59%
CMYK 25.97% 0.00% 17.75%
9.41%

Color #ABE7BE in popluar number systems.

HEX AB E7 BE
Decimal 171 231 190
Binary 10101011 11100111 10111110
Octal 253 347 276

Shades and tints

Shades of #ABE7BE

#ABE7BE
(171,231,190)
#9CD2AD
(156,210,173)
#8DBD9C
(141,189,156)
#7EA88B
(126,168,139)
#6F937A
(111,147,122)
#607E69
(96,126,105)
#516958
(81,105,88)
#425447
(66,84,71)
#333F36
(51,63,54)
#242A25
(36,42,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #ABE7BE

#ABE7BE
(171,231,190)
#B2E9C3
(178,233,195)
#B9EBC8
(185,235,200)
#C0EDCD
(192,237,205)
#C7EFD2
(199,239,210)
#CEF1D7
(206,241,215)
#D5F3DC
(213,243,220)
#DCF5E1
(220,245,225)
#E3F7E6
(227,247,230)
#EAF9EB
(234,249,235)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE7BE; }

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

This text font color is #ABE7BE.

Background Color

.myBgColor { background-color: #ABE7BE; }

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

This div background color is #ABE7BE.

Border color

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

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

This div border color is #ABE7BE.

Opacity

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

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

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

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

This text has shadow with #ABE7BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE7BE.

Preview

Color preview on black background

This text has color #ABE7BE on black background.


Color preview on white background

This text has color #ABE7BE on white background.


Black color preview on #ABE7BE background

This text has black color on #ABE7BE background.


White color preview on #ABE7BE background

This text has white color on #ABE7BE background.


Related colors

Complementary color

Complementary color for #hex is #541841.


I love getcolorcode.com

Triadic colors

1 #BEABE7 and #E7BEAB with #ABE7BE are triadic colors.

2 #BEE7AB and #E7ABBE with #ABE7BE are triadic colors.