COLOR #ABD769

HEX: #ABD769
RGB: (171,215,105)

Color info

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

RGB color model

#ABD769 color RGB value is (171,215,105).

  • red value is 171;
  • green value is 215;
  • blue value is 105.
RGB:
(171,215,105)
(67%,84%,41%)

RGB channels and saturation

R 171 of 255 = 67%
G 215 of 255 = 84%
B 105 of 255 = 41%

171
215
105

R + G + B ~ 64%. #ABD769 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 215 + 105 = 491 (100%)
R 171 of 491 ~ 34.83%
G 215 of 491 ~ 43.79%
B 105 of 491 ~ 21.38%

%34.83
%43.79
%21.38

CMYK color model

#ABD769 color CMYK value is (20,0,51,16).

  • cyan value is 20.47%
  • magenta value is 0.00%
  • yellow value is 51.16%
  • key color value is 15.69%
CMYK:
(20,0,51,16)
C20M0Y51K16 
(20%,0%,51%,16%)
(0.20/0.00/0.51/0.16)	

CMYK percentages

%20.47
%0
%51.16
%15.69

Codes

Color #ABD769 in popluar color models

ABD769
RGB171215105
HSL84°57.89%62.75%
HSB/HSV84°51.16%84.31%
CMYK20.47%0.00%51.16%
15.69%

Color #ABD769 in popluar number systems.

HEXABD769
Decimal171215105
Binary10101011110101111101001
Octal253327151

Shades and tints

Shades of #ABD769

#ABD769
(171,215,105)
#9CC460
(156,196,96)
#8DB157
(141,177,87)
#7E9E4E
(126,158,78)
#6F8B45
(111,139,69)
#60783C
(96,120,60)
#516533
(81,101,51)
#42522A
(66,82,42)
#333F21
(51,63,33)
#242C18
(36,44,24)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #ABD769

#ABD769
(171,215,105)
#B2DA76
(178,218,118)
#B9DD83
(185,221,131)
#C0E090
(192,224,144)
#C7E39D
(199,227,157)
#CEE6AA
(206,230,170)
#D5E9B7
(213,233,183)
#DCECC4
(220,236,196)
#E3EFD1
(227,239,209)
#EAF2DE
(234,242,222)
#F1F5EB
(241,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD769 color. Also use rgb(171,215,105) instead hex code.

Text Font Color

.myTextColor { color: #ABD769; }

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

This text font color is #ABD769.


Background Color

.myBgColor { background-color: #ABD769; }

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

This div background color is #ABD769.


Border color

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

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

This div border color is #ABD769.


Opacity

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

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

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

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

This text has shadow with #ABD769 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABD769 on black background.


Color preview on white background

This text has color #ABD769 on white background.



Black color preview on #ABD769 background

This text has black color on #ABD769 background.


White color preview on #ABD769 background

This text has white color on #ABD769 background.