COLOR #ABCEA6

HEX: #ABCEA6
RGB: (171,206,166)

Color info

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

RGB color model

#ABCEA6 color RGB value is (171,206,166).

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

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 166 of 255 = 65%

171
206
166

R + G + B ~ 71%. #ABCEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 206 + 166 = 543 (100%)
R 171 of 543 ~ 31.49%
G 206 of 543 ~ 37.94%
B 166 of 543 ~ 30.57%

%31.49
%37.94
%30.57

CMYK color model

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

  • cyan value is 16.99%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(17,0,19,19)
C17M0Y19K19 
(17%,0%,19%,19%)
(0.17/0.00/0.19/0.19)	

CMYK percentages

%16.99
%0
%19.42
%19.22

Codes

Color #ABCEA6 in popluar color models

ABCEA6
RGB171206166
HSL113°28.99%72.94%
HSB/HSV113°19.42%80.78%
CMYK16.99%0.00%19.42%
19.22%

Color #ABCEA6 in popluar number systems.

HEXABCEA6
Decimal171206166
Binary101010111100111010100110
Octal253316246

Shades and tints

Shades of #ABCEA6

#ABCEA6
(171,206,166)
#9CBC97
(156,188,151)
#8DAA88
(141,170,136)
#7E9879
(126,152,121)
#6F866A
(111,134,106)
#60745B
(96,116,91)
#51624C
(81,98,76)
#42503D
(66,80,61)
#333E2E
(51,62,46)
#242C1F
(36,44,31)
#151A10
(21,26,16)
#000000
(0,0,0)

Tints of #ABCEA6

#ABCEA6
(171,206,166)
#B2D2AE
(178,210,174)
#B9D6B6
(185,214,182)
#C0DABE
(192,218,190)
#C7DEC6
(199,222,198)
#CEE2CE
(206,226,206)
#D5E6D6
(213,230,214)
#DCEADE
(220,234,222)
#E3EEE6
(227,238,230)
#EAF2EE
(234,242,238)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCEA6; }

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

This text font color is #ABCEA6.


Background Color

.myBgColor { background-color: #ABCEA6; }

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

This div background color is #ABCEA6.


Border color

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

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

This div border color is #ABCEA6.


Opacity

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

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

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

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

This text has shadow with #ABCEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCEA6 on black background.


Color preview on white background

This text has color #ABCEA6 on white background.



Black color preview on #ABCEA6 background

This text has black color on #ABCEA6 background.


White color preview on #ABCEA6 background

This text has white color on #ABCEA6 background.