COLOR #ABDEB3

HEX: #ABDEB3
RGB: (171,222,179)

Color info

#ABDEB3 contains red, green and blue colors in about the same proportion. Web safe color of #ABDEB3 is #99CC99 (or #9C9).

RGB color model

#ABDEB3 color RGB value is (171,222,179).

  • red value is 171;
  • green value is 222;
  • blue value is 179.
RGB:
(171,222,179)
(67%,87%,70%)

RGB channels and saturation

R 171 of 255 = 67%
G 222 of 255 = 87%
B 179 of 255 = 70%

171
222
179

R + G + B ~ 75%. #ABDEB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 222 + 179 = 572 (100%)
R 171 of 572 ~ 29.9%
G 222 of 572 ~ 38.81%
B 179 of 572 ~ 31.29%

%29.9
%38.81
%31.29

CMYK color model

#ABDEB3 color CMYK value is (23,0,19,13).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 19.37%
  • key color value is 12.94%
CMYK:
(23,0,19,13)
C23M0Y19K13 
(23%,0%,19%,13%)
(0.23/0.00/0.19/0.13)	

CMYK percentages

%22.97
%0
%19.37
%12.94

Codes

Color #ABDEB3 in popluar color models

ABDEB3
RGB171222179
HSL129°43.59%77.06%
HSB/HSV129°22.97%87.06%
CMYK22.97%0.00%19.37%
12.94%

Color #ABDEB3 in popluar number systems.

HEXABDEB3
Decimal171222179
Binary101010111101111010110011
Octal253336263

Shades and tints

Shades of #ABDEB3

#ABDEB3
(171,222,179)
#9CCAA3
(156,202,163)
#8DB693
(141,182,147)
#7EA283
(126,162,131)
#6F8E73
(111,142,115)
#607A63
(96,122,99)
#516653
(81,102,83)
#425243
(66,82,67)
#333E33
(51,62,51)
#242A23
(36,42,35)
#151613
(21,22,19)
#000000
(0,0,0)

Tints of #ABDEB3

#ABDEB3
(171,222,179)
#B2E1B9
(178,225,185)
#B9E4BF
(185,228,191)
#C0E7C5
(192,231,197)
#C7EACB
(199,234,203)
#CEEDD1
(206,237,209)
#D5F0D7
(213,240,215)
#DCF3DD
(220,243,221)
#E3F6E3
(227,246,227)
#EAF9E9
(234,249,233)
#F1FCEF
(241,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDEB3 color. Also use rgb(171,222,179) instead hex code.

Text Font Color

.myTextColor { color: #ABDEB3; }

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

This text font color is #ABDEB3.


Background Color

.myBgColor { background-color: #ABDEB3; }

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

This div background color is #ABDEB3.


Border color

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

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

This div border color is #ABDEB3.


Opacity

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

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

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

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

This text has shadow with #ABDEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDEB3 on black background.


Color preview on white background

This text has color #ABDEB3 on white background.



Black color preview on #ABDEB3 background

This text has black color on #ABDEB3 background.


White color preview on #ABDEB3 background

This text has white color on #ABDEB3 background.