COLOR #ABE1DD

HEX: #ABE1DD RGB: (171,225,221)

Color info

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

RGB color model

#ABE1DD color RGB value is (171,225,221).

RGB: (171,225,221) (67%, 88%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 225 of 255 = 88%
B 221 of 255 = 87%

171
225
221

R + G + B ~ 81%. #ABE1DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 225 + 221 = 617 (100%)
R 171 of 617 ~ 27.71%
G 225 of 617 ~ 36.47%
B 221 of 617 ~ 35.82'%

%27.71
%36.47
%35.82

CMYK color model

#ABE1DD color CMYK value is (24,0,2,12).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK: (24,0,2,12) C24M0Y2K12 (24%,0%,2%,12%) (0.24/0.00/0.02/0.12) 

CMYK percentages

%24
%0
%1.78
%11.76

Codes

Color #ABE1DD in popluar color models

AB E1 DD
RGB 171 225 221
HSL 176° 47.37% 77.65%
HSB/HSV 176° 24.00% 88.24%
CMYK 24.00% 0.00% 1.78%
11.76%

Color #ABE1DD in popluar number systems.

HEX AB E1 DD
Decimal 171 225 221
Binary 10101011 11100001 11011101
Octal 253 341 335

Shades and tints

Shades of #ABE1DD

#ABE1DD
(171,225,221)
#9CCDC9
(156,205,201)
#8DB9B5
(141,185,181)
#7EA5A1
(126,165,161)
#6F918D
(111,145,141)
#607D79
(96,125,121)
#516965
(81,105,101)
#425551
(66,85,81)
#33413D
(51,65,61)
#242D29
(36,45,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #ABE1DD

#ABE1DD
(171,225,221)
#B2E3E0
(178,227,224)
#B9E5E3
(185,229,227)
#C0E7E6
(192,231,230)
#C7E9E9
(199,233,233)
#CEEBEC
(206,235,236)
#D5EDEF
(213,237,239)
#DCEFF2
(220,239,242)
#E3F1F5
(227,241,245)
#EAF3F8
(234,243,248)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE1DD color. Also use rgb(171,225,221) instead hex code.

Text Font Color

.myTextColor { color: #ABE1DD; }

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

This text font color is #ABE1DD.

Background Color

.myBgColor { background-color: #ABE1DD; }

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

This div background color is #ABE1DD.

Border color

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

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

This div border color is #ABE1DD.

Opacity

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

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

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

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

This text has shadow with #ABE1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE1DD.

Preview

Color preview on black background

This text has color #ABE1DD on black background.


Color preview on white background

This text has color #ABE1DD on white background.


Black color preview on #ABE1DD background

This text has black color on #ABE1DD background.


White color preview on #ABE1DD background

This text has white color on #ABE1DD background.


Related colors

Complementary color

Complementary color for #hex is #541E22.


I love getcolorcode.com

Triadic colors

1 #DDABE1 and #E1DDAB with #ABE1DD are triadic colors.

2 #DDE1AB and #E1ABDD with #ABE1DD are triadic colors.