COLOR #ABC692

HEX: #ABC692 RGB: (171,198,146)

Color info

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

RGB color model

#ABC692 color RGB value is (171,198,146).

RGB: (171,198,146) (67%, 78%, 57%)

RGB channels and saturation

R 171 of 255 = 67%
G 198 of 255 = 78%
B 146 of 255 = 57%

171
198
146

R + G + B ~ 67%. #ABC692 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 198 + 146 = 515 (100%)
R 171 of 515 ~ 33.2%
G 198 of 515 ~ 38.45%
B 146 of 515 ~ 28.35'%

%33.2
%38.45
%28.35

CMYK color model

#ABC692 color CMYK value is (14,0,26,22).

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

CMYK: (14,0,26,22)
C14M0Y26K22 (14%, 0%, 26%, 22%)
(0.14 / 0.00 / 0.26 / 0.22)

CMYK percentages

%13.64
%0
%26.26
%22.35

Codes

Color #ABC692 in popluar color models

AB C6 92
RGB 171 198 146
HSL 91° 31.33% 67.45%
HSB/HSV 91° 26.26% 77.65%
CMYK 13.64% 0.00% 26.26%
22.35%

Color #ABC692 in popluar number systems.

HEX AB C6 92
Decimal 171 198 146
Binary 10101011 11000110 10010010
Octal 253 306 222

Shades and tints

Shades of #ABC692

#ABC692
(171,198,146)
#9CB485
(156,180,133)
#8DA278
(141,162,120)
#7E906B
(126,144,107)
#6F7E5E
(111,126,94)
#606C51
(96,108,81)
#515A44
(81,90,68)
#424837
(66,72,55)
#33362A
(51,54,42)
#24241D
(36,36,29)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #ABC692

#ABC692
(171,198,146)
#B2CB9B
(178,203,155)
#B9D0A4
(185,208,164)
#C0D5AD
(192,213,173)
#C7DAB6
(199,218,182)
#CEDFBF
(206,223,191)
#D5E4C8
(213,228,200)
#DCE9D1
(220,233,209)
#E3EEDA
(227,238,218)
#EAF3E3
(234,243,227)
#F1F8EC
(241,248,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABC692; }

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

This text font color is #ABC692.

Background Color

.myBgColor { background-color: #ABC692; }

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

This div background color is #ABC692.

Border color

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

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

This div border color is #ABC692.

Opacity

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

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

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

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

This text has shadow with #ABC692 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABC692.

Preview

Color preview on black background

This text has color #ABC692 on black background.


Color preview on white background

This text has color #ABC692 on white background.


Black color preview on #ABC692 background

This text has black color on #ABC692 background.


White color preview on #ABC692 background

This text has white color on #ABC692 background.


Related colors

Complementary color

Complementary color for #hex is #54396D.


I love getcolorcode.com

Triadic colors

1 #92ABC6 and #C692AB with #ABC692 are triadic colors.

2 #92C6AB and #C6AB92 with #ABC692 are triadic colors.