COLOR #9AB982

HEX: #9AB982
RGB: (154,185,130)

Color info

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

RGB color model

#9AB982 color RGB value is (154,185,130).

  • red value is 154;
  • green value is 185;
  • blue value is 130.
RGB:
(154,185,130)
(60%,73%,51%)

RGB channels and saturation

R 154 of 255 = 60%
G 185 of 255 = 73%
B 130 of 255 = 51%

154
185
130

R + G + B ~ 61%. #9AB982 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 185 + 130 = 469 (100%)
R 154 of 469 ~ 32.84%
G 185 of 469 ~ 39.45%
B 130 of 469 ~ 27.72%

%32.84
%39.45
%27.72

CMYK color model

#9AB982 color CMYK value is (17,0,30,27).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 29.73%
  • key color value is 27.45%
CMYK:
(17,0,30,27)
C17M0Y30K27 
(17%,0%,30%,27%)
(0.17/0.00/0.30/0.27)	

CMYK percentages

%16.76
%0
%29.73
%27.45

Codes

Color #9AB982 in popluar color models

9AB982
RGB154185130
HSL94°28.21%61.76%
HSB/HSV94°29.73%72.55%
CMYK16.76%0.00%29.73%
27.45%

Color #9AB982 in popluar number systems.

HEX9AB982
Decimal154185130
Binary100110101011100110000010
Octal232271202

Shades and tints

Shades of #9AB982

#9AB982
(154,185,130)
#8CA977
(140,169,119)
#7E996C
(126,153,108)
#708961
(112,137,97)
#627956
(98,121,86)
#54694B
(84,105,75)
#465940
(70,89,64)
#384935
(56,73,53)
#2A392A
(42,57,42)
#1C291F
(28,41,31)
#0E1914
(14,25,20)
#000000
(0,0,0)

Tints of #9AB982

#9AB982
(154,185,130)
#A3BF8D
(163,191,141)
#ACC598
(172,197,152)
#B5CBA3
(181,203,163)
#BED1AE
(190,209,174)
#C7D7B9
(199,215,185)
#D0DDC4
(208,221,196)
#D9E3CF
(217,227,207)
#E2E9DA
(226,233,218)
#EBEFE5
(235,239,229)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB982 color. Also use rgb(154,185,130) instead hex code.

Text Font Color

.myTextColor { color: #9AB982; }

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

This text font color is #9AB982.


Background Color

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

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

This div background color is #9AB982.


Border color

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

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

This div border color is #9AB982.


Opacity

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

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

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

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

This text has shadow with #9AB982 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB982 on black background.


Color preview on white background

This text has color #9AB982 on white background.



Black color preview on #9AB982 background

This text has black color on #9AB982 background.


White color preview on #9AB982 background

This text has white color on #9AB982 background.