COLOR #ABEDF2

HEX: #ABEDF2
RGB: (171,237,242)

Color info

#ABEDF2 contains mainly green and blue colors. Web safe color of #ABEDF2 is #99FFFF (or #9FF).

RGB color model

#ABEDF2 color RGB value is (171,237,242).

  • red value is 171;
  • green value is 237;
  • blue value is 242.
RGB:
(171,237,242)
(67%,93%,95%)

RGB channels and saturation

R 171 of 255 = 67%
G 237 of 255 = 93%
B 242 of 255 = 95%

171
237
242

R + G + B ~ 85%. #ABEDF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 237 + 242 = 650 (100%)
R 171 of 650 ~ 26.31%
G 237 of 650 ~ 36.46%
B 242 of 650 ~ 37.23%

%26.31
%36.46
%37.23

CMYK color model

#ABEDF2 color CMYK value is (29,2,0,5).

  • cyan value is 29.34%
  • magenta value is 2.07%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(29,2,0,5)
C29M2Y0K5 
(29%,2%,0%,5%)
(0.29/0.02/0.00/0.05)	

CMYK percentages

%29.34
%2.07
%0
%5.1

Codes

Color #ABEDF2 in popluar color models

ABEDF2
RGB171237242
HSL184°73.20%80.98%
HSB/HSV184°29.34%94.90%
CMYK29.34%2.07%0.00%
5.10%

Color #ABEDF2 in popluar number systems.

HEXABEDF2
Decimal171237242
Binary101010111110110111110010
Octal253355362

Shades and tints

Shades of #ABEDF2

#ABEDF2
(171,237,242)
#9CD8DC
(156,216,220)
#8DC3C6
(141,195,198)
#7EAEB0
(126,174,176)
#6F999A
(111,153,154)
#608484
(96,132,132)
#516F6E
(81,111,110)
#425A58
(66,90,88)
#334542
(51,69,66)
#24302C
(36,48,44)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #ABEDF2

#ABEDF2
(171,237,242)
#B2EEF3
(178,238,243)
#B9EFF4
(185,239,244)
#C0F0F5
(192,240,245)
#C7F1F6
(199,241,246)
#CEF2F7
(206,242,247)
#D5F3F8
(213,243,248)
#DCF4F9
(220,244,249)
#E3F5FA
(227,245,250)
#EAF6FB
(234,246,251)
#F1F7FC
(241,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEDF2 color. Also use rgb(171,237,242) instead hex code.

Text Font Color

.myTextColor { color: #ABEDF2; }

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

This text font color is #ABEDF2.


Background Color

.myBgColor { background-color: #ABEDF2; }

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

This div background color is #ABEDF2.


Border color

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

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

This div border color is #ABEDF2.


Opacity

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

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

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

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

This text has shadow with #ABEDF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEDF2 on black background.


Color preview on white background

This text has color #ABEDF2 on white background.



Black color preview on #ABEDF2 background

This text has black color on #ABEDF2 background.


White color preview on #ABEDF2 background

This text has white color on #ABEDF2 background.