COLOR #ABDEB2

HEX: #ABDEB2 RGB: (171,222,178)

Color info

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

RGB color model

#ABDEB2 color RGB value is (171,222,178).

RGB: (171,222,178) (67%, 87%, 70%)

RGB channels and saturation

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

171
222
178

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

Portions of RGB colors in percentages

R + G + B = 171 + 222 + 178 = 571 (100%)
R 171 of 571 ~ 29.95%
G 222 of 571 ~ 38.88%
B 178 of 571 ~ 31.17'%

%29.95
%38.88
%31.17

CMYK color model

#ABDEB2 color CMYK value is (23,0,20,13).

  • cyan value is 22.97%
  • magenta value is 0.00%
  • yellow value is 19.82%
  • key color value is 12.94%

CMYK: (23,0,20,13)
C23M0Y20K13 (23%, 0%, 20%, 13%)
(0.23 / 0.00 / 0.20 / 0.13)

CMYK percentages

%22.97
%0
%19.82
%12.94

Codes

Color #ABDEB2 in popluar color models

AB DE B2
RGB 171 222 178
HSL 128° 43.59% 77.06%
HSB/HSV 128° 22.97% 87.06%
CMYK 22.97% 0.00% 19.82%
12.94%

Color #ABDEB2 in popluar number systems.

HEX AB DE B2
Decimal 171 222 178
Binary 10101011 11011110 10110010
Octal 253 336 262

Shades and tints

Shades of #ABDEB2

#ABDEB2
(171,222,178)
#9CCAA2
(156,202,162)
#8DB692
(141,182,146)
#7EA282
(126,162,130)
#6F8E72
(111,142,114)
#607A62
(96,122,98)
#516652
(81,102,82)
#425242
(66,82,66)
#333E32
(51,62,50)
#242A22
(36,42,34)
#151612
(21,22,18)
#000000
(0,0,0)

Tints of #ABDEB2

#ABDEB2
(171,222,178)
#B2E1B9
(178,225,185)
#B9E4C0
(185,228,192)
#C0E7C7
(192,231,199)
#C7EACE
(199,234,206)
#CEEDD5
(206,237,213)
#D5F0DC
(213,240,220)
#DCF3E3
(220,243,227)
#E3F6EA
(227,246,234)
#EAF9F1
(234,249,241)
#F1FCF8
(241,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABDEB2; }

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

This text font color is #ABDEB2.

Background Color

.myBgColor { background-color: #ABDEB2; }

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

This div background color is #ABDEB2.

Border color

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

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

This div border color is #ABDEB2.

Opacity

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

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

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

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

This text has shadow with #ABDEB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABDEB2.

Preview

Color preview on black background

This text has color #ABDEB2 on black background.


Color preview on white background

This text has color #ABDEB2 on white background.


Black color preview on #ABDEB2 background

This text has black color on #ABDEB2 background.


White color preview on #ABDEB2 background

This text has white color on #ABDEB2 background.


Related colors

Complementary color

Complementary color for #hex is #54214D.


I love getcolorcode.com

Triadic colors

1 #B2ABDE and #DEB2AB with #ABDEB2 are triadic colors.

2 #B2DEAB and #DEABB2 with #ABDEB2 are triadic colors.