COLOR #ABCEAA

HEX: #ABCEAA
RGB: (171,206,170)

Color info

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

RGB color model

#ABCEAA color RGB value is (171,206,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 206 of 255 = 81%
B 170 of 255 = 67%

171
206
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 206 + 170 = 547 (100%)
R 171 of 547 ~ 31.26%
G 206 of 547 ~ 37.66%
B 170 of 547 ~ 31.08%

%31.26
%37.66
%31.08

CMYK color model

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

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

CMYK percentages

%16.99
%0
%17.48
%19.22

Codes

Color #ABCEAA in popluar color models

ABCEAA
RGB171206170
HSL118°26.87%73.73%
HSB/HSV118°17.48%80.78%
CMYK16.99%0.00%17.48%
19.22%

Color #ABCEAA in popluar number systems.

HEXABCEAA
Decimal171206170
Binary101010111100111010101010
Octal253316252

Shades and tints

Shades of #ABCEAA

#ABCEAA
(171,206,170)
#9CBC9B
(156,188,155)
#8DAA8C
(141,170,140)
#7E987D
(126,152,125)
#6F866E
(111,134,110)
#60745F
(96,116,95)
#516250
(81,98,80)
#425041
(66,80,65)
#333E32
(51,62,50)
#242C23
(36,44,35)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #ABCEAA

#ABCEAA
(171,206,170)
#B2D2B1
(178,210,177)
#B9D6B8
(185,214,184)
#C0DABF
(192,218,191)
#C7DEC6
(199,222,198)
#CEE2CD
(206,226,205)
#D5E6D4
(213,230,212)
#DCEADB
(220,234,219)
#E3EEE2
(227,238,226)
#EAF2E9
(234,242,233)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCEAA; }

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

This text font color is #ABCEAA.


Background Color

.myBgColor { background-color: #ABCEAA; }

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

This div background color is #ABCEAA.


Border color

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

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

This div border color is #ABCEAA.


Opacity

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

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

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

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

This text has shadow with #ABCEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCEAA on black background.


Color preview on white background

This text has color #ABCEAA on white background.



Black color preview on #ABCEAA background

This text has black color on #ABCEAA background.


White color preview on #ABCEAA background

This text has white color on #ABCEAA background.