COLOR #ABC69D

HEX: #ABC69D
RGB: (171,198,157)

Color info

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

RGB color model

#ABC69D color RGB value is (171,198,157).

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

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 157 of 255 = 62%

171
198
157

R + G + B ~ 69%. #ABC69D is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 198 + 157 = 526 (100%)
R 171 of 526 ~ 32.51%
G 198 of 526 ~ 37.64%
B 157 of 526 ~ 29.85%

%32.51
%37.64
%29.85

CMYK color model

#ABC69D color CMYK value is (14,0,21,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 20.71%
  • key color value is 22.35%
CMYK:
(14,0,21,22)
C14M0Y21K22 
(14%,0%,21%,22%)
(0.14/0.00/0.21/0.22)	

CMYK percentages

%13.64
%0
%20.71
%22.35

Codes

Color #ABC69D in popluar color models

ABC69D
RGB171198157
HSL100°26.45%69.61%
HSB/HSV100°20.71%77.65%
CMYK13.64%0.00%20.71%
22.35%

Color #ABC69D in popluar number systems.

HEXABC69D
Decimal171198157
Binary101010111100011010011101
Octal253306235

Shades and tints

Shades of #ABC69D

#ABC69D
(171,198,157)
#9CB48F
(156,180,143)
#8DA281
(141,162,129)
#7E9073
(126,144,115)
#6F7E65
(111,126,101)
#606C57
(96,108,87)
#515A49
(81,90,73)
#42483B
(66,72,59)
#33362D
(51,54,45)
#24241F
(36,36,31)
#151211
(21,18,17)
#000000
(0,0,0)

Tints of #ABC69D

#ABC69D
(171,198,157)
#B2CBA5
(178,203,165)
#B9D0AD
(185,208,173)
#C0D5B5
(192,213,181)
#C7DABD
(199,218,189)
#CEDFC5
(206,223,197)
#D5E4CD
(213,228,205)
#DCE9D5
(220,233,213)
#E3EEDD
(227,238,221)
#EAF3E5
(234,243,229)
#F1F8ED
(241,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC69D; }

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

This text font color is #ABC69D.


Background Color

.myBgColor { background-color: #ABC69D; }

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

This div background color is #ABC69D.


Border color

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

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

This div border color is #ABC69D.


Opacity

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

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

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

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

This text has shadow with #ABC69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABC69D on black background.


Color preview on white background

This text has color #ABC69D on white background.



Black color preview on #ABC69D background

This text has black color on #ABC69D background.


White color preview on #ABC69D background

This text has white color on #ABC69D background.