COLOR #9ABD84

HEX: #9ABD84
RGB: (154,189,132)

Color info

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

RGB color model

#9ABD84 color RGB value is (154,189,132).

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

RGB channels and saturation

R 154 of 255 = 60%
G 189 of 255 = 74%
B 132 of 255 = 52%

154
189
132

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

Portions of RGB colors in percentages

R + G + B =
154 + 189 + 132 = 475 (100%)
R 154 of 475 ~ 32.42%
G 189 of 475 ~ 39.79%
B 132 of 475 ~ 27.79%

%32.42
%39.79
%27.79

CMYK color model

#9ABD84 color CMYK value is (19,0,30,26).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(19,0,30,26)
C19M0Y30K26 
(19%,0%,30%,26%)
(0.19/0.00/0.30/0.26)	

CMYK percentages

%18.52
%0
%30.16
%25.88

Codes

Color #9ABD84 in popluar color models

9ABD84
RGB154189132
HSL97°30.16%62.94%
HSB/HSV97°30.16%74.12%
CMYK18.52%0.00%30.16%
25.88%

Color #9ABD84 in popluar number systems.

HEX9ABD84
Decimal154189132
Binary100110101011110110000100
Octal232275204

Shades and tints

Shades of #9ABD84

#9ABD84
(154,189,132)
#8CAC78
(140,172,120)
#7E9B6C
(126,155,108)
#708A60
(112,138,96)
#627954
(98,121,84)
#546848
(84,104,72)
#46573C
(70,87,60)
#384630
(56,70,48)
#2A3524
(42,53,36)
#1C2418
(28,36,24)
#0E130C
(14,19,12)
#000000
(0,0,0)

Tints of #9ABD84

#9ABD84
(154,189,132)
#A3C38F
(163,195,143)
#ACC99A
(172,201,154)
#B5CFA5
(181,207,165)
#BED5B0
(190,213,176)
#C7DBBB
(199,219,187)
#D0E1C6
(208,225,198)
#D9E7D1
(217,231,209)
#E2EDDC
(226,237,220)
#EBF3E7
(235,243,231)
#F4F9F2
(244,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABD84; }

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

This text font color is #9ABD84.


Background Color

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

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

This div background color is #9ABD84.


Border color

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

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

This div border color is #9ABD84.


Opacity

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

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

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

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

This text has shadow with #9ABD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABD84 on black background.


Color preview on white background

This text has color #9ABD84 on white background.



Black color preview on #9ABD84 background

This text has black color on #9ABD84 background.


White color preview on #9ABD84 background

This text has white color on #9ABD84 background.