COLOR #ABEECD

HEX: #ABEECD RGB: (171,238,205)

Color info

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

RGB color model

#ABEECD color RGB value is (171,238,205).

RGB: (171,238,205) (67%, 93%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 238 of 255 = 93%
B 205 of 255 = 80%

171
238
205

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

Portions of RGB colors in percentages

R + G + B = 171 + 238 + 205 = 614 (100%)
R 171 of 614 ~ 27.85%
G 238 of 614 ~ 38.76%
B 205 of 614 ~ 33.39'%

%27.85
%38.76
%33.39

CMYK color model

#ABEECD color CMYK value is (28,0,14,7).

  • cyan value is 28.15%
  • magenta value is 0.00%
  • yellow value is 13.87%
  • key color value is 6.67%

CMYK: (28,0,14,7)
C28M0Y14K7 (28%, 0%, 14%, 7%)
(0.28 / 0.00 / 0.14 / 0.07)

CMYK percentages

%28.15
%0
%13.87
%6.67

Codes

Color #ABEECD in popluar color models

AB EE CD
RGB 171 238 205
HSL 150° 66.34% 80.20%
HSB/HSV 150° 28.15% 93.33%
CMYK 28.15% 0.00% 13.87%
6.67%

Color #ABEECD in popluar number systems.

HEX AB EE CD
Decimal 171 238 205
Binary 10101011 11101110 11001101
Octal 253 356 315

Shades and tints

Shades of #ABEECD

#ABEECD
(171,238,205)
#9CD9BB
(156,217,187)
#8DC4A9
(141,196,169)
#7EAF97
(126,175,151)
#6F9A85
(111,154,133)
#608573
(96,133,115)
#517061
(81,112,97)
#425B4F
(66,91,79)
#33463D
(51,70,61)
#24312B
(36,49,43)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #ABEECD

#ABEECD
(171,238,205)
#B2EFD1
(178,239,209)
#B9F0D5
(185,240,213)
#C0F1D9
(192,241,217)
#C7F2DD
(199,242,221)
#CEF3E1
(206,243,225)
#D5F4E5
(213,244,229)
#DCF5E9
(220,245,233)
#E3F6ED
(227,246,237)
#EAF7F1
(234,247,241)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEECD; }

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

This text font color is #ABEECD.

Background Color

.myBgColor { background-color: #ABEECD; }

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

This div background color is #ABEECD.

Border color

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

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

This div border color is #ABEECD.

Opacity

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

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

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

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

This text has shadow with #ABEECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEECD.

Preview

Color preview on black background

This text has color #ABEECD on black background.


Color preview on white background

This text has color #ABEECD on white background.


Black color preview on #ABEECD background

This text has black color on #ABEECD background.


White color preview on #ABEECD background

This text has white color on #ABEECD background.


Related colors

Complementary color

Complementary color for #hex is #541132.


I love getcolorcode.com

Triadic colors

1 #CDABEE and #EECDAB with #ABEECD are triadic colors.

2 #CDEEAB and #EEABCD with #ABEECD are triadic colors.