COLOR #9AB684

HEX: #9AB684
RGB: (154,182,132)

Color info

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

RGB color model

#9AB684 color RGB value is (154,182,132).

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

RGB channels and saturation

R 154 of 255 = 60%
G 182 of 255 = 71%
B 132 of 255 = 52%

154
182
132

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

Portions of RGB colors in percentages

R + G + B =
154 + 182 + 132 = 468 (100%)
R 154 of 468 ~ 32.91%
G 182 of 468 ~ 38.89%
B 132 of 468 ~ 28.21%

%32.91
%38.89
%28.21

CMYK color model

#9AB684 color CMYK value is (15,0,27,29).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 27.47%
  • key color value is 28.63%
CMYK:
(15,0,27,29)
C15M0Y27K29 
(15%,0%,27%,29%)
(0.15/0.00/0.27/0.29)	

CMYK percentages

%15.38
%0
%27.47
%28.63

Codes

Color #9AB684 in popluar color models

9AB684
RGB154182132
HSL94°25.51%61.57%
HSB/HSV94°27.47%71.37%
CMYK15.38%0.00%27.47%
28.63%

Color #9AB684 in popluar number systems.

HEX9AB684
Decimal154182132
Binary100110101011011010000100
Octal232266204

Shades and tints

Shades of #9AB684

#9AB684
(154,182,132)
#8CA678
(140,166,120)
#7E966C
(126,150,108)
#708660
(112,134,96)
#627654
(98,118,84)
#546648
(84,102,72)
#46563C
(70,86,60)
#384630
(56,70,48)
#2A3624
(42,54,36)
#1C2618
(28,38,24)
#0E160C
(14,22,12)
#000000
(0,0,0)

Tints of #9AB684

#9AB684
(154,182,132)
#A3BC8F
(163,188,143)
#ACC29A
(172,194,154)
#B5C8A5
(181,200,165)
#BECEB0
(190,206,176)
#C7D4BB
(199,212,187)
#D0DAC6
(208,218,198)
#D9E0D1
(217,224,209)
#E2E6DC
(226,230,220)
#EBECE7
(235,236,231)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB684; }

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

This text font color is #9AB684.


Background Color

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

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

This div background color is #9AB684.


Border color

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

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

This div border color is #9AB684.


Opacity

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

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

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

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

This text has shadow with #9AB684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB684 on black background.


Color preview on white background

This text has color #9AB684 on white background.



Black color preview on #9AB684 background

This text has black color on #9AB684 background.


White color preview on #9AB684 background

This text has white color on #9AB684 background.