COLOR #ABDA93

HEX: #ABDA93
RGB: (171,218,147)

Color info

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

RGB color model

#ABDA93 color RGB value is (171,218,147).

  • red value is 171;
  • green value is 218;
  • blue value is 147.
RGB:
(171,218,147)
(67%,85%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 218 of 255 = 85%
B 147 of 255 = 58%

171
218
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 218 + 147 = 536 (100%)
R 171 of 536 ~ 31.9%
G 218 of 536 ~ 40.67%
B 147 of 536 ~ 27.43%

%31.9
%40.67
%27.43

CMYK color model

#ABDA93 color CMYK value is (22,0,33,15).

  • cyan value is 21.56%
  • magenta value is 0.00%
  • yellow value is 32.57%
  • key color value is 14.51%
CMYK:
(22,0,33,15)
C22M0Y33K15 
(22%,0%,33%,15%)
(0.22/0.00/0.33/0.15)	

CMYK percentages

%21.56
%0
%32.57
%14.51

Codes

Color #ABDA93 in popluar color models

ABDA93
RGB171218147
HSL100°48.97%71.57%
HSB/HSV100°32.57%85.49%
CMYK21.56%0.00%32.57%
14.51%

Color #ABDA93 in popluar number systems.

HEXABDA93
Decimal171218147
Binary101010111101101010010011
Octal253332223

Shades and tints

Shades of #ABDA93

#ABDA93
(171,218,147)
#9CC786
(156,199,134)
#8DB479
(141,180,121)
#7EA16C
(126,161,108)
#6F8E5F
(111,142,95)
#607B52
(96,123,82)
#516845
(81,104,69)
#425538
(66,85,56)
#33422B
(51,66,43)
#242F1E
(36,47,30)
#151C11
(21,28,17)
#000000
(0,0,0)

Tints of #ABDA93

#ABDA93
(171,218,147)
#B2DD9C
(178,221,156)
#B9E0A5
(185,224,165)
#C0E3AE
(192,227,174)
#C7E6B7
(199,230,183)
#CEE9C0
(206,233,192)
#D5ECC9
(213,236,201)
#DCEFD2
(220,239,210)
#E3F2DB
(227,242,219)
#EAF5E4
(234,245,228)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDA93 color. Also use rgb(171,218,147) instead hex code.

Text Font Color

.myTextColor { color: #ABDA93; }

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

This text font color is #ABDA93.


Background Color

.myBgColor { background-color: #ABDA93; }

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

This div background color is #ABDA93.


Border color

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

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

This div border color is #ABDA93.


Opacity

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

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

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

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

This text has shadow with #ABDA93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDA93 on black background.


Color preview on white background

This text has color #ABDA93 on white background.



Black color preview on #ABDA93 background

This text has black color on #ABDA93 background.


White color preview on #ABDA93 background

This text has white color on #ABDA93 background.