COLOR #9AB88D

HEX: #9AB88D RGB: (154,184,141)

Color info

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

RGB color model

#9AB88D color RGB value is (154,184,141).

RGB: (154,184,141) (60%, 72%, 55%)

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 141 of 255 = 55%

154
184
141

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

Portions of RGB colors in percentages

R + G + B = 154 + 184 + 141 = 479 (100%)
R 154 of 479 ~ 32.15%
G 184 of 479 ~ 38.41%
B 141 of 479 ~ 29.44'%

%32.15
%38.41
%29.44

CMYK color model

#9AB88D color CMYK value is (16,0,23,28).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 23.37%
  • key color value is 27.84%

CMYK: (16,0,23,28)
C16M0Y23K28 (16%, 0%, 23%, 28%)
(0.16 / 0.00 / 0.23 / 0.28)

CMYK percentages

%16.3
%0
%23.37
%27.84

Codes

Color #9AB88D in popluar color models

9A B8 8D
RGB 154 184 141
HSL 102° 23.24% 63.73%
HSB/HSV 102° 23.37% 72.16%
CMYK 16.30% 0.00% 23.37%
27.84%

Color #9AB88D in popluar number systems.

HEX 9A B8 8D
Decimal 154 184 141
Binary 10011010 10111000 10001101
Octal 232 270 215

Shades and tints

Shades of #9AB88D

#9AB88D
(154,184,141)
#8CA881
(140,168,129)
#7E9875
(126,152,117)
#708869
(112,136,105)
#62785D
(98,120,93)
#546851
(84,104,81)
#465845
(70,88,69)
#384839
(56,72,57)
#2A382D
(42,56,45)
#1C2821
(28,40,33)
#0E1815
(14,24,21)
#000000
(0,0,0)

Tints of #9AB88D

#9AB88D
(154,184,141)
#A3BE97
(163,190,151)
#ACC4A1
(172,196,161)
#B5CAAB
(181,202,171)
#BED0B5
(190,208,181)
#C7D6BF
(199,214,191)
#D0DCC9
(208,220,201)
#D9E2D3
(217,226,211)
#E2E8DD
(226,232,221)
#EBEEE7
(235,238,231)
#F4F4F1
(244,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB88D; }

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

This text font color is #9AB88D.

Background Color

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

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

This div background color is #9AB88D.

Border color

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

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

This div border color is #9AB88D.

Opacity

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

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

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

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

This text has shadow with #9AB88D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB88D.

Preview

Color preview on black background

This text has color #9AB88D on black background.


Color preview on white background

This text has color #9AB88D on white background.


Black color preview on #9AB88D background

This text has black color on #9AB88D background.


White color preview on #9AB88D background

This text has white color on #9AB88D background.


Related colors

Complementary color

Complementary color for #hex is #654772.


I love getcolorcode.com

Triadic colors

1 #8D9AB8 and #B88D9A with #9AB88D are triadic colors.

2 #8DB89A and #B89A8D with #9AB88D are triadic colors.