COLOR #ABEED0

HEX: #ABEED0
RGB: (171,238,208)

Color info

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

RGB color model

#ABEED0 color RGB value is (171,238,208).

  • red value is 171;
  • green value is 238;
  • blue value is 208.
RGB:
(171,238,208)
(67%,93%,82%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 208 of 255 = 82%

171
238
208

R + G + B ~ 81%. #ABEED0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 238 + 208 = 617 (100%)
R 171 of 617 ~ 27.71%
G 238 of 617 ~ 38.57%
B 208 of 617 ~ 33.71%

%27.71
%38.57
%33.71

CMYK color model

#ABEED0 color CMYK value is (28,0,13,7).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 12.61%
  • key color value is 6.67%
CMYK:
(28,0,13,7)
C28M0Y13K7 
(28%,0%,13%,7%)
(0.28/0.00/0.13/0.07)	

CMYK percentages

%28.15
%0
%12.61
%6.67

Codes

Color #ABEED0 in popluar color models

ABEED0
RGB171238208
HSL153°66.34%80.20%
HSB/HSV153°28.15%93.33%
CMYK28.15%0.00%12.61%
6.67%

Color #ABEED0 in popluar number systems.

HEXABEED0
Decimal171238208
Binary101010111110111011010000
Octal253356320

Shades and tints

Shades of #ABEED0

#ABEED0
(171,238,208)
#9CD9BE
(156,217,190)
#8DC4AC
(141,196,172)
#7EAF9A
(126,175,154)
#6F9A88
(111,154,136)
#608576
(96,133,118)
#517064
(81,112,100)
#425B52
(66,91,82)
#334640
(51,70,64)
#24312E
(36,49,46)
#151C1C
(21,28,28)
#000000
(0,0,0)

Tints of #ABEED0

#ABEED0
(171,238,208)
#B2EFD4
(178,239,212)
#B9F0D8
(185,240,216)
#C0F1DC
(192,241,220)
#C7F2E0
(199,242,224)
#CEF3E4
(206,243,228)
#D5F4E8
(213,244,232)
#DCF5EC
(220,245,236)
#E3F6F0
(227,246,240)
#EAF7F4
(234,247,244)
#F1F8F8
(241,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEED0 color. Also use rgb(171,238,208) instead hex code.

Text Font Color

.myTextColor { color: #ABEED0; }

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

This text font color is #ABEED0.


Background Color

.myBgColor { background-color: #ABEED0; }

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

This div background color is #ABEED0.


Border color

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

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

This div border color is #ABEED0.


Opacity

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

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

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

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

This text has shadow with #ABEED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABEED0 on black background.


Color preview on white background

This text has color #ABEED0 on white background.



Black color preview on #ABEED0 background

This text has black color on #ABEED0 background.


White color preview on #ABEED0 background

This text has white color on #ABEED0 background.