COLOR #ABD892

HEX: #ABD892
RGB: (171,216,146)

Color info

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

RGB color model

#ABD892 color RGB value is (171,216,146).

  • red value is 171;
  • green value is 216;
  • blue value is 146.
RGB:
(171,216,146)
(67%,85%,57%)

RGB channels and saturation

R 171 of 255 = 67%
G 216 of 255 = 85%
B 146 of 255 = 57%

171
216
146

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

Portions of RGB colors in percentages

R + G + B =
171 + 216 + 146 = 533 (100%)
R 171 of 533 ~ 32.08%
G 216 of 533 ~ 40.53%
B 146 of 533 ~ 27.39%

%32.08
%40.53
%27.39

CMYK color model

#ABD892 color CMYK value is (21,0,32,15).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 32.41%
  • key color value is 15.29%
CMYK:
(21,0,32,15)
C21M0Y32K15 
(21%,0%,32%,15%)
(0.21/0.00/0.32/0.15)	

CMYK percentages

%20.83
%0
%32.41
%15.29

Codes

Color #ABD892 in popluar color models

ABD892
RGB171216146
HSL99°47.30%70.98%
HSB/HSV99°32.41%84.71%
CMYK20.83%0.00%32.41%
15.29%

Color #ABD892 in popluar number systems.

HEXABD892
Decimal171216146
Binary101010111101100010010010
Octal253330222

Shades and tints

Shades of #ABD892

#ABD892
(171,216,146)
#9CC585
(156,197,133)
#8DB278
(141,178,120)
#7E9F6B
(126,159,107)
#6F8C5E
(111,140,94)
#607951
(96,121,81)
#516644
(81,102,68)
#425337
(66,83,55)
#33402A
(51,64,42)
#242D1D
(36,45,29)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #ABD892

#ABD892
(171,216,146)
#B2DB9B
(178,219,155)
#B9DEA4
(185,222,164)
#C0E1AD
(192,225,173)
#C7E4B6
(199,228,182)
#CEE7BF
(206,231,191)
#D5EAC8
(213,234,200)
#DCEDD1
(220,237,209)
#E3F0DA
(227,240,218)
#EAF3E3
(234,243,227)
#F1F6EC
(241,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD892 color. Also use rgb(171,216,146) instead hex code.

Text Font Color

.myTextColor { color: #ABD892; }

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

This text font color is #ABD892.


Background Color

.myBgColor { background-color: #ABD892; }

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

This div background color is #ABD892.


Border color

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

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

This div border color is #ABD892.


Opacity

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

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

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

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

This text has shadow with #ABD892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD892 on black background.


Color preview on white background

This text has color #ABD892 on white background.



Black color preview on #ABD892 background

This text has black color on #ABD892 background.


White color preview on #ABD892 background

This text has white color on #ABD892 background.