COLOR #ABEBE3

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

171
235
227

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

Portions of RGB colors in percentages

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

%27.01
%37.12
%35.86

CMYK color model

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

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

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

CMYK percentages

%27.23
%0
%3.4
%7.84

Codes

Color #ABEBE3 in popluar color models

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

Color #ABEBE3 in popluar number systems.

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

Shades and tints

Shades of #ABEBE3

#ABEBE3
(171,235,227)
#9CD6CF
(156,214,207)
#8DC1BB
(141,193,187)
#7EACA7
(126,172,167)
#6F9793
(111,151,147)
#60827F
(96,130,127)
#516D6B
(81,109,107)
#425857
(66,88,87)
#334343
(51,67,67)
#242E2F
(36,46,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #ABEBE3

#ABEBE3
(171,235,227)
#B2ECE5
(178,236,229)
#B9EDE7
(185,237,231)
#C0EEE9
(192,238,233)
#C7EFEB
(199,239,235)
#CEF0ED
(206,240,237)
#D5F1EF
(213,241,239)
#DCF2F1
(220,242,241)
#E3F3F3
(227,243,243)
#EAF4F5
(234,244,245)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEBE3; }

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

This text font color is #ABEBE3.

Background Color

.myBgColor { background-color: #ABEBE3; }

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

This div background color is #ABEBE3.

Border color

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

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

This div border color is #ABEBE3.

Opacity

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

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

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

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

This text has shadow with #ABEBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEBE3.

Preview

Color preview on black background

This text has color #ABEBE3 on black background.


Color preview on white background

This text has color #ABEBE3 on white background.


Black color preview on #ABEBE3 background

This text has black color on #ABEBE3 background.


White color preview on #ABEBE3 background

This text has white color on #ABEBE3 background.


Related colors

Complementary color

Complementary color for #hex is #54141C.


I love getcolorcode.com

Triadic colors

1 #E3ABEB and #EBE3AB with #ABEBE3 are triadic colors.

2 #E3EBAB and #EBABE3 with #ABEBE3 are triadic colors.