COLOR #9AB296

HEX: #9AB296 RGB: (154,178,150)

Color info

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

RGB color model

#9AB296 color RGB value is (154,178,150).

RGB: (154,178,150) (60%, 70%, 59%)

RGB channels and saturation

R 154 of 255 = 60%
G 178 of 255 = 70%
B 150 of 255 = 59%

154
178
150

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

Portions of RGB colors in percentages

R + G + B = 154 + 178 + 150 = 482 (100%)
R 154 of 482 ~ 31.95%
G 178 of 482 ~ 36.93%
B 150 of 482 ~ 31.12'%

%31.95
%36.93
%31.12

CMYK color model

#9AB296 color CMYK value is (13,0,16,30).

  • cyan value is 13.48%
  • magenta value is 0.00%
  • yellow value is 15.73%
  • key color value is 30.20%

CMYK: (13,0,16,30)
C13M0Y16K30 (13%, 0%, 16%, 30%)
(0.13 / 0.00 / 0.16 / 0.30)

CMYK percentages

%13.48
%0
%15.73
%30.2

Codes

Color #9AB296 in popluar color models

9A B2 96
RGB 154 178 150
HSL 111° 15.38% 64.31%
HSB/HSV 111° 15.73% 69.80%
CMYK 13.48% 0.00% 15.73%
30.20%

Color #9AB296 in popluar number systems.

HEX 9A B2 96
Decimal 154 178 150
Binary 10011010 10110010 10010110
Octal 232 262 226

Shades and tints

Shades of #9AB296

#9AB296
(154,178,150)
#8CA289
(140,162,137)
#7E927C
(126,146,124)
#70826F
(112,130,111)
#627262
(98,114,98)
#546255
(84,98,85)
#465248
(70,82,72)
#38423B
(56,66,59)
#2A322E
(42,50,46)
#1C2221
(28,34,33)
#0E1214
(14,18,20)
#000000
(0,0,0)

Tints of #9AB296

#9AB296
(154,178,150)
#A3B99F
(163,185,159)
#ACC0A8
(172,192,168)
#B5C7B1
(181,199,177)
#BECEBA
(190,206,186)
#C7D5C3
(199,213,195)
#D0DCCC
(208,220,204)
#D9E3D5
(217,227,213)
#E2EADE
(226,234,222)
#EBF1E7
(235,241,231)
#F4F8F0
(244,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB296; }

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

This text font color is #9AB296.

Background Color

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

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

This div background color is #9AB296.

Border color

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

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

This div border color is #9AB296.

Opacity

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

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

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

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

This text has shadow with #9AB296 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9AB296.

Preview

Color preview on black background

This text has color #9AB296 on black background.


Color preview on white background

This text has color #9AB296 on white background.


Black color preview on #9AB296 background

This text has black color on #9AB296 background.


White color preview on #9AB296 background

This text has white color on #9AB296 background.


Related colors

Complementary color

Complementary color for #hex is #654D69.


I love getcolorcode.com

Triadic colors

1 #969AB2 and #B2969A with #9AB296 are triadic colors.

2 #96B29A and #B29A96 with #9AB296 are triadic colors.