COLOR #ABDBAE

HEX: #ABDBAE
RGB: (171,219,174)

Color info

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

RGB color model

#ABDBAE color RGB value is (171,219,174).

  • red value is 171;
  • green value is 219;
  • blue value is 174.
RGB:
(171,219,174)
(67%,86%,68%)

RGB channels and saturation

R 171 of 255 = 67%
G 219 of 255 = 86%
B 174 of 255 = 68%

171
219
174

R + G + B ~ 74%. #ABDBAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 219 + 174 = 564 (100%)
R 171 of 564 ~ 30.32%
G 219 of 564 ~ 38.83%
B 174 of 564 ~ 30.85%

%30.32
%38.83
%30.85

CMYK color model

#ABDBAE color CMYK value is (22,0,21,14).

  • cyan value is 21.92%
  • magenta value is 0.00%
  • yellow value is 20.55%
  • key color value is 14.12%
CMYK:
(22,0,21,14)
C22M0Y21K14 
(22%,0%,21%,14%)
(0.22/0.00/0.21/0.14)	

CMYK percentages

%21.92
%0
%20.55
%14.12

Codes

Color #ABDBAE in popluar color models

ABDBAE
RGB171219174
HSL124°40.00%76.47%
HSB/HSV124°21.92%85.88%
CMYK21.92%0.00%20.55%
14.12%

Color #ABDBAE in popluar number systems.

HEXABDBAE
Decimal171219174
Binary101010111101101110101110
Octal253333256

Shades and tints

Shades of #ABDBAE

#ABDBAE
(171,219,174)
#9CC89F
(156,200,159)
#8DB590
(141,181,144)
#7EA281
(126,162,129)
#6F8F72
(111,143,114)
#607C63
(96,124,99)
#516954
(81,105,84)
#425645
(66,86,69)
#334336
(51,67,54)
#243027
(36,48,39)
#151D18
(21,29,24)
#000000
(0,0,0)

Tints of #ABDBAE

#ABDBAE
(171,219,174)
#B2DEB5
(178,222,181)
#B9E1BC
(185,225,188)
#C0E4C3
(192,228,195)
#C7E7CA
(199,231,202)
#CEEAD1
(206,234,209)
#D5EDD8
(213,237,216)
#DCF0DF
(220,240,223)
#E3F3E6
(227,243,230)
#EAF6ED
(234,246,237)
#F1F9F4
(241,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABDBAE color. Also use rgb(171,219,174) instead hex code.

Text Font Color

.myTextColor { color: #ABDBAE; }

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

This text font color is #ABDBAE.


Background Color

.myBgColor { background-color: #ABDBAE; }

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

This div background color is #ABDBAE.


Border color

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

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

This div border color is #ABDBAE.


Opacity

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

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

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

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

This text has shadow with #ABDBAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABDBAE on black background.


Color preview on white background

This text has color #ABDBAE on white background.



Black color preview on #ABDBAE background

This text has black color on #ABDBAE background.


White color preview on #ABDBAE background

This text has white color on #ABDBAE background.