COLOR #ABC699

HEX: #ABC699
RGB: (171,198,153)

Color info

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

RGB color model

#ABC699 color RGB value is (171,198,153).

  • red value is 171;
  • green value is 198;
  • blue value is 153.
RGB:
(171,198,153)
(67%,78%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 153 of 255 = 60%

171
198
153

R + G + B ~ 68%. #ABC699 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 153 = 522 (100%)
R 171 of 522 ~ 32.76%
G 198 of 522 ~ 37.93%
B 153 of 522 ~ 29.31%

%32.76
%37.93
%29.31

CMYK color model

#ABC699 color CMYK value is (14,0,23,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK:
(14,0,23,22)
C14M0Y23K22 
(14%,0%,23%,22%)
(0.14/0.00/0.23/0.22)	

CMYK percentages

%13.64
%0
%22.73
%22.35

Codes

Color #ABC699 in popluar color models

ABC699
RGB171198153
HSL96°28.30%68.82%
HSB/HSV96°22.73%77.65%
CMYK13.64%0.00%22.73%
22.35%

Color #ABC699 in popluar number systems.

HEXABC699
Decimal171198153
Binary101010111100011010011001
Octal253306231

Shades and tints

Shades of #ABC699

#ABC699
(171,198,153)
#9CB48C
(156,180,140)
#8DA27F
(141,162,127)
#7E9072
(126,144,114)
#6F7E65
(111,126,101)
#606C58
(96,108,88)
#515A4B
(81,90,75)
#42483E
(66,72,62)
#333631
(51,54,49)
#242424
(36,36,36)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #ABC699

#ABC699
(171,198,153)
#B2CBA2
(178,203,162)
#B9D0AB
(185,208,171)
#C0D5B4
(192,213,180)
#C7DABD
(199,218,189)
#CEDFC6
(206,223,198)
#D5E4CF
(213,228,207)
#DCE9D8
(220,233,216)
#E3EEE1
(227,238,225)
#EAF3EA
(234,243,234)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABC699 color. Also use rgb(171,198,153) instead hex code.

Text Font Color

.myTextColor { color: #ABC699; }

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

This text font color is #ABC699.


Background Color

.myBgColor { background-color: #ABC699; }

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

This div background color is #ABC699.


Border color

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

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

This div border color is #ABC699.


Opacity

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

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

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

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

This text has shadow with #ABC699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC699 on black background.


Color preview on white background

This text has color #ABC699 on white background.



Black color preview on #ABC699 background

This text has black color on #ABC699 background.


White color preview on #ABC699 background

This text has white color on #ABC699 background.