COLOR #ABECB9

HEX: #ABECB9 RGB: (171,236,185)

Color info

#ABECB9 contains mainly green and blue colors. Web safe color of #ABECB9 is #99FFCC (or #9FC).

RGB color model

#ABECB9 color RGB value is (171,236,185).

RGB: (171,236,185) (67%, 93%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 236 of 255 = 93%
B 185 of 255 = 73%

171
236
185

R + G + B ~ 78%. #ABECB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 236 + 185 = 592 (100%)
R 171 of 592 ~ 28.89%
G 236 of 592 ~ 39.86%
B 185 of 592 ~ 31.25'%

%28.89
%39.86
%31.25

CMYK color model

#ABECB9 color CMYK value is (28,0,22,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 7.45%

CMYK: (28,0,22,7)
C28M0Y22K7 (28%, 0%, 22%, 7%)
(0.28 / 0.00 / 0.22 / 0.07)

CMYK percentages

%27.54
%0
%21.61
%7.45

Codes

Color #ABECB9 in popluar color models

AB EC B9
RGB 171 236 185
HSL 133° 63.11% 79.80%
HSB/HSV 133° 27.54% 92.55%
CMYK 27.54% 0.00% 21.61%
7.45%

Color #ABECB9 in popluar number systems.

HEX AB EC B9
Decimal 171 236 185
Binary 10101011 11101100 10111001
Octal 253 354 271

Shades and tints

Shades of #ABECB9

#ABECB9
(171,236,185)
#9CD7A9
(156,215,169)
#8DC299
(141,194,153)
#7EAD89
(126,173,137)
#6F9879
(111,152,121)
#608369
(96,131,105)
#516E59
(81,110,89)
#425949
(66,89,73)
#334439
(51,68,57)
#242F29
(36,47,41)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #ABECB9

#ABECB9
(171,236,185)
#B2EDBF
(178,237,191)
#B9EEC5
(185,238,197)
#C0EFCB
(192,239,203)
#C7F0D1
(199,240,209)
#CEF1D7
(206,241,215)
#D5F2DD
(213,242,221)
#DCF3E3
(220,243,227)
#E3F4E9
(227,244,233)
#EAF5EF
(234,245,239)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABECB9 color. Also use rgb(171,236,185) instead hex code.

Text Font Color

.myTextColor { color: #ABECB9; }

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

This text font color is #ABECB9.

Background Color

.myBgColor { background-color: #ABECB9; }

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

This div background color is #ABECB9.

Border color

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

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

This div border color is #ABECB9.

Opacity

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

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

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

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

This text has shadow with #ABECB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABECB9.

Preview

Color preview on black background

This text has color #ABECB9 on black background.


Color preview on white background

This text has color #ABECB9 on white background.


Black color preview on #ABECB9 background

This text has black color on #ABECB9 background.


White color preview on #ABECB9 background

This text has white color on #ABECB9 background.


Related colors

Complementary color

Complementary color for #hex is #541346.


I love getcolorcode.com

Triadic colors

1 #B9ABEC and #ECB9AB with #ABECB9 are triadic colors.

2 #B9ECAB and #ECABB9 with #ABECB9 are triadic colors.