COLOR #ABCF92

HEX: #ABCF92 RGB: (171,207,146)

Color info

#ABCF92 contains mainly red and green colors. Web safe color of #ABCF92 is #99CC99 (or #9C9).

RGB color model

#ABCF92 color RGB value is (171,207,146).

RGB: (171,207,146) (67%, 81%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 207 of 255 = 81%
B 146 of 255 = 57%

171
207
146

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

Portions of RGB colors in percentages

R + G + B = 171 + 207 + 146 = 524 (100%)
R 171 of 524 ~ 32.63%
G 207 of 524 ~ 39.5%
B 146 of 524 ~ 27.86'%

%32.63
%39.5
%27.86

CMYK color model

#ABCF92 color CMYK value is (17,0,29,19).

  • cyan value is 17.39%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 18.82%

CMYK: (17,0,29,19)
C17M0Y29K19 (17%, 0%, 29%, 19%)
(0.17 / 0.00 / 0.29 / 0.19)

CMYK percentages

%17.39
%0
%29.47
%18.82

Codes

Color #ABCF92 in popluar color models

AB CF 92
RGB 171 207 146
HSL 95° 38.85% 69.22%
HSB/HSV 95° 29.47% 81.18%
CMYK 17.39% 0.00% 29.47%
18.82%

Color #ABCF92 in popluar number systems.

HEX AB CF 92
Decimal 171 207 146
Binary 10101011 11001111 10010010
Octal 253 317 222

Shades and tints

Shades of #ABCF92

#ABCF92
(171,207,146)
#9CBD85
(156,189,133)
#8DAB78
(141,171,120)
#7E996B
(126,153,107)
#6F875E
(111,135,94)
#607551
(96,117,81)
#516344
(81,99,68)
#425137
(66,81,55)
#333F2A
(51,63,42)
#242D1D
(36,45,29)
#151B10
(21,27,16)
#000000
(0,0,0)

Tints of #ABCF92

#ABCF92
(171,207,146)
#B2D39B
(178,211,155)
#B9D7A4
(185,215,164)
#C0DBAD
(192,219,173)
#C7DFB6
(199,223,182)
#CEE3BF
(206,227,191)
#D5E7C8
(213,231,200)
#DCEBD1
(220,235,209)
#E3EFDA
(227,239,218)
#EAF3E3
(234,243,227)
#F1F7EC
(241,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCF92; }

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

This text font color is #ABCF92.

Background Color

.myBgColor { background-color: #ABCF92; }

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

This div background color is #ABCF92.

Border color

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

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

This div border color is #ABCF92.

Opacity

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

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

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

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

This text has shadow with #ABCF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABCF92.

Preview

Color preview on black background

This text has color #ABCF92 on black background.


Color preview on white background

This text has color #ABCF92 on white background.


Black color preview on #ABCF92 background

This text has black color on #ABCF92 background.


White color preview on #ABCF92 background

This text has white color on #ABCF92 background.


Related colors

Complementary color

Complementary color for #hex is #54306D.


I love getcolorcode.com

Triadic colors

1 #92ABCF and #CF92AB with #ABCF92 are triadic colors.

2 #92CFAB and #CFAB92 with #ABCF92 are triadic colors.