COLOR #ABC69F

HEX: #ABC69F RGB: (171,198,159)

Color info

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

RGB color model

#ABC69F color RGB value is (171,198,159).

RGB: (171,198,159) (67%, 78%, 62%)

RGB channels and saturation

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

171
198
159

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

Portions of RGB colors in percentages

R + G + B = 171 + 198 + 159 = 528 (100%)
R 171 of 528 ~ 32.39%
G 198 of 528 ~ 37.5%
B 159 of 528 ~ 30.11'%

%32.39
%37.5
%30.11

CMYK color model

#ABC69F color CMYK value is (14,0,20,22).

  • cyan value is 13.64%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (14,0,20,22)
C14M0Y20K22 (14%, 0%, 20%, 22%)
(0.14 / 0.00 / 0.20 / 0.22)

CMYK percentages

%13.64
%0
%19.7
%22.35

Codes

Color #ABC69F in popluar color models

AB C6 9F
RGB 171 198 159
HSL 102° 25.49% 70.00%
HSB/HSV 102° 19.70% 77.65%
CMYK 13.64% 0.00% 19.70%
22.35%

Color #ABC69F in popluar number systems.

HEX AB C6 9F
Decimal 171 198 159
Binary 10101011 11000110 10011111
Octal 253 306 237

Shades and tints

Shades of #ABC69F

#ABC69F
(171,198,159)
#9CB491
(156,180,145)
#8DA283
(141,162,131)
#7E9075
(126,144,117)
#6F7E67
(111,126,103)
#606C59
(96,108,89)
#515A4B
(81,90,75)
#42483D
(66,72,61)
#33362F
(51,54,47)
#242421
(36,36,33)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #ABC69F

#ABC69F
(171,198,159)
#B2CBA7
(178,203,167)
#B9D0AF
(185,208,175)
#C0D5B7
(192,213,183)
#C7DABF
(199,218,191)
#CEDFC7
(206,223,199)
#D5E4CF
(213,228,207)
#DCE9D7
(220,233,215)
#E3EEDF
(227,238,223)
#EAF3E7
(234,243,231)
#F1F8EF
(241,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC69F; }

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

This text font color is #ABC69F.

Background Color

.myBgColor { background-color: #ABC69F; }

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

This div background color is #ABC69F.

Border color

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

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

This div border color is #ABC69F.

Opacity

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

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

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

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

This text has shadow with #ABC69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC69F.

Preview

Color preview on black background

This text has color #ABC69F on black background.


Color preview on white background

This text has color #ABC69F on white background.


Black color preview on #ABC69F background

This text has black color on #ABC69F background.


White color preview on #ABC69F background

This text has white color on #ABC69F background.


Related colors

Complementary color

Complementary color for #hex is #543960.


I love getcolorcode.com

Triadic colors

1 #9FABC6 and #C69FAB with #ABC69F are triadic colors.

2 #9FC6AB and #C6AB9F with #ABC69F are triadic colors.