COLOR #ABEDC0

HEX: #ABEDC0 RGB: (171,237,192)

Color info

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

RGB color model

#ABEDC0 color RGB value is (171,237,192).

RGB: (171,237,192) (67%, 93%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 237 of 255 = 93%
B 192 of 255 = 75%

171
237
192

R + G + B ~ 78%. #ABEDC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 237 + 192 = 600 (100%)
R 171 of 600 ~ 28.5%
G 237 of 600 ~ 39.5%
B 192 of 600 ~ 32'%

%28.5
%39.5
%32

CMYK color model

#ABEDC0 color CMYK value is (28,0,19,7).

  • cyan value is 27.85%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 7.06%

CMYK: (28,0,19,7)
C28M0Y19K7 (28%, 0%, 19%, 7%)
(0.28 / 0.00 / 0.19 / 0.07)

CMYK percentages

%27.85
%0
%18.99
%7.06

Codes

Color #ABEDC0 in popluar color models

AB ED C0
RGB 171 237 192
HSL 139° 64.71% 80.00%
HSB/HSV 139° 27.85% 92.94%
CMYK 27.85% 0.00% 18.99%
7.06%

Color #ABEDC0 in popluar number systems.

HEX AB ED C0
Decimal 171 237 192
Binary 10101011 11101101 11000000
Octal 253 355 300

Shades and tints

Shades of #ABEDC0

#ABEDC0
(171,237,192)
#9CD8AF
(156,216,175)
#8DC39E
(141,195,158)
#7EAE8D
(126,174,141)
#6F997C
(111,153,124)
#60846B
(96,132,107)
#516F5A
(81,111,90)
#425A49
(66,90,73)
#334538
(51,69,56)
#243027
(36,48,39)
#151B16
(21,27,22)
#000000
(0,0,0)

Tints of #ABEDC0

#ABEDC0
(171,237,192)
#B2EEC5
(178,238,197)
#B9EFCA
(185,239,202)
#C0F0CF
(192,240,207)
#C7F1D4
(199,241,212)
#CEF2D9
(206,242,217)
#D5F3DE
(213,243,222)
#DCF4E3
(220,244,227)
#E3F5E8
(227,245,232)
#EAF6ED
(234,246,237)
#F1F7F2
(241,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEDC0; }

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

This text font color is #ABEDC0.

Background Color

.myBgColor { background-color: #ABEDC0; }

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

This div background color is #ABEDC0.

Border color

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

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

This div border color is #ABEDC0.

Opacity

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

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

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

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

This text has shadow with #ABEDC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEDC0.

Preview

Color preview on black background

This text has color #ABEDC0 on black background.


Color preview on white background

This text has color #ABEDC0 on white background.


Black color preview on #ABEDC0 background

This text has black color on #ABEDC0 background.


White color preview on #ABEDC0 background

This text has white color on #ABEDC0 background.


Related colors

Complementary color

Complementary color for #hex is #54123F.


I love getcolorcode.com

Triadic colors

1 #C0ABED and #EDC0AB with #ABEDC0 are triadic colors.

2 #C0EDAB and #EDABC0 with #ABEDC0 are triadic colors.