COLOR #ABD191

HEX: #ABD191 RGB: (171,209,145)

Color info

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

RGB color model

#ABD191 color RGB value is (171,209,145).

RGB: (171,209,145) (67%, 82%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 209 of 255 = 82%
B 145 of 255 = 57%

171
209
145

R + G + B ~ 69%. #ABD191 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 209 + 145 = 525 (100%)
R 171 of 525 ~ 32.57%
G 209 of 525 ~ 39.81%
B 145 of 525 ~ 27.62'%

%32.57
%39.81
%27.62

CMYK color model

#ABD191 color CMYK value is (18,0,31,18).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 30.62%
  • key color value is 18.04%

CMYK: (18,0,31,18)
C18M0Y31K18 (18%, 0%, 31%, 18%)
(0.18 / 0.00 / 0.31 / 0.18)

CMYK percentages

%18.18
%0
%30.62
%18.04

Codes

Color #ABD191 in popluar color models

AB D1 91
RGB 171 209 145
HSL 96° 41.03% 69.41%
HSB/HSV 96° 30.62% 81.96%
CMYK 18.18% 0.00% 30.62%
18.04%

Color #ABD191 in popluar number systems.

HEX AB D1 91
Decimal 171 209 145
Binary 10101011 11010001 10010001
Octal 253 321 221

Shades and tints

Shades of #ABD191

#ABD191
(171,209,145)
#9CBE84
(156,190,132)
#8DAB77
(141,171,119)
#7E986A
(126,152,106)
#6F855D
(111,133,93)
#607250
(96,114,80)
#515F43
(81,95,67)
#424C36
(66,76,54)
#333929
(51,57,41)
#24261C
(36,38,28)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #ABD191

#ABD191
(171,209,145)
#B2D59B
(178,213,155)
#B9D9A5
(185,217,165)
#C0DDAF
(192,221,175)
#C7E1B9
(199,225,185)
#CEE5C3
(206,229,195)
#D5E9CD
(213,233,205)
#DCEDD7
(220,237,215)
#E3F1E1
(227,241,225)
#EAF5EB
(234,245,235)
#F1F9F5
(241,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABD191 color. Also use rgb(171,209,145) instead hex code.

Text Font Color

.myTextColor { color: #ABD191; }

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

This text font color is #ABD191.

Background Color

.myBgColor { background-color: #ABD191; }

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

This div background color is #ABD191.

Border color

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

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

This div border color is #ABD191.

Opacity

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

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

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

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

This text has shadow with #ABD191 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABD191.

Preview

Color preview on black background

This text has color #ABD191 on black background.


Color preview on white background

This text has color #ABD191 on white background.


Black color preview on #ABD191 background

This text has black color on #ABD191 background.


White color preview on #ABD191 background

This text has white color on #ABD191 background.


Related colors

Complementary color

Complementary color for #hex is #542E6E.


I love getcolorcode.com

Triadic colors

1 #91ABD1 and #D191AB with #ABD191 are triadic colors.

2 #91D1AB and #D1AB91 with #ABD191 are triadic colors.