COLOR #9AB878

HEX: #9AB878
RGB: (154,184,120)

Color info

#9AB878 contains mainly red and green colors. Web safe color of #9AB878 is #99CC66 (or #9C6).

RGB color model

#9AB878 color RGB value is (154,184,120).

  • red value is 154;
  • green value is 184;
  • blue value is 120.
RGB:
(154,184,120)
(60%,72%,47%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 120 of 255 = 47%

154
184
120

R + G + B ~ 60%. #9AB878 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
154 + 184 + 120 = 458 (100%)
R 154 of 458 ~ 33.62%
G 184 of 458 ~ 40.17%
B 120 of 458 ~ 26.2%

%33.62
%40.17
%26.2

CMYK color model

#9AB878 color CMYK value is (16,0,35,28).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 34.78%
  • key color value is 27.84%
CMYK:
(16,0,35,28)
C16M0Y35K28 
(16%,0%,35%,28%)
(0.16/0.00/0.35/0.28)	

CMYK percentages

%16.3
%0
%34.78
%27.84

Codes

Color #9AB878 in popluar color models

9AB878
RGB154184120
HSL88°31.07%59.61%
HSB/HSV88°34.78%72.16%
CMYK16.30%0.00%34.78%
27.84%

Color #9AB878 in popluar number systems.

HEX9AB878
Decimal154184120
Binary10011010101110001111000
Octal232270170

Shades and tints

Shades of #9AB878

#9AB878
(154,184,120)
#8CA86E
(140,168,110)
#7E9864
(126,152,100)
#70885A
(112,136,90)
#627850
(98,120,80)
#546846
(84,104,70)
#46583C
(70,88,60)
#384832
(56,72,50)
#2A3828
(42,56,40)
#1C281E
(28,40,30)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #9AB878

#9AB878
(154,184,120)
#A3BE84
(163,190,132)
#ACC490
(172,196,144)
#B5CA9C
(181,202,156)
#BED0A8
(190,208,168)
#C7D6B4
(199,214,180)
#D0DCC0
(208,220,192)
#D9E2CC
(217,226,204)
#E2E8D8
(226,232,216)
#EBEEE4
(235,238,228)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB878 color. Also use rgb(154,184,120) instead hex code.

Text Font Color

.myTextColor { color: #9AB878; }

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

This text font color is #9AB878.


Background Color

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

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

This div background color is #9AB878.


Border color

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

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

This div border color is #9AB878.


Opacity

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

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

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

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

This text has shadow with #9AB878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB878 on black background.


Color preview on white background

This text has color #9AB878 on white background.



Black color preview on #9AB878 background

This text has black color on #9AB878 background.


White color preview on #9AB878 background

This text has white color on #9AB878 background.