COLOR #ABD694

HEX: #ABD694
RGB: (171,214,148)

Color info

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

RGB color model

#ABD694 color RGB value is (171,214,148).

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

RGB channels and saturation

R 171 of 255 = 67%
G 214 of 255 = 84%
B 148 of 255 = 58%

171
214
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 214 + 148 = 533 (100%)
R 171 of 533 ~ 32.08%
G 214 of 533 ~ 40.15%
B 148 of 533 ~ 27.77%

%32.08
%40.15
%27.77

CMYK color model

#ABD694 color CMYK value is (20,0,31,16).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 30.84%
  • key color value is 16.08%
CMYK:
(20,0,31,16)
C20M0Y31K16 
(20%,0%,31%,16%)
(0.20/0.00/0.31/0.16)	

CMYK percentages

%20.09
%0
%30.84
%16.08

Codes

Color #ABD694 in popluar color models

ABD694
RGB171214148
HSL99°44.59%70.98%
HSB/HSV99°30.84%83.92%
CMYK20.09%0.00%30.84%
16.08%

Color #ABD694 in popluar number systems.

HEXABD694
Decimal171214148
Binary101010111101011010010100
Octal253326224

Shades and tints

Shades of #ABD694

#ABD694
(171,214,148)
#9CC387
(156,195,135)
#8DB07A
(141,176,122)
#7E9D6D
(126,157,109)
#6F8A60
(111,138,96)
#607753
(96,119,83)
#516446
(81,100,70)
#425139
(66,81,57)
#333E2C
(51,62,44)
#242B1F
(36,43,31)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #ABD694

#ABD694
(171,214,148)
#B2D99D
(178,217,157)
#B9DCA6
(185,220,166)
#C0DFAF
(192,223,175)
#C7E2B8
(199,226,184)
#CEE5C1
(206,229,193)
#D5E8CA
(213,232,202)
#DCEBD3
(220,235,211)
#E3EEDC
(227,238,220)
#EAF1E5
(234,241,229)
#F1F4EE
(241,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABD694; }

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

This text font color is #ABD694.


Background Color

.myBgColor { background-color: #ABD694; }

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

This div background color is #ABD694.


Border color

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

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

This div border color is #ABD694.


Opacity

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

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

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

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

This text has shadow with #ABD694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD694 on black background.


Color preview on white background

This text has color #ABD694 on white background.



Black color preview on #ABD694 background

This text has black color on #ABD694 background.


White color preview on #ABD694 background

This text has white color on #ABD694 background.