COLOR #ABE0D9

HEX: #ABE0D9 RGB: (171,224,217)

Color info

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

RGB color model

#ABE0D9 color RGB value is (171,224,217).

RGB: (171,224,217) (67%, 88%, 85%)

RGB channels and saturation

R 171 of 255 = 67%
G 224 of 255 = 88%
B 217 of 255 = 85%

171
224
217

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

Portions of RGB colors in percentages

R + G + B = 171 + 224 + 217 = 612 (100%)
R 171 of 612 ~ 27.94%
G 224 of 612 ~ 36.6%
B 217 of 612 ~ 35.46'%

%27.94
%36.6
%35.46

CMYK color model

#ABE0D9 color CMYK value is (24,0,3,12).

  • cyan value is 23.66%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 12.16%

CMYK: (24,0,3,12)
C24M0Y3K12 (24%, 0%, 3%, 12%)
(0.24 / 0.00 / 0.03 / 0.12)

CMYK percentages

%23.66
%0
%3.13
%12.16

Codes

Color #ABE0D9 in popluar color models

AB E0 D9
RGB 171 224 217
HSL 172° 46.09% 77.45%
HSB/HSV 172° 23.66% 87.84%
CMYK 23.66% 0.00% 3.13%
12.16%

Color #ABE0D9 in popluar number systems.

HEX AB E0 D9
Decimal 171 224 217
Binary 10101011 11100000 11011001
Octal 253 340 331

Shades and tints

Shades of #ABE0D9

#ABE0D9
(171,224,217)
#9CCCC6
(156,204,198)
#8DB8B3
(141,184,179)
#7EA4A0
(126,164,160)
#6F908D
(111,144,141)
#607C7A
(96,124,122)
#516867
(81,104,103)
#425454
(66,84,84)
#334041
(51,64,65)
#242C2E
(36,44,46)
#15181B
(21,24,27)
#000000
(0,0,0)

Tints of #ABE0D9

#ABE0D9
(171,224,217)
#B2E2DC
(178,226,220)
#B9E4DF
(185,228,223)
#C0E6E2
(192,230,226)
#C7E8E5
(199,232,229)
#CEEAE8
(206,234,232)
#D5ECEB
(213,236,235)
#DCEEEE
(220,238,238)
#E3F0F1
(227,240,241)
#EAF2F4
(234,242,244)
#F1F4F7
(241,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE0D9; }

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

This text font color is #ABE0D9.

Background Color

.myBgColor { background-color: #ABE0D9; }

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

This div background color is #ABE0D9.

Border color

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

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

This div border color is #ABE0D9.

Opacity

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

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

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

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

This text has shadow with #ABE0D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE0D9.

Preview

Color preview on black background

This text has color #ABE0D9 on black background.


Color preview on white background

This text has color #ABE0D9 on white background.


Black color preview on #ABE0D9 background

This text has black color on #ABE0D9 background.


White color preview on #ABE0D9 background

This text has white color on #ABE0D9 background.


Related colors

Complementary color

Complementary color for #hex is #541F26.


I love getcolorcode.com

Triadic colors

1 #D9ABE0 and #E0D9AB with #ABE0D9 are triadic colors.

2 #D9E0AB and #E0ABD9 with #ABE0D9 are triadic colors.