COLOR #ABEBD5

HEX: #ABEBD5 RGB: (171,235,213)

Color info

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

RGB color model

#ABEBD5 color RGB value is (171,235,213).

RGB: (171,235,213) (67%, 92%, 84%)

RGB channels and saturation

R 171 of 255 = 67%
G 235 of 255 = 92%
B 213 of 255 = 84%

171
235
213

R + G + B ~ 81%. #ABEBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 235 + 213 = 619 (100%)
R 171 of 619 ~ 27.63%
G 235 of 619 ~ 37.96%
B 213 of 619 ~ 34.41'%

%27.63
%37.96
%34.41

CMYK color model

#ABEBD5 color CMYK value is (27,0,9,8).

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

CMYK: (27,0,9,8)
C27M0Y9K8 (27%, 0%, 9%, 8%)
(0.27 / 0.00 / 0.09 / 0.08)

CMYK percentages

%27.23
%0
%9.36
%7.84

Codes

Color #ABEBD5 in popluar color models

AB EB D5
RGB 171 235 213
HSL 159° 61.54% 79.61%
HSB/HSV 159° 27.23% 92.16%
CMYK 27.23% 0.00% 9.36%
7.84%

Color #ABEBD5 in popluar number systems.

HEX AB EB D5
Decimal 171 235 213
Binary 10101011 11101011 11010101
Octal 253 353 325

Shades and tints

Shades of #ABEBD5

#ABEBD5
(171,235,213)
#9CD6C2
(156,214,194)
#8DC1AF
(141,193,175)
#7EAC9C
(126,172,156)
#6F9789
(111,151,137)
#608276
(96,130,118)
#516D63
(81,109,99)
#425850
(66,88,80)
#33433D
(51,67,61)
#242E2A
(36,46,42)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #ABEBD5

#ABEBD5
(171,235,213)
#B2ECD8
(178,236,216)
#B9EDDB
(185,237,219)
#C0EEDE
(192,238,222)
#C7EFE1
(199,239,225)
#CEF0E4
(206,240,228)
#D5F1E7
(213,241,231)
#DCF2EA
(220,242,234)
#E3F3ED
(227,243,237)
#EAF4F0
(234,244,240)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEBD5; }

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

This text font color is #ABEBD5.

Background Color

.myBgColor { background-color: #ABEBD5; }

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

This div background color is #ABEBD5.

Border color

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

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

This div border color is #ABEBD5.

Opacity

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

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

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

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

This text has shadow with #ABEBD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEBD5.

Preview

Color preview on black background

This text has color #ABEBD5 on black background.


Color preview on white background

This text has color #ABEBD5 on white background.


Black color preview on #ABEBD5 background

This text has black color on #ABEBD5 background.


White color preview on #ABEBD5 background

This text has white color on #ABEBD5 background.


Related colors

Complementary color

Complementary color for #hex is #54142A.


I love getcolorcode.com

Triadic colors

1 #D5ABEB and #EBD5AB with #ABEBD5 are triadic colors.

2 #D5EBAB and #EBABD5 with #ABEBD5 are triadic colors.