COLOR #ABE585

HEX: #ABE585
RGB: (171,229,133)

Color info

#ABE585 contains mainly red and green colors. Web safe color of #ABE585 is #99CC99 (or #9C9).

RGB color model

#ABE585 color RGB value is (171,229,133).

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

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 133 of 255 = 52%

171
229
133

R + G + B ~ 70%. #ABE585 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 229 + 133 = 533 (100%)
R 171 of 533 ~ 32.08%
G 229 of 533 ~ 42.96%
B 133 of 533 ~ 24.95%

%32.08
%42.96
%24.95

CMYK color model

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

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 41.92%
  • key color value is 10.20%
CMYK:
(25,0,42,10)
C25M0Y42K10 
(25%,0%,42%,10%)
(0.25/0.00/0.42/0.10)	

CMYK percentages

%25.33
%0
%41.92
%10.2

Codes

Color #ABE585 in popluar color models

ABE585
RGB171229133
HSL96°64.86%70.98%
HSB/HSV96°41.92%89.80%
CMYK25.33%0.00%41.92%
10.20%

Color #ABE585 in popluar number systems.

HEXABE585
Decimal171229133
Binary101010111110010110000101
Octal253345205

Shades and tints

Shades of #ABE585

#ABE585
(171,229,133)
#9CD179
(156,209,121)
#8DBD6D
(141,189,109)
#7EA961
(126,169,97)
#6F9555
(111,149,85)
#608149
(96,129,73)
#516D3D
(81,109,61)
#425931
(66,89,49)
#334525
(51,69,37)
#243119
(36,49,25)
#151D0D
(21,29,13)
#000000
(0,0,0)

Tints of #ABE585

#ABE585
(171,229,133)
#B2E790
(178,231,144)
#B9E99B
(185,233,155)
#C0EBA6
(192,235,166)
#C7EDB1
(199,237,177)
#CEEFBC
(206,239,188)
#D5F1C7
(213,241,199)
#DCF3D2
(220,243,210)
#E3F5DD
(227,245,221)
#EAF7E8
(234,247,232)
#F1F9F3
(241,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE585; }

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

This text font color is #ABE585.


Background Color

.myBgColor { background-color: #ABE585; }

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

This div background color is #ABE585.


Border color

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

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

This div border color is #ABE585.


Opacity

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

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

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

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

This text has shadow with #ABE585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE585 on black background.


Color preview on white background

This text has color #ABE585 on white background.



Black color preview on #ABE585 background

This text has black color on #ABE585 background.


White color preview on #ABE585 background

This text has white color on #ABE585 background.