COLOR #ABCB94

HEX: #ABCB94
RGB: (171,203,148)

Color info

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

RGB color model

#ABCB94 color RGB value is (171,203,148).

  • red value is 171;
  • green value is 203;
  • blue value is 148.
RGB:
(171,203,148)
(67%,80%,58%)

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 148 of 255 = 58%

171
203
148

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

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 148 = 522 (100%)
R 171 of 522 ~ 32.76%
G 203 of 522 ~ 38.89%
B 148 of 522 ~ 28.35%

%32.76
%38.89
%28.35

CMYK color model

#ABCB94 color CMYK value is (16,0,27,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 27.09%
  • key color value is 20.39%
CMYK:
(16,0,27,20)
C16M0Y27K20 
(16%,0%,27%,20%)
(0.16/0.00/0.27/0.20)	

CMYK percentages

%15.76
%0
%27.09
%20.39

Codes

Color #ABCB94 in popluar color models

ABCB94
RGB171203148
HSL95°34.59%68.82%
HSB/HSV95°27.09%79.61%
CMYK15.76%0.00%27.09%
20.39%

Color #ABCB94 in popluar number systems.

HEXABCB94
Decimal171203148
Binary101010111100101110010100
Octal253313224

Shades and tints

Shades of #ABCB94

#ABCB94
(171,203,148)
#9CB987
(156,185,135)
#8DA77A
(141,167,122)
#7E956D
(126,149,109)
#6F8360
(111,131,96)
#607153
(96,113,83)
#515F46
(81,95,70)
#424D39
(66,77,57)
#333B2C
(51,59,44)
#24291F
(36,41,31)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #ABCB94

#ABCB94
(171,203,148)
#B2CF9D
(178,207,157)
#B9D3A6
(185,211,166)
#C0D7AF
(192,215,175)
#C7DBB8
(199,219,184)
#CEDFC1
(206,223,193)
#D5E3CA
(213,227,202)
#DCE7D3
(220,231,211)
#E3EBDC
(227,235,220)
#EAEFE5
(234,239,229)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABCB94 color. Also use rgb(171,203,148) instead hex code.

Text Font Color

.myTextColor { color: #ABCB94; }

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

This text font color is #ABCB94.


Background Color

.myBgColor { background-color: #ABCB94; }

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

This div background color is #ABCB94.


Border color

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

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

This div border color is #ABCB94.


Opacity

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

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

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

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

This text has shadow with #ABCB94 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCB94 on black background.


Color preview on white background

This text has color #ABCB94 on white background.



Black color preview on #ABCB94 background

This text has black color on #ABCB94 background.


White color preview on #ABCB94 background

This text has white color on #ABCB94 background.