COLOR #ABDC98

HEX: #ABDC98
RGB: (171,220,152)

Color info

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

RGB color model

#ABDC98 color RGB value is (171,220,152).

  • red value is 171;
  • green value is 220;
  • blue value is 152.
RGB:
(171,220,152)
(67%,86%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 220 of 255 = 86%
B 152 of 255 = 60%

171
220
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 220 + 152 = 543 (100%)
R 171 of 543 ~ 31.49%
G 220 of 543 ~ 40.52%
B 152 of 543 ~ 27.99%

%31.49
%40.52
%27.99

CMYK color model

#ABDC98 color CMYK value is (22,0,31,14).

  • cyan value is 22.27%
  • magenta value is 0.00%
  • yellow value is 30.91%
  • key color value is 13.73%
CMYK:
(22,0,31,14)
C22M0Y31K14 
(22%,0%,31%,14%)
(0.22/0.00/0.31/0.14)	

CMYK percentages

%22.27
%0
%30.91
%13.73

Codes

Color #ABDC98 in popluar color models

ABDC98
RGB171220152
HSL103°49.28%72.94%
HSB/HSV103°30.91%86.27%
CMYK22.27%0.00%30.91%
13.73%

Color #ABDC98 in popluar number systems.

HEXABDC98
Decimal171220152
Binary101010111101110010011000
Octal253334230

Shades and tints

Shades of #ABDC98

#ABDC98
(171,220,152)
#9CC88B
(156,200,139)
#8DB47E
(141,180,126)
#7EA071
(126,160,113)
#6F8C64
(111,140,100)
#607857
(96,120,87)
#51644A
(81,100,74)
#42503D
(66,80,61)
#333C30
(51,60,48)
#242823
(36,40,35)
#151416
(21,20,22)
#000000
(0,0,0)

Tints of #ABDC98

#ABDC98
(171,220,152)
#B2DFA1
(178,223,161)
#B9E2AA
(185,226,170)
#C0E5B3
(192,229,179)
#C7E8BC
(199,232,188)
#CEEBC5
(206,235,197)
#D5EECE
(213,238,206)
#DCF1D7
(220,241,215)
#E3F4E0
(227,244,224)
#EAF7E9
(234,247,233)
#F1FAF2
(241,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDC98 color. Also use rgb(171,220,152) instead hex code.

Text Font Color

.myTextColor { color: #ABDC98; }

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

This text font color is #ABDC98.


Background Color

.myBgColor { background-color: #ABDC98; }

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

This div background color is #ABDC98.


Border color

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

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

This div border color is #ABDC98.


Opacity

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

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

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

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

This text has shadow with #ABDC98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDC98 on black background.


Color preview on white background

This text has color #ABDC98 on white background.



Black color preview on #ABDC98 background

This text has black color on #ABDC98 background.


White color preview on #ABDC98 background

This text has white color on #ABDC98 background.