COLOR #ABE2D0

HEX: #ABE2D0 RGB: (171,226,208)

Color info

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

RGB color model

#ABE2D0 color RGB value is (171,226,208).

RGB: (171,226,208) (67%, 89%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 226 of 255 = 89%
B 208 of 255 = 82%

171
226
208

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

Portions of RGB colors in percentages

R + G + B = 171 + 226 + 208 = 605 (100%)
R 171 of 605 ~ 28.26%
G 226 of 605 ~ 37.36%
B 208 of 605 ~ 34.38'%

%28.26
%37.36
%34.38

CMYK color model

#ABE2D0 color CMYK value is (24,0,8,11).

  • cyan value is 24.34%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 11.37%
CMYK: (24,0,8,11) C24M0Y8K11 (24%,0%,8%,11%) (0.24/0.00/0.08/0.11) 

CMYK percentages

%24.34
%0
%7.96
%11.37

Codes

Color #ABE2D0 in popluar color models

AB E2 D0
RGB 171 226 208
HSL 160° 48.67% 77.84%
HSB/HSV 160° 24.34% 88.63%
CMYK 24.34% 0.00% 7.96%
11.37%

Color #ABE2D0 in popluar number systems.

HEX AB E2 D0
Decimal 171 226 208
Binary 10101011 11100010 11010000
Octal 253 342 320

Shades and tints

Shades of #ABE2D0

#ABE2D0
(171,226,208)
#9CCEBE
(156,206,190)
#8DBAAC
(141,186,172)
#7EA69A
(126,166,154)
#6F9288
(111,146,136)
#607E76
(96,126,118)
#516A64
(81,106,100)
#425652
(66,86,82)
#334240
(51,66,64)
#242E2E
(36,46,46)
#151A1C
(21,26,28)
#000000
(0,0,0)

Tints of #ABE2D0

#ABE2D0
(171,226,208)
#B2E4D4
(178,228,212)
#B9E6D8
(185,230,216)
#C0E8DC
(192,232,220)
#C7EAE0
(199,234,224)
#CEECE4
(206,236,228)
#D5EEE8
(213,238,232)
#DCF0EC
(220,240,236)
#E3F2F0
(227,242,240)
#EAF4F4
(234,244,244)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE2D0; }

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

This text font color is #ABE2D0.

Background Color

.myBgColor { background-color: #ABE2D0; }

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

This div background color is #ABE2D0.

Border color

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

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

This div border color is #ABE2D0.

Opacity

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

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

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

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

This text has shadow with #ABE2D0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE2D0.

Preview

Color preview on black background

This text has color #ABE2D0 on black background.


Color preview on white background

This text has color #ABE2D0 on white background.


Black color preview on #ABE2D0 background

This text has black color on #ABE2D0 background.


White color preview on #ABE2D0 background

This text has white color on #ABE2D0 background.


Related colors

Complementary color

Complementary color for #hex is #541D2F.


I love getcolorcode.com

Triadic colors

1 #D0ABE2 and #E2D0AB with #ABE2D0 are triadic colors.

2 #D0E2AB and #E2ABD0 with #ABE2D0 are triadic colors.