COLOR #ABE3EB

HEX: #ABE3EB RGB: (171,227,235)

Color info

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

RGB color model

#ABE3EB color RGB value is (171,227,235).

RGB: (171,227,235) (67%, 89%, 92%)

RGB channels and saturation

R 171 of 255 = 67%
G 227 of 255 = 89%
B 235 of 255 = 92%

171
227
235

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

Portions of RGB colors in percentages

R + G + B = 171 + 227 + 235 = 633 (100%)
R 171 of 633 ~ 27.01%
G 227 of 633 ~ 35.86%
B 235 of 633 ~ 37.12'%

%27.01
%35.86
%37.12

CMYK color model

#ABE3EB color CMYK value is (27,3,0,8).

  • cyan value is 27.23%
  • magenta value is 3.40%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (27,3,0,8)
C27M3Y0K8 (27%, 3%, 0%, 8%)
(0.27 / 0.03 / 0.00 / 0.08)

CMYK percentages

%27.23
%3.4
%0
%7.84

Codes

Color #ABE3EB in popluar color models

AB E3 EB
RGB 171 227 235
HSL 188° 61.54% 79.61%
HSB/HSV 188° 27.23% 92.16%
CMYK 27.23% 3.40% 0.00%
7.84%

Color #ABE3EB in popluar number systems.

HEX AB E3 EB
Decimal 171 227 235
Binary 10101011 11100011 11101011
Octal 253 343 353

Shades and tints

Shades of #ABE3EB

#ABE3EB
(171,227,235)
#9CCFD6
(156,207,214)
#8DBBC1
(141,187,193)
#7EA7AC
(126,167,172)
#6F9397
(111,147,151)
#607F82
(96,127,130)
#516B6D
(81,107,109)
#425758
(66,87,88)
#334343
(51,67,67)
#242F2E
(36,47,46)
#151B19
(21,27,25)
#000000
(0,0,0)

Tints of #ABE3EB

#ABE3EB
(171,227,235)
#B2E5EC
(178,229,236)
#B9E7ED
(185,231,237)
#C0E9EE
(192,233,238)
#C7EBEF
(199,235,239)
#CEEDF0
(206,237,240)
#D5EFF1
(213,239,241)
#DCF1F2
(220,241,242)
#E3F3F3
(227,243,243)
#EAF5F4
(234,245,244)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABE3EB color. Also use rgb(171,227,235) instead hex code.

Text Font Color

.myTextColor { color: #ABE3EB; }

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

This text font color is #ABE3EB.

Background Color

.myBgColor { background-color: #ABE3EB; }

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

This div background color is #ABE3EB.

Border color

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

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

This div border color is #ABE3EB.

Opacity

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

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

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

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

This text has shadow with #ABE3EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABE3EB.

Preview

Color preview on black background

This text has color #ABE3EB on black background.


Color preview on white background

This text has color #ABE3EB on white background.


Black color preview on #ABE3EB background

This text has black color on #ABE3EB background.


White color preview on #ABE3EB background

This text has white color on #ABE3EB background.


Related colors

Complementary color

Complementary color for #hex is #541C14.


I love getcolorcode.com

Triadic colors

1 #EBABE3 and #E3EBAB with #ABE3EB are triadic colors.

2 #EBE3AB and #E3ABEB with #ABE3EB are triadic colors.