COLOR #ABEADF

HEX: #ABEADF RGB: (171,234,223)

Color info

#ABEADF contains mainly green and blue colors. Web safe color of #ABEADF is #99FFCC (or #9FC).

RGB color model

#ABEADF color RGB value is (171,234,223).

RGB: (171,234,223) (67%, 92%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 234 of 255 = 92%
B 223 of 255 = 87%

171
234
223

R + G + B ~ 82%. #ABEADF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 234 + 223 = 628 (100%)
R 171 of 628 ~ 27.23%
G 234 of 628 ~ 37.26%
B 223 of 628 ~ 35.51'%

%27.23
%37.26
%35.51

CMYK color model

#ABEADF color CMYK value is (27,0,5,8).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 4.70%
  • key color value is 8.24%

CMYK: (27,0,5,8)
C27M0Y5K8 (27%, 0%, 5%, 8%)
(0.27 / 0.00 / 0.05 / 0.08)

CMYK percentages

%26.92
%0
%4.7
%8.24

Codes

Color #ABEADF in popluar color models

AB EA DF
RGB 171 234 223
HSL 170° 60.00% 79.41%
HSB/HSV 170° 26.92% 91.76%
CMYK 26.92% 0.00% 4.70%
8.24%

Color #ABEADF in popluar number systems.

HEX AB EA DF
Decimal 171 234 223
Binary 10101011 11101010 11011111
Octal 253 352 337

Shades and tints

Shades of #ABEADF

#ABEADF
(171,234,223)
#9CD5CB
(156,213,203)
#8DC0B7
(141,192,183)
#7EABA3
(126,171,163)
#6F968F
(111,150,143)
#60817B
(96,129,123)
#516C67
(81,108,103)
#425753
(66,87,83)
#33423F
(51,66,63)
#242D2B
(36,45,43)
#151817
(21,24,23)
#000000
(0,0,0)

Tints of #ABEADF

#ABEADF
(171,234,223)
#B2EBE1
(178,235,225)
#B9ECE3
(185,236,227)
#C0EDE5
(192,237,229)
#C7EEE7
(199,238,231)
#CEEFE9
(206,239,233)
#D5F0EB
(213,240,235)
#DCF1ED
(220,241,237)
#E3F2EF
(227,242,239)
#EAF3F1
(234,243,241)
#F1F4F3
(241,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABEADF color. Also use rgb(171,234,223) instead hex code.

Text Font Color

.myTextColor { color: #ABEADF; }

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

This text font color is #ABEADF.

Background Color

.myBgColor { background-color: #ABEADF; }

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

This div background color is #ABEADF.

Border color

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

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

This div border color is #ABEADF.

Opacity

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

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

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

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

This text has shadow with #ABEADF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEADF.

Preview

Color preview on black background

This text has color #ABEADF on black background.


Color preview on white background

This text has color #ABEADF on white background.


Black color preview on #ABEADF background

This text has black color on #ABEADF background.


White color preview on #ABEADF background

This text has white color on #ABEADF background.


Related colors

Complementary color

Complementary color for #hex is #541520.


I love getcolorcode.com

Triadic colors

1 #DFABEA and #EADFAB with #ABEADF are triadic colors.

2 #DFEAAB and #EAABDF with #ABEADF are triadic colors.