COLOR #ABCDAA

HEX: #ABCDAA
RGB: (171,205,170)

Color info

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

RGB color model

#ABCDAA color RGB value is (171,205,170).

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

RGB channels and saturation

R 171 of 255 = 67%
G 205 of 255 = 80%
B 170 of 255 = 67%

171
205
170

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

Portions of RGB colors in percentages

R + G + B =
171 + 205 + 170 = 546 (100%)
R 171 of 546 ~ 31.32%
G 205 of 546 ~ 37.55%
B 170 of 546 ~ 31.14%

%31.32
%37.55
%31.14

CMYK color model

#ABCDAA color CMYK value is (17,0,17,20).

  • cyan value is 16.59%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%
CMYK:
(17,0,17,20)
C17M0Y17K20 
(17%,0%,17%,20%)
(0.17/0.00/0.17/0.20)	

CMYK percentages

%16.59
%0
%17.07
%19.61

Codes

Color #ABCDAA in popluar color models

ABCDAA
RGB171205170
HSL118°25.93%73.53%
HSB/HSV118°17.07%80.39%
CMYK16.59%0.00%17.07%
19.61%

Color #ABCDAA in popluar number systems.

HEXABCDAA
Decimal171205170
Binary101010111100110110101010
Octal253315252

Shades and tints

Shades of #ABCDAA

#ABCDAA
(171,205,170)
#9CBB9B
(156,187,155)
#8DA98C
(141,169,140)
#7E977D
(126,151,125)
#6F856E
(111,133,110)
#60735F
(96,115,95)
#516150
(81,97,80)
#424F41
(66,79,65)
#333D32
(51,61,50)
#242B23
(36,43,35)
#151914
(21,25,20)
#000000
(0,0,0)

Tints of #ABCDAA

#ABCDAA
(171,205,170)
#B2D1B1
(178,209,177)
#B9D5B8
(185,213,184)
#C0D9BF
(192,217,191)
#C7DDC6
(199,221,198)
#CEE1CD
(206,225,205)
#D5E5D4
(213,229,212)
#DCE9DB
(220,233,219)
#E3EDE2
(227,237,226)
#EAF1E9
(234,241,233)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCDAA; }

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

This text font color is #ABCDAA.


Background Color

.myBgColor { background-color: #ABCDAA; }

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

This div background color is #ABCDAA.


Border color

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

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

This div border color is #ABCDAA.


Opacity

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

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

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

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

This text has shadow with #ABCDAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCDAA on black background.


Color preview on white background

This text has color #ABCDAA on white background.



Black color preview on #ABCDAA background

This text has black color on #ABCDAA background.


White color preview on #ABCDAA background

This text has white color on #ABCDAA background.