COLOR #ABEBB4

HEX: #ABEBB4 RGB: (171,235,180)

Color info

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

RGB color model

#ABEBB4 color RGB value is (171,235,180).

RGB: (171,235,180) (67%, 92%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 235 of 255 = 92%
B 180 of 255 = 71%

171
235
180

R + G + B ~ 77%. #ABEBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 235 + 180 = 586 (100%)
R 171 of 586 ~ 29.18%
G 235 of 586 ~ 40.1%
B 180 of 586 ~ 30.72'%

%29.18
%40.1
%30.72

CMYK color model

#ABEBB4 color CMYK value is (27,0,23,8).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 23.40%
  • key color value is 7.84%
CMYK: (27,0,23,8) C27M0Y23K8 (27%,0%,23%,8%) (0.27/0.00/0.23/0.08) 

CMYK percentages

%27.23
%0
%23.4
%7.84

Codes

Color #ABEBB4 in popluar color models

AB EB B4
RGB 171 235 180
HSL 128° 61.54% 79.61%
HSB/HSV 128° 27.23% 92.16%
CMYK 27.23% 0.00% 23.40%
7.84%

Color #ABEBB4 in popluar number systems.

HEX AB EB B4
Decimal 171 235 180
Binary 10101011 11101011 10110100
Octal 253 353 264

Shades and tints

Shades of #ABEBB4

#ABEBB4
(171,235,180)
#9CD6A4
(156,214,164)
#8DC194
(141,193,148)
#7EAC84
(126,172,132)
#6F9774
(111,151,116)
#608264
(96,130,100)
#516D54
(81,109,84)
#425844
(66,88,68)
#334334
(51,67,52)
#242E24
(36,46,36)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABEBB4

#ABEBB4
(171,235,180)
#B2ECBA
(178,236,186)
#B9EDC0
(185,237,192)
#C0EEC6
(192,238,198)
#C7EFCC
(199,239,204)
#CEF0D2
(206,240,210)
#D5F1D8
(213,241,216)
#DCF2DE
(220,242,222)
#E3F3E4
(227,243,228)
#EAF4EA
(234,244,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEBB4 color. Also use rgb(171,235,180) instead hex code.

Text Font Color

.myTextColor { color: #ABEBB4; }

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

This text font color is #ABEBB4.

Background Color

.myBgColor { background-color: #ABEBB4; }

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

This div background color is #ABEBB4.

Border color

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

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

This div border color is #ABEBB4.

Opacity

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

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

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

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

This text has shadow with #ABEBB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEBB4.

Preview

Color preview on black background

This text has color #ABEBB4 on black background.


Color preview on white background

This text has color #ABEBB4 on white background.


Black color preview on #ABEBB4 background

This text has black color on #ABEBB4 background.


White color preview on #ABEBB4 background

This text has white color on #ABEBB4 background.


Related colors

Complementary color

Complementary color for #hex is #54144B.


I love getcolorcode.com

Triadic colors

1 #B4ABEB and #EBB4AB with #ABEBB4 are triadic colors.

2 #B4EBAB and #EBABB4 with #ABEBB4 are triadic colors.