COLOR #ABCB83

HEX: #ABCB83
RGB: (171,203,131)

Color info

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

RGB color model

#ABCB83 color RGB value is (171,203,131).

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

RGB channels and saturation

R 171 of 255 = 67%
G 203 of 255 = 80%
B 131 of 255 = 51%

171
203
131

R + G + B ~ 66%. #ABCB83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 203 + 131 = 505 (100%)
R 171 of 505 ~ 33.86%
G 203 of 505 ~ 40.2%
B 131 of 505 ~ 25.94%

%33.86
%40.2
%25.94

CMYK color model

#ABCB83 color CMYK value is (16,0,35,20).

  • cyan value is 15.76%
  • magenta value is 0.00%
  • yellow value is 35.47%
  • key color value is 20.39%
CMYK:
(16,0,35,20)
C16M0Y35K20 
(16%,0%,35%,20%)
(0.16/0.00/0.35/0.20)	

CMYK percentages

%15.76
%0
%35.47
%20.39

Codes

Color #ABCB83 in popluar color models

ABCB83
RGB171203131
HSL87°40.91%65.49%
HSB/HSV87°35.47%79.61%
CMYK15.76%0.00%35.47%
20.39%

Color #ABCB83 in popluar number systems.

HEXABCB83
Decimal171203131
Binary101010111100101110000011
Octal253313203

Shades and tints

Shades of #ABCB83

#ABCB83
(171,203,131)
#9CB978
(156,185,120)
#8DA76D
(141,167,109)
#7E9562
(126,149,98)
#6F8357
(111,131,87)
#60714C
(96,113,76)
#515F41
(81,95,65)
#424D36
(66,77,54)
#333B2B
(51,59,43)
#242920
(36,41,32)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #ABCB83

#ABCB83
(171,203,131)
#B2CF8E
(178,207,142)
#B9D399
(185,211,153)
#C0D7A4
(192,215,164)
#C7DBAF
(199,219,175)
#CEDFBA
(206,223,186)
#D5E3C5
(213,227,197)
#DCE7D0
(220,231,208)
#E3EBDB
(227,235,219)
#EAEFE6
(234,239,230)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABCB83; }

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

This text font color is #ABCB83.


Background Color

.myBgColor { background-color: #ABCB83; }

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

This div background color is #ABCB83.


Border color

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

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

This div border color is #ABCB83.


Opacity

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

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

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

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

This text has shadow with #ABCB83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABCB83 on black background.


Color preview on white background

This text has color #ABCB83 on white background.



Black color preview on #ABCB83 background

This text has black color on #ABCB83 background.


White color preview on #ABCB83 background

This text has white color on #ABCB83 background.