COLOR #ABE6C5

HEX: #ABE6C5 RGB: (171,230,197)

Color info

#ABE6C5 contains red, green and blue colors in about the same proportion. Web safe color of #ABE6C5 is #99CCCC (or #9CC).

RGB color model

#ABE6C5 color RGB value is (171,230,197).

RGB: (171,230,197) (67%, 90%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 230 of 255 = 90%
B 197 of 255 = 77%

171
230
197

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

Portions of RGB colors in percentages

R + G + B = 171 + 230 + 197 = 598 (100%)
R 171 of 598 ~ 28.6%
G 230 of 598 ~ 38.46%
B 197 of 598 ~ 32.94'%

%28.6
%38.46
%32.94

CMYK color model

#ABE6C5 color CMYK value is (26,0,14,10).

  • cyan value is 25.65%
  • magenta value is 0.00%
  • yellow value is 14.35%
  • key color value is 9.80%

CMYK: (26,0,14,10)
C26M0Y14K10 (26%, 0%, 14%, 10%)
(0.26 / 0.00 / 0.14 / 0.10)

CMYK percentages

%25.65
%0
%14.35
%9.8

Codes

Color #ABE6C5 in popluar color models

AB E6 C5
RGB 171 230 197
HSL 146° 54.13% 78.63%
HSB/HSV 146° 25.65% 90.20%
CMYK 25.65% 0.00% 14.35%
9.80%

Color #ABE6C5 in popluar number systems.

HEX AB E6 C5
Decimal 171 230 197
Binary 10101011 11100110 11000101
Octal 253 346 305

Shades and tints

Shades of #ABE6C5

#ABE6C5
(171,230,197)
#9CD2B4
(156,210,180)
#8DBEA3
(141,190,163)
#7EAA92
(126,170,146)
#6F9681
(111,150,129)
#608270
(96,130,112)
#516E5F
(81,110,95)
#425A4E
(66,90,78)
#33463D
(51,70,61)
#24322C
(36,50,44)
#151E1B
(21,30,27)
#000000
(0,0,0)

Tints of #ABE6C5

#ABE6C5
(171,230,197)
#B2E8CA
(178,232,202)
#B9EACF
(185,234,207)
#C0ECD4
(192,236,212)
#C7EED9
(199,238,217)
#CEF0DE
(206,240,222)
#D5F2E3
(213,242,227)
#DCF4E8
(220,244,232)
#E3F6ED
(227,246,237)
#EAF8F2
(234,248,242)
#F1FAF7
(241,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE6C5 color. Also use rgb(171,230,197) instead hex code.

Text Font Color

.myTextColor { color: #ABE6C5; }

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

This text font color is #ABE6C5.

Background Color

.myBgColor { background-color: #ABE6C5; }

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

This div background color is #ABE6C5.

Border color

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

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

This div border color is #ABE6C5.

Opacity

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

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

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

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

This text has shadow with #ABE6C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE6C5.

Preview

Color preview on black background

This text has color #ABE6C5 on black background.


Color preview on white background

This text has color #ABE6C5 on white background.


Black color preview on #ABE6C5 background

This text has black color on #ABE6C5 background.


White color preview on #ABE6C5 background

This text has white color on #ABE6C5 background.


Related colors

Complementary color

Complementary color for #hex is #54193A.


I love getcolorcode.com

Triadic colors

1 #C5ABE6 and #E6C5AB with #ABE6C5 are triadic colors.

2 #C5E6AB and #E6ABC5 with #ABE6C5 are triadic colors.