COLOR #ABEBED

HEX: #ABEBED RGB: (171,235,237)

Color info

#ABEBED contains mainly green and blue colors. Web safe color of #ABEBED is #99FFFF (or #9FF).

RGB color model

#ABEBED color RGB value is (171,235,237).

RGB: (171,235,237) (67%, 92%, 93%)

RGB channels and saturation

R 171 of 255 = 67%
G 235 of 255 = 92%
B 237 of 255 = 93%

171
235
237

R + G + B ~ 84%. #ABEBED is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 235 + 237 = 643 (100%)
R 171 of 643 ~ 26.59%
G 235 of 643 ~ 36.55%
B 237 of 643 ~ 36.86'%

%26.59
%36.55
%36.86

CMYK color model

#ABEBED color CMYK value is (28,1,0,7).

  • cyan value is 27.85%
  • magenta value is 0.84%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (28,1,0,7)
C28M1Y0K7 (28%, 1%, 0%, 7%)
(0.28 / 0.01 / 0.00 / 0.07)

CMYK percentages

%27.85
%0.84
%0
%7.06

Codes

Color #ABEBED in popluar color models

AB EB ED
RGB 171 235 237
HSL 182° 64.71% 80.00%
HSB/HSV 182° 27.85% 92.94%
CMYK 27.85% 0.84% 0.00%
7.06%

Color #ABEBED in popluar number systems.

HEX AB EB ED
Decimal 171 235 237
Binary 10101011 11101011 11101101
Octal 253 353 355

Shades and tints

Shades of #ABEBED

#ABEBED
(171,235,237)
#9CD6D8
(156,214,216)
#8DC1C3
(141,193,195)
#7EACAE
(126,172,174)
#6F9799
(111,151,153)
#608284
(96,130,132)
#516D6F
(81,109,111)
#42585A
(66,88,90)
#334345
(51,67,69)
#242E30
(36,46,48)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #ABEBED

#ABEBED
(171,235,237)
#B2ECEE
(178,236,238)
#B9EDEF
(185,237,239)
#C0EEF0
(192,238,240)
#C7EFF1
(199,239,241)
#CEF0F2
(206,240,242)
#D5F1F3
(213,241,243)
#DCF2F4
(220,242,244)
#E3F3F5
(227,243,245)
#EAF4F6
(234,244,246)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEBED; }

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

This text font color is #ABEBED.

Background Color

.myBgColor { background-color: #ABEBED; }

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

This div background color is #ABEBED.

Border color

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

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

This div border color is #ABEBED.

Opacity

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

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

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

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

This text has shadow with #ABEBED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEBED.

Preview

Color preview on black background

This text has color #ABEBED on black background.


Color preview on white background

This text has color #ABEBED on white background.


Black color preview on #ABEBED background

This text has black color on #ABEBED background.


White color preview on #ABEBED background

This text has white color on #ABEBED background.


Related colors

Complementary color

Complementary color for #hex is #541412.


I love getcolorcode.com

Triadic colors

1 #EDABEB and #EBEDAB with #ABEBED are triadic colors.

2 #EDEBAB and #EBABED with #ABEBED are triadic colors.