COLOR #ABCEB1

HEX: #ABCEB1
RGB: (171,206,177)

Color info

#ABCEB1 contains red, green and blue colors in about the same proportion. Web safe color of #ABCEB1 is #99CC99 (or #9C9).

RGB color model

#ABCEB1 color RGB value is (171,206,177).

  • red value is 171;
  • green value is 206;
  • blue value is 177.
RGB:
(171,206,177)
(67%,81%,69%)

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 177 of 255 = 69%

171
206
177

R + G + B ~ 72%. #ABCEB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 206 + 177 = 554 (100%)
R 171 of 554 ~ 30.87%
G 206 of 554 ~ 37.18%
B 177 of 554 ~ 31.95%

%30.87
%37.18
%31.95

CMYK color model

#ABCEB1 color CMYK value is (17,0,14,19).

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 19.22%
CMYK:
(17,0,14,19)
C17M0Y14K19 
(17%,0%,14%,19%)
(0.17/0.00/0.14/0.19)	

CMYK percentages

%16.99
%0
%14.08
%19.22

Codes

Color #ABCEB1 in popluar color models

ABCEB1
RGB171206177
HSL130°26.32%73.92%
HSB/HSV130°16.99%80.78%
CMYK16.99%0.00%14.08%
19.22%

Color #ABCEB1 in popluar number systems.

HEXABCEB1
Decimal171206177
Binary101010111100111010110001
Octal253316261

Shades and tints

Shades of #ABCEB1

#ABCEB1
(171,206,177)
#9CBCA1
(156,188,161)
#8DAA91
(141,170,145)
#7E9881
(126,152,129)
#6F8671
(111,134,113)
#607461
(96,116,97)
#516251
(81,98,81)
#425041
(66,80,65)
#333E31
(51,62,49)
#242C21
(36,44,33)
#151A11
(21,26,17)
#000000
(0,0,0)

Tints of #ABCEB1

#ABCEB1
(171,206,177)
#B2D2B8
(178,210,184)
#B9D6BF
(185,214,191)
#C0DAC6
(192,218,198)
#C7DECD
(199,222,205)
#CEE2D4
(206,226,212)
#D5E6DB
(213,230,219)
#DCEAE2
(220,234,226)
#E3EEE9
(227,238,233)
#EAF2F0
(234,242,240)
#F1F6F7
(241,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCEB1 color. Also use rgb(171,206,177) instead hex code.

Text Font Color

.myTextColor { color: #ABCEB1; }

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

This text font color is #ABCEB1.


Background Color

.myBgColor { background-color: #ABCEB1; }

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

This div background color is #ABCEB1.


Border color

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

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

This div border color is #ABCEB1.


Opacity

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

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

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

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

This text has shadow with #ABCEB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCEB1 on black background.


Color preview on white background

This text has color #ABCEB1 on white background.



Black color preview on #ABCEB1 background

This text has black color on #ABCEB1 background.


White color preview on #ABCEB1 background

This text has white color on #ABCEB1 background.