COLOR #ABE2C0

HEX: #ABE2C0 RGB: (171,226,192)

Color info

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

RGB color model

#ABE2C0 color RGB value is (171,226,192).

RGB: (171,226,192) (67%, 89%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 226 of 255 = 89%
B 192 of 255 = 75%

171
226
192

R + G + B ~ 77%. #ABE2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 226 + 192 = 589 (100%)
R 171 of 589 ~ 29.03%
G 226 of 589 ~ 38.37%
B 192 of 589 ~ 32.6'%

%29.03
%38.37
%32.6

CMYK color model

#ABE2C0 color CMYK value is (24,0,15,11).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 15.04%
  • key color value is 11.37%
CMYK: (24,0,15,11) C24M0Y15K11 (24%,0%,15%,11%) (0.24/0.00/0.15/0.11) 

CMYK percentages

%24.34
%0
%15.04
%11.37

Codes

Color #ABE2C0 in popluar color models

AB E2 C0
RGB 171 226 192
HSL 143° 48.67% 77.84%
HSB/HSV 143° 24.34% 88.63%
CMYK 24.34% 0.00% 15.04%
11.37%

Color #ABE2C0 in popluar number systems.

HEX AB E2 C0
Decimal 171 226 192
Binary 10101011 11100010 11000000
Octal 253 342 300

Shades and tints

Shades of #ABE2C0

#ABE2C0
(171,226,192)
#9CCEAF
(156,206,175)
#8DBA9E
(141,186,158)
#7EA68D
(126,166,141)
#6F927C
(111,146,124)
#607E6B
(96,126,107)
#516A5A
(81,106,90)
#425649
(66,86,73)
#334238
(51,66,56)
#242E27
(36,46,39)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #ABE2C0

#ABE2C0
(171,226,192)
#B2E4C5
(178,228,197)
#B9E6CA
(185,230,202)
#C0E8CF
(192,232,207)
#C7EAD4
(199,234,212)
#CEECD9
(206,236,217)
#D5EEDE
(213,238,222)
#DCF0E3
(220,240,227)
#E3F2E8
(227,242,232)
#EAF4ED
(234,244,237)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE2C0; }

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

This text font color is #ABE2C0.

Background Color

.myBgColor { background-color: #ABE2C0; }

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

This div background color is #ABE2C0.

Border color

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

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

This div border color is #ABE2C0.

Opacity

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

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

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

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

This text has shadow with #ABE2C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE2C0.

Preview

Color preview on black background

This text has color #ABE2C0 on black background.


Color preview on white background

This text has color #ABE2C0 on white background.


Black color preview on #ABE2C0 background

This text has black color on #ABE2C0 background.


White color preview on #ABE2C0 background

This text has white color on #ABE2C0 background.


Related colors

Complementary color

Complementary color for #hex is #541D3F.


I love getcolorcode.com

Triadic colors

1 #C0ABE2 and #E2C0AB with #ABE2C0 are triadic colors.

2 #C0E2AB and #E2ABC0 with #ABE2C0 are triadic colors.