COLOR #ABD066

HEX: #ABD066
RGB: (171,208,102)

Color info

#ABD066 contains mainly red and green colors. Web safe color of #ABD066 is #99CC66 (or #9C6).

RGB color model

#ABD066 color RGB value is (171,208,102).

  • red value is 171;
  • green value is 208;
  • blue value is 102.
RGB:
(171,208,102)
(67%,82%,40%)

RGB channels and saturation

R 171 of 255 = 67%
G 208 of 255 = 82%
B 102 of 255 = 40%

171
208
102

R + G + B ~ 63%. #ABD066 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 208 + 102 = 481 (100%)
R 171 of 481 ~ 35.55%
G 208 of 481 ~ 43.24%
B 102 of 481 ~ 21.21%

%35.55
%43.24
%21.21

CMYK color model

#ABD066 color CMYK value is (18,0,51,18).

  • cyan value is 17.79%
  • magenta value is 0.00%
  • yellow value is 50.96%
  • key color value is 18.43%
CMYK:
(18,0,51,18)
C18M0Y51K18 
(18%,0%,51%,18%)
(0.18/0.00/0.51/0.18)	

CMYK percentages

%17.79
%0
%50.96
%18.43

Codes

Color #ABD066 in popluar color models

ABD066
RGB171208102
HSL81°53.00%60.78%
HSB/HSV81°50.96%81.57%
CMYK17.79%0.00%50.96%
18.43%

Color #ABD066 in popluar number systems.

HEXABD066
Decimal171208102
Binary10101011110100001100110
Octal253320146

Shades and tints

Shades of #ABD066

#ABD066
(171,208,102)
#9CBE5D
(156,190,93)
#8DAC54
(141,172,84)
#7E9A4B
(126,154,75)
#6F8842
(111,136,66)
#607639
(96,118,57)
#516430
(81,100,48)
#425227
(66,82,39)
#33401E
(51,64,30)
#242E15
(36,46,21)
#151C0C
(21,28,12)
#000000
(0,0,0)

Tints of #ABD066

#ABD066
(171,208,102)
#B2D473
(178,212,115)
#B9D880
(185,216,128)
#C0DC8D
(192,220,141)
#C7E09A
(199,224,154)
#CEE4A7
(206,228,167)
#D5E8B4
(213,232,180)
#DCECC1
(220,236,193)
#E3F0CE
(227,240,206)
#EAF4DB
(234,244,219)
#F1F8E8
(241,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD066 color. Also use rgb(171,208,102) instead hex code.

Text Font Color

.myTextColor { color: #ABD066; }

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

This text font color is #ABD066.


Background Color

.myBgColor { background-color: #ABD066; }

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

This div background color is #ABD066.


Border color

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

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

This div border color is #ABD066.


Opacity

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

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

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

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

This text has shadow with #ABD066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD066 on black background.


Color preview on white background

This text has color #ABD066 on white background.



Black color preview on #ABD066 background

This text has black color on #ABD066 background.


White color preview on #ABD066 background

This text has white color on #ABD066 background.