COLOR #ABE8CD

HEX: #ABE8CD RGB: (171,232,205)

Color info

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

RGB color model

#ABE8CD color RGB value is (171,232,205).

RGB: (171,232,205) (67%, 91%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 232 of 255 = 91%
B 205 of 255 = 80%

171
232
205

R + G + B ~ 79%. #ABE8CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 232 + 205 = 608 (100%)
R 171 of 608 ~ 28.13%
G 232 of 608 ~ 38.16%
B 205 of 608 ~ 33.72'%

%28.13
%38.16
%33.72

CMYK color model

#ABE8CD color CMYK value is (26,0,12,9).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 9.02%
CMYK: (26,0,12,9) C26M0Y12K9 (26%,0%,12%,9%) (0.26/0.00/0.12/0.09) 

CMYK percentages

%26.29
%0
%11.64
%9.02

Codes

Color #ABE8CD in popluar color models

AB E8 CD
RGB 171 232 205
HSL 153° 57.01% 79.02%
HSB/HSV 153° 26.29% 90.98%
CMYK 26.29% 0.00% 11.64%
9.02%

Color #ABE8CD in popluar number systems.

HEX AB E8 CD
Decimal 171 232 205
Binary 10101011 11101000 11001101
Octal 253 350 315

Shades and tints

Shades of #ABE8CD

#ABE8CD
(171,232,205)
#9CD3BB
(156,211,187)
#8DBEA9
(141,190,169)
#7EA997
(126,169,151)
#6F9485
(111,148,133)
#607F73
(96,127,115)
#516A61
(81,106,97)
#42554F
(66,85,79)
#33403D
(51,64,61)
#242B2B
(36,43,43)
#151619
(21,22,25)
#000000
(0,0,0)

Tints of #ABE8CD

#ABE8CD
(171,232,205)
#B2EAD1
(178,234,209)
#B9ECD5
(185,236,213)
#C0EED9
(192,238,217)
#C7F0DD
(199,240,221)
#CEF2E1
(206,242,225)
#D5F4E5
(213,244,229)
#DCF6E9
(220,246,233)
#E3F8ED
(227,248,237)
#EAFAF1
(234,250,241)
#F1FCF5
(241,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE8CD; }

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

This text font color is #ABE8CD.

Background Color

.myBgColor { background-color: #ABE8CD; }

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

This div background color is #ABE8CD.

Border color

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

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

This div border color is #ABE8CD.

Opacity

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

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

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

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

This text has shadow with #ABE8CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE8CD.

Preview

Color preview on black background

This text has color #ABE8CD on black background.


Color preview on white background

This text has color #ABE8CD on white background.


Black color preview on #ABE8CD background

This text has black color on #ABE8CD background.


White color preview on #ABE8CD background

This text has white color on #ABE8CD background.


Related colors

Complementary color

Complementary color for #hex is #541732.


I love getcolorcode.com

Triadic colors

1 #CDABE8 and #E8CDAB with #ABE8CD are triadic colors.

2 #CDE8AB and #E8ABCD with #ABE8CD are triadic colors.