COLOR #9AB299

HEX: #9AB299
RGB: (154,178,153)

Color info

#9AB299 contains red, green and blue colors in about the same proportion. Web safe color of #9AB299 is #999999 (or #999).

RGB color model

#9AB299 color RGB value is (154,178,153).

  • red value is 154;
  • green value is 178;
  • blue value is 153.
RGB:
(154,178,153)
(60%,70%,60%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 153 of 255 = 60%

154
178
153

R + G + B ~ 63%. #9AB299 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 178 + 153 = 485 (100%)
R 154 of 485 ~ 31.75%
G 178 of 485 ~ 36.7%
B 153 of 485 ~ 31.55%

%31.75
%36.7
%31.55

CMYK color model

#9AB299 color CMYK value is (13,0,14,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 30.20%
CMYK:
(13,0,14,30)
C13M0Y14K30 
(13%,0%,14%,30%)
(0.13/0.00/0.14/0.30)	

CMYK percentages

%13.48
%0
%14.04
%30.2

Codes

Color #9AB299 in popluar color models

9AB299
RGB154178153
HSL118°13.97%64.90%
HSB/HSV118°14.04%69.80%
CMYK13.48%0.00%14.04%
30.20%

Color #9AB299 in popluar number systems.

HEX9AB299
Decimal154178153
Binary100110101011001010011001
Octal232262231

Shades and tints

Shades of #9AB299

#9AB299
(154,178,153)
#8CA28C
(140,162,140)
#7E927F
(126,146,127)
#708272
(112,130,114)
#627265
(98,114,101)
#546258
(84,98,88)
#46524B
(70,82,75)
#38423E
(56,66,62)
#2A3231
(42,50,49)
#1C2224
(28,34,36)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #9AB299

#9AB299
(154,178,153)
#A3B9A2
(163,185,162)
#ACC0AB
(172,192,171)
#B5C7B4
(181,199,180)
#BECEBD
(190,206,189)
#C7D5C6
(199,213,198)
#D0DCCF
(208,220,207)
#D9E3D8
(217,227,216)
#E2EAE1
(226,234,225)
#EBF1EA
(235,241,234)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB299 color. Also use rgb(154,178,153) instead hex code.

Text Font Color

.myTextColor { color: #9AB299; }

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

This text font color is #9AB299.


Background Color

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

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

This div background color is #9AB299.


Border color

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

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

This div border color is #9AB299.


Opacity

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

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

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

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

This text has shadow with #9AB299 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB299 on black background.


Color preview on white background

This text has color #9AB299 on white background.



Black color preview on #9AB299 background

This text has black color on #9AB299 background.


White color preview on #9AB299 background

This text has white color on #9AB299 background.