COLOR #ABE0C2

HEX: #ABE0C2
RGB: (171,224,194)

Color info

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

RGB color model

#ABE0C2 color RGB value is (171,224,194).

  • red value is 171;
  • green value is 224;
  • blue value is 194.
RGB:
(171,224,194)
(67%,88%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 224 of 255 = 88%
B 194 of 255 = 76%

171
224
194

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

Portions of RGB colors in percentages

R + G + B =
171 + 224 + 194 = 589 (100%)
R 171 of 589 ~ 29.03%
G 224 of 589 ~ 38.03%
B 194 of 589 ~ 32.94%

%29.03
%38.03
%32.94

CMYK color model

#ABE0C2 color CMYK value is (24,0,13,12).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 13.39%
  • key color value is 12.16%
CMYK:
(24,0,13,12)
C24M0Y13K12 
(24%,0%,13%,12%)
(0.24/0.00/0.13/0.12)	

CMYK percentages

%23.66
%0
%13.39
%12.16

Codes

Color #ABE0C2 in popluar color models

ABE0C2
RGB171224194
HSL146°46.09%77.45%
HSB/HSV146°23.66%87.84%
CMYK23.66%0.00%13.39%
12.16%

Color #ABE0C2 in popluar number systems.

HEXABE0C2
Decimal171224194
Binary101010111110000011000010
Octal253340302

Shades and tints

Shades of #ABE0C2

#ABE0C2
(171,224,194)
#9CCCB1
(156,204,177)
#8DB8A0
(141,184,160)
#7EA48F
(126,164,143)
#6F907E
(111,144,126)
#607C6D
(96,124,109)
#51685C
(81,104,92)
#42544B
(66,84,75)
#33403A
(51,64,58)
#242C29
(36,44,41)
#151818
(21,24,24)
#000000
(0,0,0)

Tints of #ABE0C2

#ABE0C2
(171,224,194)
#B2E2C7
(178,226,199)
#B9E4CC
(185,228,204)
#C0E6D1
(192,230,209)
#C7E8D6
(199,232,214)
#CEEADB
(206,234,219)
#D5ECE0
(213,236,224)
#DCEEE5
(220,238,229)
#E3F0EA
(227,240,234)
#EAF2EF
(234,242,239)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE0C2 color. Also use rgb(171,224,194) instead hex code.

Text Font Color

.myTextColor { color: #ABE0C2; }

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

This text font color is #ABE0C2.


Background Color

.myBgColor { background-color: #ABE0C2; }

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

This div background color is #ABE0C2.


Border color

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

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

This div border color is #ABE0C2.


Opacity

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

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

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

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

This text has shadow with #ABE0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABE0C2 on black background.


Color preview on white background

This text has color #ABE0C2 on white background.



Black color preview on #ABE0C2 background

This text has black color on #ABE0C2 background.


White color preview on #ABE0C2 background

This text has white color on #ABE0C2 background.