COLOR #ABF4E5

HEX: #ABF4E5 RGB: (171,244,229)

Color info

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

RGB color model

#ABF4E5 color RGB value is (171,244,229).

RGB: (171,244,229) (67%, 96%, 90%)

RGB channels and saturation

R 171 of 255 = 67%
G 244 of 255 = 96%
B 229 of 255 = 90%

171
244
229

R + G + B ~ 84%. #ABF4E5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 244 + 229 = 644 (100%)
R 171 of 644 ~ 26.55%
G 244 of 644 ~ 37.89%
B 229 of 644 ~ 35.56'%

%26.55
%37.89
%35.56

CMYK color model

#ABF4E5 color CMYK value is (30,0,6,4).

  • cyan value is 29.92%
  • magenta value is 0.00%
  • yellow value is 6.15%
  • key color value is 4.31%

CMYK: (30,0,6,4)
C30M0Y6K4 (30%, 0%, 6%, 4%)
(0.30 / 0.00 / 0.06 / 0.04)

CMYK percentages

%29.92
%0
%6.15
%4.31

Codes

Color #ABF4E5 in popluar color models

AB F4 E5
RGB 171 244 229
HSL 168° 76.84% 81.37%
HSB/HSV 168° 29.92% 95.69%
CMYK 29.92% 0.00% 6.15%
4.31%

Color #ABF4E5 in popluar number systems.

HEX AB F4 E5
Decimal 171 244 229
Binary 10101011 11110100 11100101
Octal 253 364 345

Shades and tints

Shades of #ABF4E5

#ABF4E5
(171,244,229)
#9CDED1
(156,222,209)
#8DC8BD
(141,200,189)
#7EB2A9
(126,178,169)
#6F9C95
(111,156,149)
#608681
(96,134,129)
#51706D
(81,112,109)
#425A59
(66,90,89)
#334445
(51,68,69)
#242E31
(36,46,49)
#15181D
(21,24,29)
#000000
(0,0,0)

Tints of #ABF4E5

#ABF4E5
(171,244,229)
#B2F5E7
(178,245,231)
#B9F6E9
(185,246,233)
#C0F7EB
(192,247,235)
#C7F8ED
(199,248,237)
#CEF9EF
(206,249,239)
#D5FAF1
(213,250,241)
#DCFBF3
(220,251,243)
#E3FCF5
(227,252,245)
#EAFDF7
(234,253,247)
#F1FEF9
(241,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABF4E5 color. Also use rgb(171,244,229) instead hex code.

Text Font Color

.myTextColor { color: #ABF4E5; }

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

This text font color is #ABF4E5.

Background Color

.myBgColor { background-color: #ABF4E5; }

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

This div background color is #ABF4E5.

Border color

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

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

This div border color is #ABF4E5.

Opacity

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

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

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

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

This text has shadow with #ABF4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABF4E5.

Preview

Color preview on black background

This text has color #ABF4E5 on black background.


Color preview on white background

This text has color #ABF4E5 on white background.


Black color preview on #ABF4E5 background

This text has black color on #ABF4E5 background.


White color preview on #ABF4E5 background

This text has white color on #ABF4E5 background.


Related colors

Complementary color

Complementary color for #hex is #540B1A.


I love getcolorcode.com

Triadic colors

1 #E5ABF4 and #F4E5AB with #ABF4E5 are triadic colors.

2 #E5F4AB and #F4ABE5 with #ABF4E5 are triadic colors.