COLOR #ABCFA6

HEX: #ABCFA6
RGB: (171,207,166)

Color info

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

RGB color model

#ABCFA6 color RGB value is (171,207,166).

  • red value is 171;
  • green value is 207;
  • blue value is 166.
RGB:
(171,207,166)
(67%,81%,65%)

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 166 of 255 = 65%

171
207
166

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

Portions of RGB colors in percentages

R + G + B =
171 + 207 + 166 = 544 (100%)
R 171 of 544 ~ 31.43%
G 207 of 544 ~ 38.05%
B 166 of 544 ~ 30.51%

%31.43
%38.05
%30.51

CMYK color model

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

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 19.81%
  • key color value is 18.82%
CMYK:
(17,0,20,19)
C17M0Y20K19 
(17%,0%,20%,19%)
(0.17/0.00/0.20/0.19)	

CMYK percentages

%17.39
%0
%19.81
%18.82

Codes

Color #ABCFA6 in popluar color models

ABCFA6
RGB171207166
HSL113°29.93%73.14%
HSB/HSV113°19.81%81.18%
CMYK17.39%0.00%19.81%
18.82%

Color #ABCFA6 in popluar number systems.

HEXABCFA6
Decimal171207166
Binary101010111100111110100110
Octal253317246

Shades and tints

Shades of #ABCFA6

#ABCFA6
(171,207,166)
#9CBD97
(156,189,151)
#8DAB88
(141,171,136)
#7E9979
(126,153,121)
#6F876A
(111,135,106)
#60755B
(96,117,91)
#51634C
(81,99,76)
#42513D
(66,81,61)
#333F2E
(51,63,46)
#242D1F
(36,45,31)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #ABCFA6

#ABCFA6
(171,207,166)
#B2D3AE
(178,211,174)
#B9D7B6
(185,215,182)
#C0DBBE
(192,219,190)
#C7DFC6
(199,223,198)
#CEE3CE
(206,227,206)
#D5E7D6
(213,231,214)
#DCEBDE
(220,235,222)
#E3EFE6
(227,239,230)
#EAF3EE
(234,243,238)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCFA6 color. Also use rgb(171,207,166) instead hex code.

Text Font Color

.myTextColor { color: #ABCFA6; }

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

This text font color is #ABCFA6.


Background Color

.myBgColor { background-color: #ABCFA6; }

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

This div background color is #ABCFA6.


Border color

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

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

This div border color is #ABCFA6.


Opacity

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

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

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

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

This text has shadow with #ABCFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCFA6 on black background.


Color preview on white background

This text has color #ABCFA6 on white background.



Black color preview on #ABCFA6 background

This text has black color on #ABCFA6 background.


White color preview on #ABCFA6 background

This text has white color on #ABCFA6 background.