COLOR #ABECCB

HEX: #ABECCB RGB: (171,236,203)

Color info

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

RGB color model

#ABECCB color RGB value is (171,236,203).

RGB: (171,236,203) (67%, 93%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 236 of 255 = 93%
B 203 of 255 = 80%

171
236
203

R + G + B ~ 80%. #ABECCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 236 + 203 = 610 (100%)
R 171 of 610 ~ 28.03%
G 236 of 610 ~ 38.69%
B 203 of 610 ~ 33.28'%

%28.03
%38.69
%33.28

CMYK color model

#ABECCB color CMYK value is (28,0,14,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 13.98%
  • key color value is 7.45%

CMYK: (28,0,14,7)
C28M0Y14K7 (28%, 0%, 14%, 7%)
(0.28 / 0.00 / 0.14 / 0.07)

CMYK percentages

%27.54
%0
%13.98
%7.45

Codes

Color #ABECCB in popluar color models

AB EC CB
RGB 171 236 203
HSL 150° 63.11% 79.80%
HSB/HSV 150° 27.54% 92.55%
CMYK 27.54% 0.00% 13.98%
7.45%

Color #ABECCB in popluar number systems.

HEX AB EC CB
Decimal 171 236 203
Binary 10101011 11101100 11001011
Octal 253 354 313

Shades and tints

Shades of #ABECCB

#ABECCB
(171,236,203)
#9CD7B9
(156,215,185)
#8DC2A7
(141,194,167)
#7EAD95
(126,173,149)
#6F9883
(111,152,131)
#608371
(96,131,113)
#516E5F
(81,110,95)
#42594D
(66,89,77)
#33443B
(51,68,59)
#242F29
(36,47,41)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #ABECCB

#ABECCB
(171,236,203)
#B2EDCF
(178,237,207)
#B9EED3
(185,238,211)
#C0EFD7
(192,239,215)
#C7F0DB
(199,240,219)
#CEF1DF
(206,241,223)
#D5F2E3
(213,242,227)
#DCF3E7
(220,243,231)
#E3F4EB
(227,244,235)
#EAF5EF
(234,245,239)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABECCB color. Also use rgb(171,236,203) instead hex code.

Text Font Color

.myTextColor { color: #ABECCB; }

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

This text font color is #ABECCB.

Background Color

.myBgColor { background-color: #ABECCB; }

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

This div background color is #ABECCB.

Border color

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

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

This div border color is #ABECCB.

Opacity

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

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

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

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

This text has shadow with #ABECCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABECCB.

Preview

Color preview on black background

This text has color #ABECCB on black background.


Color preview on white background

This text has color #ABECCB on white background.


Black color preview on #ABECCB background

This text has black color on #ABECCB background.


White color preview on #ABECCB background

This text has white color on #ABECCB background.


Related colors

Complementary color

Complementary color for #hex is #541334.


I love getcolorcode.com

Triadic colors

1 #CBABEC and #ECCBAB with #ABECCB are triadic colors.

2 #CBECAB and #ECABCB with #ABECCB are triadic colors.