COLOR #ABDF92

HEX: #ABDF92 RGB: (171,223,146)

Color info

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

RGB color model

#ABDF92 color RGB value is (171,223,146).

RGB: (171,223,146) (67%, 87%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 223 of 255 = 87%
B 146 of 255 = 57%

171
223
146

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

Portions of RGB colors in percentages

R + G + B = 171 + 223 + 146 = 540 (100%)
R 171 of 540 ~ 31.67%
G 223 of 540 ~ 41.3%
B 146 of 540 ~ 27.04'%

%31.67
%41.3
%27.04

CMYK color model

#ABDF92 color CMYK value is (23,0,35,13).

  • cyan value is 23.32%
  • magenta value is 0.00%
  • yellow value is 34.53%
  • key color value is 12.55%

CMYK: (23,0,35,13)
C23M0Y35K13 (23%, 0%, 35%, 13%)
(0.23 / 0.00 / 0.35 / 0.13)

CMYK percentages

%23.32
%0
%34.53
%12.55

Codes

Color #ABDF92 in popluar color models

AB DF 92
RGB 171 223 146
HSL 101° 54.61% 72.35%
HSB/HSV 101° 34.53% 87.45%
CMYK 23.32% 0.00% 34.53%
12.55%

Color #ABDF92 in popluar number systems.

HEX AB DF 92
Decimal 171 223 146
Binary 10101011 11011111 10010010
Octal 253 337 222

Shades and tints

Shades of #ABDF92

#ABDF92
(171,223,146)
#9CCB85
(156,203,133)
#8DB778
(141,183,120)
#7EA36B
(126,163,107)
#6F8F5E
(111,143,94)
#607B51
(96,123,81)
#516744
(81,103,68)
#425337
(66,83,55)
#333F2A
(51,63,42)
#242B1D
(36,43,29)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #ABDF92

#ABDF92
(171,223,146)
#B2E19B
(178,225,155)
#B9E3A4
(185,227,164)
#C0E5AD
(192,229,173)
#C7E7B6
(199,231,182)
#CEE9BF
(206,233,191)
#D5EBC8
(213,235,200)
#DCEDD1
(220,237,209)
#E3EFDA
(227,239,218)
#EAF1E3
(234,241,227)
#F1F3EC
(241,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDF92; }

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

This text font color is #ABDF92.

Background Color

.myBgColor { background-color: #ABDF92; }

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

This div background color is #ABDF92.

Border color

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

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

This div border color is #ABDF92.

Opacity

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

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

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

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

This text has shadow with #ABDF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDF92.

Preview

Color preview on black background

This text has color #ABDF92 on black background.


Color preview on white background

This text has color #ABDF92 on white background.


Black color preview on #ABDF92 background

This text has black color on #ABDF92 background.


White color preview on #ABDF92 background

This text has white color on #ABDF92 background.


Related colors

Complementary color

Complementary color for #hex is #54206D.


I love getcolorcode.com

Triadic colors

1 #92ABDF and #DF92AB with #ABDF92 are triadic colors.

2 #92DFAB and #DFAB92 with #ABDF92 are triadic colors.