COLOR #ABCB93

HEX: #ABCB93
RGB: (171,203,147)

Color info

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

RGB color model

#ABCB93 color RGB value is (171,203,147).

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

RGB channels and saturation

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

171
203
147

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

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 147 = 521 (100%)
R 171 of 521 ~ 32.82%
G 203 of 521 ~ 38.96%
B 147 of 521 ~ 28.21%

%32.82
%38.96
%28.21

CMYK color model

#ABCB93 color CMYK value is (16,0,28,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 27.59%
  • key color value is 20.39%
CMYK:
(16,0,28,20)
C16M0Y28K20 
(16%,0%,28%,20%)
(0.16/0.00/0.28/0.20)	

CMYK percentages

%15.76
%0
%27.59
%20.39

Codes

Color #ABCB93 in popluar color models

ABCB93
RGB171203147
HSL94°35.00%68.63%
HSB/HSV94°27.59%79.61%
CMYK15.76%0.00%27.59%
20.39%

Color #ABCB93 in popluar number systems.

HEXABCB93
Decimal171203147
Binary101010111100101110010011
Octal253313223

Shades and tints

Shades of #ABCB93

#ABCB93
(171,203,147)
#9CB986
(156,185,134)
#8DA779
(141,167,121)
#7E956C
(126,149,108)
#6F835F
(111,131,95)
#607152
(96,113,82)
#515F45
(81,95,69)
#424D38
(66,77,56)
#333B2B
(51,59,43)
#24291E
(36,41,30)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #ABCB93

#ABCB93
(171,203,147)
#B2CF9C
(178,207,156)
#B9D3A5
(185,211,165)
#C0D7AE
(192,215,174)
#C7DBB7
(199,219,183)
#CEDFC0
(206,223,192)
#D5E3C9
(213,227,201)
#DCE7D2
(220,231,210)
#E3EBDB
(227,235,219)
#EAEFE4
(234,239,228)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCB93; }

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

This text font color is #ABCB93.


Background Color

.myBgColor { background-color: #ABCB93; }

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

This div background color is #ABCB93.


Border color

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

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

This div border color is #ABCB93.


Opacity

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

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

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

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

This text has shadow with #ABCB93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCB93 on black background.


Color preview on white background

This text has color #ABCB93 on white background.



Black color preview on #ABCB93 background

This text has black color on #ABCB93 background.


White color preview on #ABCB93 background

This text has white color on #ABCB93 background.