COLOR #ABDD95

HEX: #ABDD95 RGB: (171,221,149)

Color info

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

RGB color model

#ABDD95 color RGB value is (171,221,149).

RGB: (171,221,149) (67%, 87%, 58%)

RGB channels and saturation

R 171 of 255 = 67%
G 221 of 255 = 87%
B 149 of 255 = 58%

171
221
149

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

Portions of RGB colors in percentages

R + G + B = 171 + 221 + 149 = 541 (100%)
R 171 of 541 ~ 31.61%
G 221 of 541 ~ 40.85%
B 149 of 541 ~ 27.54'%

%31.61
%40.85
%27.54

CMYK color model

#ABDD95 color CMYK value is (23,0,33,13).

  • cyan value is 22.62%
  • magenta value is 0.00%
  • yellow value is 32.58%
  • key color value is 13.33%
CMYK: (23,0,33,13) C23M0Y33K13 (23%,0%,33%,13%) (0.23/0.00/0.33/0.13) 

CMYK percentages

%22.62
%0
%32.58
%13.33

Codes

Color #ABDD95 in popluar color models

AB DD 95
RGB 171 221 149
HSL 102° 51.43% 72.55%
HSB/HSV 102° 32.58% 86.67%
CMYK 22.62% 0.00% 32.58%
13.33%

Color #ABDD95 in popluar number systems.

HEX AB DD 95
Decimal 171 221 149
Binary 10101011 11011101 10010101
Octal 253 335 225

Shades and tints

Shades of #ABDD95

#ABDD95
(171,221,149)
#9CC988
(156,201,136)
#8DB57B
(141,181,123)
#7EA16E
(126,161,110)
#6F8D61
(111,141,97)
#607954
(96,121,84)
#516547
(81,101,71)
#42513A
(66,81,58)
#333D2D
(51,61,45)
#242920
(36,41,32)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #ABDD95

#ABDD95
(171,221,149)
#B2E09E
(178,224,158)
#B9E3A7
(185,227,167)
#C0E6B0
(192,230,176)
#C7E9B9
(199,233,185)
#CEECC2
(206,236,194)
#D5EFCB
(213,239,203)
#DCF2D4
(220,242,212)
#E3F5DD
(227,245,221)
#EAF8E6
(234,248,230)
#F1FBEF
(241,251,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDD95 color. Also use rgb(171,221,149) instead hex code.

Text Font Color

.myTextColor { color: #ABDD95; }

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

This text font color is #ABDD95.

Background Color

.myBgColor { background-color: #ABDD95; }

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

This div background color is #ABDD95.

Border color

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

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

This div border color is #ABDD95.

Opacity

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

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

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

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

This text has shadow with #ABDD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDD95.

Preview

Color preview on black background

This text has color #ABDD95 on black background.


Color preview on white background

This text has color #ABDD95 on white background.


Black color preview on #ABDD95 background

This text has black color on #ABDD95 background.


White color preview on #ABDD95 background

This text has white color on #ABDD95 background.


Related colors

Complementary color

Complementary color for #hex is #54226A.


I love getcolorcode.com

Triadic colors

1 #95ABDD and #DD95AB with #ABDD95 are triadic colors.

2 #95DDAB and #DDAB95 with #ABDD95 are triadic colors.