COLOR #ABD382

HEX: #ABD382
RGB: (171,211,130)

Color info

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

RGB color model

#ABD382 color RGB value is (171,211,130).

  • red value is 171;
  • green value is 211;
  • blue value is 130.
RGB:
(171,211,130)
(67%,83%,51%)

RGB channels and saturation

R 171 of 255 = 67%
G 211 of 255 = 83%
B 130 of 255 = 51%

171
211
130

R + G + B ~ 67%. #ABD382 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 211 + 130 = 512 (100%)
R 171 of 512 ~ 33.4%
G 211 of 512 ~ 41.21%
B 130 of 512 ~ 25.39%

%33.4
%41.21
%25.39

CMYK color model

#ABD382 color CMYK value is (19,0,38,17).

  • cyan value is 18.96%
  • magenta value is 0.00%
  • yellow value is 38.39%
  • key color value is 17.25%
CMYK:
(19,0,38,17)
C19M0Y38K17 
(19%,0%,38%,17%)
(0.19/0.00/0.38/0.17)	

CMYK percentages

%18.96
%0
%38.39
%17.25

Codes

Color #ABD382 in popluar color models

ABD382
RGB171211130
HSL90°47.93%66.86%
HSB/HSV90°38.39%82.75%
CMYK18.96%0.00%38.39%
17.25%

Color #ABD382 in popluar number systems.

HEXABD382
Decimal171211130
Binary101010111101001110000010
Octal253323202

Shades and tints

Shades of #ABD382

#ABD382
(171,211,130)
#9CC077
(156,192,119)
#8DAD6C
(141,173,108)
#7E9A61
(126,154,97)
#6F8756
(111,135,86)
#60744B
(96,116,75)
#516140
(81,97,64)
#424E35
(66,78,53)
#333B2A
(51,59,42)
#24281F
(36,40,31)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #ABD382

#ABD382
(171,211,130)
#B2D78D
(178,215,141)
#B9DB98
(185,219,152)
#C0DFA3
(192,223,163)
#C7E3AE
(199,227,174)
#CEE7B9
(206,231,185)
#D5EBC4
(213,235,196)
#DCEFCF
(220,239,207)
#E3F3DA
(227,243,218)
#EAF7E5
(234,247,229)
#F1FBF0
(241,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD382 color. Also use rgb(171,211,130) instead hex code.

Text Font Color

.myTextColor { color: #ABD382; }

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

This text font color is #ABD382.


Background Color

.myBgColor { background-color: #ABD382; }

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

This div background color is #ABD382.


Border color

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

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

This div border color is #ABD382.


Opacity

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

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

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

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

This text has shadow with #ABD382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD382 on black background.


Color preview on white background

This text has color #ABD382 on white background.



Black color preview on #ABD382 background

This text has black color on #ABD382 background.


White color preview on #ABD382 background

This text has white color on #ABD382 background.