COLOR #9ABD87

HEX: #9ABD87
RGB: (154,189,135)

Color info

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

RGB color model

#9ABD87 color RGB value is (154,189,135).

  • red value is 154;
  • green value is 189;
  • blue value is 135.
RGB:
(154,189,135)
(60%,74%,53%)

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 135 of 255 = 53%

154
189
135

R + G + B ~ 62%. #9ABD87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 135 = 478 (100%)
R 154 of 478 ~ 32.22%
G 189 of 478 ~ 39.54%
B 135 of 478 ~ 28.24%

%32.22
%39.54
%28.24

CMYK color model

#9ABD87 color CMYK value is (19,0,29,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 25.88%
CMYK:
(19,0,29,26)
C19M0Y29K26 
(19%,0%,29%,26%)
(0.19/0.00/0.29/0.26)	

CMYK percentages

%18.52
%0
%28.57
%25.88

Codes

Color #9ABD87 in popluar color models

9ABD87
RGB154189135
HSL99°29.03%63.53%
HSB/HSV99°28.57%74.12%
CMYK18.52%0.00%28.57%
25.88%

Color #9ABD87 in popluar number systems.

HEX9ABD87
Decimal154189135
Binary100110101011110110000111
Octal232275207

Shades and tints

Shades of #9ABD87

#9ABD87
(154,189,135)
#8CAC7B
(140,172,123)
#7E9B6F
(126,155,111)
#708A63
(112,138,99)
#627957
(98,121,87)
#54684B
(84,104,75)
#46573F
(70,87,63)
#384633
(56,70,51)
#2A3527
(42,53,39)
#1C241B
(28,36,27)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #9ABD87

#9ABD87
(154,189,135)
#A3C391
(163,195,145)
#ACC99B
(172,201,155)
#B5CFA5
(181,207,165)
#BED5AF
(190,213,175)
#C7DBB9
(199,219,185)
#D0E1C3
(208,225,195)
#D9E7CD
(217,231,205)
#E2EDD7
(226,237,215)
#EBF3E1
(235,243,225)
#F4F9EB
(244,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABD87 color. Also use rgb(154,189,135) instead hex code.

Text Font Color

.myTextColor { color: #9ABD87; }

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

This text font color is #9ABD87.


Background Color

.myBgColor { background-color: #9ABD87; }

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

This div background color is #9ABD87.


Border color

.myBorderColor { border: 1px solid #9ABD87; }

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

This div border color is #9ABD87.


Opacity

.myOpacity80 { color: #9ABD87; opacity: 0.8; }

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

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

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

This text has shadow with #9ABD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABD87 on black background.


Color preview on white background

This text has color #9ABD87 on white background.



Black color preview on #9ABD87 background

This text has black color on #9ABD87 background.


White color preview on #9ABD87 background

This text has white color on #9ABD87 background.