COLOR #ABE5D2

HEX: #ABE5D2 RGB: (171,229,210)

Color info

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

RGB color model

#ABE5D2 color RGB value is (171,229,210).

RGB: (171,229,210) (67%, 90%, 82%)

RGB channels and saturation

R 171 of 255 = 67%
G 229 of 255 = 90%
B 210 of 255 = 82%

171
229
210

R + G + B ~ 80%. #ABE5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 229 + 210 = 610 (100%)
R 171 of 610 ~ 28.03%
G 229 of 610 ~ 37.54%
B 210 of 610 ~ 34.43'%

%28.03
%37.54
%34.43

CMYK color model

#ABE5D2 color CMYK value is (25,0,8,10).

  • cyan value is 25.33%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 10.20%

CMYK: (25,0,8,10)
C25M0Y8K10 (25%, 0%, 8%, 10%)
(0.25 / 0.00 / 0.08 / 0.10)

CMYK percentages

%25.33
%0
%8.3
%10.2

Codes

Color #ABE5D2 in popluar color models

AB E5 D2
RGB 171 229 210
HSL 160° 52.73% 78.43%
HSB/HSV 160° 25.33% 89.80%
CMYK 25.33% 0.00% 8.30%
10.20%

Color #ABE5D2 in popluar number systems.

HEX AB E5 D2
Decimal 171 229 210
Binary 10101011 11100101 11010010
Octal 253 345 322

Shades and tints

Shades of #ABE5D2

#ABE5D2
(171,229,210)
#9CD1BF
(156,209,191)
#8DBDAC
(141,189,172)
#7EA999
(126,169,153)
#6F9586
(111,149,134)
#608173
(96,129,115)
#516D60
(81,109,96)
#42594D
(66,89,77)
#33453A
(51,69,58)
#243127
(36,49,39)
#151D14
(21,29,20)
#000000
(0,0,0)

Tints of #ABE5D2

#ABE5D2
(171,229,210)
#B2E7D6
(178,231,214)
#B9E9DA
(185,233,218)
#C0EBDE
(192,235,222)
#C7EDE2
(199,237,226)
#CEEFE6
(206,239,230)
#D5F1EA
(213,241,234)
#DCF3EE
(220,243,238)
#E3F5F2
(227,245,242)
#EAF7F6
(234,247,246)
#F1F9FA
(241,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE5D2 color. Also use rgb(171,229,210) instead hex code.

Text Font Color

.myTextColor { color: #ABE5D2; }

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

This text font color is #ABE5D2.

Background Color

.myBgColor { background-color: #ABE5D2; }

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

This div background color is #ABE5D2.

Border color

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

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

This div border color is #ABE5D2.

Opacity

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

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

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

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

This text has shadow with #ABE5D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE5D2.

Preview

Color preview on black background

This text has color #ABE5D2 on black background.


Color preview on white background

This text has color #ABE5D2 on white background.


Black color preview on #ABE5D2 background

This text has black color on #ABE5D2 background.


White color preview on #ABE5D2 background

This text has white color on #ABE5D2 background.


Related colors

Complementary color

Complementary color for #hex is #541A2D.


I love getcolorcode.com

Triadic colors

1 #D2ABE5 and #E5D2AB with #ABE5D2 are triadic colors.

2 #D2E5AB and #E5ABD2 with #ABE5D2 are triadic colors.