COLOR #ABEBCA

HEX: #ABEBCA RGB: (171,235,202)

Color info

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

RGB color model

#ABEBCA color RGB value is (171,235,202).

RGB: (171,235,202) (67%, 92%, 79%)

RGB channels and saturation

R 171 of 255 = 67%
G 235 of 255 = 92%
B 202 of 255 = 79%

171
235
202

R + G + B ~ 79%. #ABEBCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 235 + 202 = 608 (100%)
R 171 of 608 ~ 28.13%
G 235 of 608 ~ 38.65%
B 202 of 608 ~ 33.22'%

%28.13
%38.65
%33.22

CMYK color model

#ABEBCA color CMYK value is (27,0,14,8).

  • cyan value is 27.23%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK: (27,0,14,8) C27M0Y14K8 (27%,0%,14%,8%) (0.27/0.00/0.14/0.08) 

CMYK percentages

%27.23
%0
%14.04
%7.84

Codes

Color #ABEBCA in popluar color models

AB EB CA
RGB 171 235 202
HSL 149° 61.54% 79.61%
HSB/HSV 149° 27.23% 92.16%
CMYK 27.23% 0.00% 14.04%
7.84%

Color #ABEBCA in popluar number systems.

HEX AB EB CA
Decimal 171 235 202
Binary 10101011 11101011 11001010
Octal 253 353 312

Shades and tints

Shades of #ABEBCA

#ABEBCA
(171,235,202)
#9CD6B8
(156,214,184)
#8DC1A6
(141,193,166)
#7EAC94
(126,172,148)
#6F9782
(111,151,130)
#608270
(96,130,112)
#516D5E
(81,109,94)
#42584C
(66,88,76)
#33433A
(51,67,58)
#242E28
(36,46,40)
#151916
(21,25,22)
#000000
(0,0,0)

Tints of #ABEBCA

#ABEBCA
(171,235,202)
#B2ECCE
(178,236,206)
#B9EDD2
(185,237,210)
#C0EED6
(192,238,214)
#C7EFDA
(199,239,218)
#CEF0DE
(206,240,222)
#D5F1E2
(213,241,226)
#DCF2E6
(220,242,230)
#E3F3EA
(227,243,234)
#EAF4EE
(234,244,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABEBCA; }

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

This text font color is #ABEBCA.

Background Color

.myBgColor { background-color: #ABEBCA; }

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

This div background color is #ABEBCA.

Border color

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

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

This div border color is #ABEBCA.

Opacity

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

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

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

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

This text has shadow with #ABEBCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABEBCA.

Preview

Color preview on black background

This text has color #ABEBCA on black background.


Color preview on white background

This text has color #ABEBCA on white background.


Black color preview on #ABEBCA background

This text has black color on #ABEBCA background.


White color preview on #ABEBCA background

This text has white color on #ABEBCA background.


Related colors

Complementary color

Complementary color for #hex is #541435.


I love getcolorcode.com

Triadic colors

1 #CAABEB and #EBCAAB with #ABEBCA are triadic colors.

2 #CAEBAB and #EBABCA with #ABEBCA are triadic colors.