COLOR #ABECCD

HEX: #ABECCD
RGB: (171,236,205)

Color info

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

RGB color model

#ABECCD color RGB value is (171,236,205).

  • red value is 171;
  • green value is 236;
  • blue value is 205.
RGB:
(171,236,205)
(67%,93%,80%)

RGB channels and saturation

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

171
236
205

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

Portions of RGB colors in percentages

R + G + B =
171 + 236 + 205 = 612 (100%)
R 171 of 612 ~ 27.94%
G 236 of 612 ~ 38.56%
B 205 of 612 ~ 33.5%

%27.94
%38.56
%33.5

CMYK color model

#ABECCD color CMYK value is (28,0,13,7).

  • cyan value is 27.54%
  • magenta value is 0.00%
  • yellow value is 13.14%
  • key color value is 7.45%
CMYK:
(28,0,13,7)
C28M0Y13K7 
(28%,0%,13%,7%)
(0.28/0.00/0.13/0.07)	

CMYK percentages

%27.54
%0
%13.14
%7.45

Codes

Color #ABECCD in popluar color models

ABECCD
RGB171236205
HSL151°63.11%79.80%
HSB/HSV151°27.54%92.55%
CMYK27.54%0.00%13.14%
7.45%

Color #ABECCD in popluar number systems.

HEXABECCD
Decimal171236205
Binary101010111110110011001101
Octal253354315

Shades and tints

Shades of #ABECCD

#ABECCD
(171,236,205)
#9CD7BB
(156,215,187)
#8DC2A9
(141,194,169)
#7EAD97
(126,173,151)
#6F9885
(111,152,133)
#608373
(96,131,115)
#516E61
(81,110,97)
#42594F
(66,89,79)
#33443D
(51,68,61)
#242F2B
(36,47,43)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #ABECCD

#ABECCD
(171,236,205)
#B2EDD1
(178,237,209)
#B9EED5
(185,238,213)
#C0EFD9
(192,239,217)
#C7F0DD
(199,240,221)
#CEF1E1
(206,241,225)
#D5F2E5
(213,242,229)
#DCF3E9
(220,243,233)
#E3F4ED
(227,244,237)
#EAF5F1
(234,245,241)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABECCD; }

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

This text font color is #ABECCD.


Background Color

.myBgColor { background-color: #ABECCD; }

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

This div background color is #ABECCD.


Border color

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

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

This div border color is #ABECCD.


Opacity

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

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

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

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

This text has shadow with #ABECCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABECCD on black background.


Color preview on white background

This text has color #ABECCD on white background.



Black color preview on #ABECCD background

This text has black color on #ABECCD background.


White color preview on #ABECCD background

This text has white color on #ABECCD background.