COLOR #ABF8BE

HEX: #ABF8BE RGB: (171,248,190)

Color info

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

RGB color model

#ABF8BE color RGB value is (171,248,190).

RGB: (171,248,190) (67%, 97%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 248 of 255 = 97%
B 190 of 255 = 75%

171
248
190

R + G + B ~ 80%. #ABF8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 248 + 190 = 609 (100%)
R 171 of 609 ~ 28.08%
G 248 of 609 ~ 40.72%
B 190 of 609 ~ 31.2'%

%28.08
%40.72
%31.2

CMYK color model

#ABF8BE color CMYK value is (31,0,23,3).

  • cyan value is 31.05%
  • magenta value is 0.00%
  • yellow value is 23.39%
  • key color value is 2.75%

CMYK: (31,0,23,3)
C31M0Y23K3 (31%, 0%, 23%, 3%)
(0.31 / 0.00 / 0.23 / 0.03)

CMYK percentages

%31.05
%0
%23.39
%2.75

Codes

Color #ABF8BE in popluar color models

AB F8 BE
RGB 171 248 190
HSL 135° 84.62% 82.16%
HSB/HSV 135° 31.05% 97.25%
CMYK 31.05% 0.00% 23.39%
2.75%

Color #ABF8BE in popluar number systems.

HEX AB F8 BE
Decimal 171 248 190
Binary 10101011 11111000 10111110
Octal 253 370 276

Shades and tints

Shades of #ABF8BE

#ABF8BE
(171,248,190)
#9CE2AD
(156,226,173)
#8DCC9C
(141,204,156)
#7EB68B
(126,182,139)
#6FA07A
(111,160,122)
#608A69
(96,138,105)
#517458
(81,116,88)
#425E47
(66,94,71)
#334836
(51,72,54)
#243225
(36,50,37)
#151C14
(21,28,20)
#000000
(0,0,0)

Tints of #ABF8BE

#ABF8BE
(171,248,190)
#B2F8C3
(178,248,195)
#B9F8C8
(185,248,200)
#C0F8CD
(192,248,205)
#C7F8D2
(199,248,210)
#CEF8D7
(206,248,215)
#D5F8DC
(213,248,220)
#DCF8E1
(220,248,225)
#E3F8E6
(227,248,230)
#EAF8EB
(234,248,235)
#F1F8F0
(241,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF8BE color. Also use rgb(171,248,190) instead hex code.

Text Font Color

.myTextColor { color: #ABF8BE; }

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

This text font color is #ABF8BE.

Background Color

.myBgColor { background-color: #ABF8BE; }

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

This div background color is #ABF8BE.

Border color

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

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

This div border color is #ABF8BE.

Opacity

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

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

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

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

This text has shadow with #ABF8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF8BE.

Preview

Color preview on black background

This text has color #ABF8BE on black background.


Color preview on white background

This text has color #ABF8BE on white background.


Black color preview on #ABF8BE background

This text has black color on #ABF8BE background.


White color preview on #ABF8BE background

This text has white color on #ABF8BE background.


Related colors

Complementary color

Complementary color for #hex is #540741.


I love getcolorcode.com

Triadic colors

1 #BEABF8 and #F8BEAB with #ABF8BE are triadic colors.

2 #BEF8AB and #F8ABBE with #ABF8BE are triadic colors.