COLOR #ABCA98

HEX: #ABCA98
RGB: (171,202,152)

Color info

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

RGB color model

#ABCA98 color RGB value is (171,202,152).

  • red value is 171;
  • green value is 202;
  • blue value is 152.
RGB:
(171,202,152)
(67%,79%,60%)

RGB channels and saturation

R 171 of 255 = 67%
G 202 of 255 = 79%
B 152 of 255 = 60%

171
202
152

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

Portions of RGB colors in percentages

R + G + B =
171 + 202 + 152 = 525 (100%)
R 171 of 525 ~ 32.57%
G 202 of 525 ~ 38.48%
B 152 of 525 ~ 28.95%

%32.57
%38.48
%28.95

CMYK color model

#ABCA98 color CMYK value is (15,0,25,21).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 24.75%
  • key color value is 20.78%
CMYK:
(15,0,25,21)
C15M0Y25K21 
(15%,0%,25%,21%)
(0.15/0.00/0.25/0.21)	

CMYK percentages

%15.35
%0
%24.75
%20.78

Codes

Color #ABCA98 in popluar color models

ABCA98
RGB171202152
HSL97°32.05%69.41%
HSB/HSV97°24.75%79.22%
CMYK15.35%0.00%24.75%
20.78%

Color #ABCA98 in popluar number systems.

HEXABCA98
Decimal171202152
Binary101010111100101010011000
Octal253312230

Shades and tints

Shades of #ABCA98

#ABCA98
(171,202,152)
#9CB88B
(156,184,139)
#8DA67E
(141,166,126)
#7E9471
(126,148,113)
#6F8264
(111,130,100)
#607057
(96,112,87)
#515E4A
(81,94,74)
#424C3D
(66,76,61)
#333A30
(51,58,48)
#242823
(36,40,35)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #ABCA98

#ABCA98
(171,202,152)
#B2CEA1
(178,206,161)
#B9D2AA
(185,210,170)
#C0D6B3
(192,214,179)
#C7DABC
(199,218,188)
#CEDEC5
(206,222,197)
#D5E2CE
(213,226,206)
#DCE6D7
(220,230,215)
#E3EAE0
(227,234,224)
#EAEEE9
(234,238,233)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCA98 color. Also use rgb(171,202,152) instead hex code.

Text Font Color

.myTextColor { color: #ABCA98; }

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

This text font color is #ABCA98.


Background Color

.myBgColor { background-color: #ABCA98; }

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

This div background color is #ABCA98.


Border color

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

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

This div border color is #ABCA98.


Opacity

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

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

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

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

This text has shadow with #ABCA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCA98 on black background.


Color preview on white background

This text has color #ABCA98 on white background.



Black color preview on #ABCA98 background

This text has black color on #ABCA98 background.


White color preview on #ABCA98 background

This text has white color on #ABCA98 background.