COLOR #ABDF94

HEX: #ABDF94
RGB: (171,223,148)

Color info

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

RGB color model

#ABDF94 color RGB value is (171,223,148).

  • red value is 171;
  • green value is 223;
  • blue value is 148.
RGB:
(171,223,148)
(67%,87%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 148 of 255 = 58%

171
223
148

R + G + B ~ 71%. #ABDF94 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 223 + 148 = 542 (100%)
R 171 of 542 ~ 31.55%
G 223 of 542 ~ 41.14%
B 148 of 542 ~ 27.31%

%31.55
%41.14
%27.31

CMYK color model

#ABDF94 color CMYK value is (23,0,34,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 33.63%
  • key color value is 12.55%
CMYK:
(23,0,34,13)
C23M0Y34K13 
(23%,0%,34%,13%)
(0.23/0.00/0.34/0.13)	

CMYK percentages

%23.32
%0
%33.63
%12.55

Codes

Color #ABDF94 in popluar color models

ABDF94
RGB171223148
HSL102°53.96%72.75%
HSB/HSV102°33.63%87.45%
CMYK23.32%0.00%33.63%
12.55%

Color #ABDF94 in popluar number systems.

HEXABDF94
Decimal171223148
Binary101010111101111110010100
Octal253337224

Shades and tints

Shades of #ABDF94

#ABDF94
(171,223,148)
#9CCB87
(156,203,135)
#8DB77A
(141,183,122)
#7EA36D
(126,163,109)
#6F8F60
(111,143,96)
#607B53
(96,123,83)
#516746
(81,103,70)
#425339
(66,83,57)
#333F2C
(51,63,44)
#242B1F
(36,43,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #ABDF94

#ABDF94
(171,223,148)
#B2E19D
(178,225,157)
#B9E3A6
(185,227,166)
#C0E5AF
(192,229,175)
#C7E7B8
(199,231,184)
#CEE9C1
(206,233,193)
#D5EBCA
(213,235,202)
#DCEDD3
(220,237,211)
#E3EFDC
(227,239,220)
#EAF1E5
(234,241,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDF94 color. Also use rgb(171,223,148) instead hex code.

Text Font Color

.myTextColor { color: #ABDF94; }

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

This text font color is #ABDF94.


Background Color

.myBgColor { background-color: #ABDF94; }

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

This div background color is #ABDF94.


Border color

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

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

This div border color is #ABDF94.


Opacity

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

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

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

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

This text has shadow with #ABDF94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDF94 on black background.


Color preview on white background

This text has color #ABDF94 on white background.



Black color preview on #ABDF94 background

This text has black color on #ABDF94 background.


White color preview on #ABDF94 background

This text has white color on #ABDF94 background.