COLOR #ABE6EA

HEX: #ABE6EA RGB: (171,230,234)

Color info

#ABE6EA contains mainly green and blue colors. Web safe color of #ABE6EA is #99CCFF (or #9CF).

RGB color model

#ABE6EA color RGB value is (171,230,234).

RGB: (171,230,234) (67%, 90%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 230 of 255 = 90%
B 234 of 255 = 92%

171
230
234

R + G + B ~ 83%. #ABE6EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 230 + 234 = 635 (100%)
R 171 of 635 ~ 26.93%
G 230 of 635 ~ 36.22%
B 234 of 635 ~ 36.85'%

%26.93
%36.22
%36.85

CMYK color model

#ABE6EA color CMYK value is (27,2,0,8).

  • cyan value is 26.92%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (27,2,0,8) C27M2Y0K8 (27%,2%,0%,8%) (0.27/0.02/0.00/0.08) 

CMYK percentages

%26.92
%1.71
%0
%8.24

Codes

Color #ABE6EA in popluar color models

AB E6 EA
RGB 171 230 234
HSL 184° 60.00% 79.41%
HSB/HSV 184° 26.92% 91.76%
CMYK 26.92% 1.71% 0.00%
8.24%

Color #ABE6EA in popluar number systems.

HEX AB E6 EA
Decimal 171 230 234
Binary 10101011 11100110 11101010
Octal 253 346 352

Shades and tints

Shades of #ABE6EA

#ABE6EA
(171,230,234)
#9CD2D5
(156,210,213)
#8DBEC0
(141,190,192)
#7EAAAB
(126,170,171)
#6F9696
(111,150,150)
#608281
(96,130,129)
#516E6C
(81,110,108)
#425A57
(66,90,87)
#334642
(51,70,66)
#24322D
(36,50,45)
#151E18
(21,30,24)
#000000
(0,0,0)

Tints of #ABE6EA

#ABE6EA
(171,230,234)
#B2E8EB
(178,232,235)
#B9EAEC
(185,234,236)
#C0ECED
(192,236,237)
#C7EEEE
(199,238,238)
#CEF0EF
(206,240,239)
#D5F2F0
(213,242,240)
#DCF4F1
(220,244,241)
#E3F6F2
(227,246,242)
#EAF8F3
(234,248,243)
#F1FAF4
(241,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABE6EA; }

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

This text font color is #ABE6EA.

Background Color

.myBgColor { background-color: #ABE6EA; }

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

This div background color is #ABE6EA.

Border color

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

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

This div border color is #ABE6EA.

Opacity

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

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

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

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

This text has shadow with #ABE6EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE6EA.

Preview

Color preview on black background

This text has color #ABE6EA on black background.


Color preview on white background

This text has color #ABE6EA on white background.


Black color preview on #ABE6EA background

This text has black color on #ABE6EA background.


White color preview on #ABE6EA background

This text has white color on #ABE6EA background.


Related colors

Complementary color

Complementary color for #hex is #541915.


I love getcolorcode.com

Triadic colors

1 #EAABE6 and #E6EAAB with #ABE6EA are triadic colors.

2 #EAE6AB and #E6ABEA with #ABE6EA are triadic colors.