COLOR #9AB896

HEX: #9AB896
RGB: (154,184,150)

Color info

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

RGB color model

#9AB896 color RGB value is (154,184,150).

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

RGB channels and saturation

R 154 of 255 = 60%
G 184 of 255 = 72%
B 150 of 255 = 59%

154
184
150

R + G + B ~ 64%. #9AB896 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 184 + 150 = 488 (100%)
R 154 of 488 ~ 31.56%
G 184 of 488 ~ 37.7%
B 150 of 488 ~ 30.74%

%31.56
%37.7
%30.74

CMYK color model

#9AB896 color CMYK value is (16,0,18,28).

  • cyan value is 16.30%
  • magenta value is 0.00%
  • yellow value is 18.48%
  • key color value is 27.84%
CMYK:
(16,0,18,28)
C16M0Y18K28 
(16%,0%,18%,28%)
(0.16/0.00/0.18/0.28)	

CMYK percentages

%16.3
%0
%18.48
%27.84

Codes

Color #9AB896 in popluar color models

9AB896
RGB154184150
HSL113°19.32%65.49%
HSB/HSV113°18.48%72.16%
CMYK16.30%0.00%18.48%
27.84%

Color #9AB896 in popluar number systems.

HEX9AB896
Decimal154184150
Binary100110101011100010010110
Octal232270226

Shades and tints

Shades of #9AB896

#9AB896
(154,184,150)
#8CA889
(140,168,137)
#7E987C
(126,152,124)
#70886F
(112,136,111)
#627862
(98,120,98)
#546855
(84,104,85)
#465848
(70,88,72)
#38483B
(56,72,59)
#2A382E
(42,56,46)
#1C2821
(28,40,33)
#0E1814
(14,24,20)
#000000
(0,0,0)

Tints of #9AB896

#9AB896
(154,184,150)
#A3BE9F
(163,190,159)
#ACC4A8
(172,196,168)
#B5CAB1
(181,202,177)
#BED0BA
(190,208,186)
#C7D6C3
(199,214,195)
#D0DCCC
(208,220,204)
#D9E2D5
(217,226,213)
#E2E8DE
(226,232,222)
#EBEEE7
(235,238,231)
#F4F4F0
(244,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB896; }

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

This text font color is #9AB896.


Background Color

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

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

This div background color is #9AB896.


Border color

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

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

This div border color is #9AB896.


Opacity

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

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

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

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

This text has shadow with #9AB896 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB896 on black background.


Color preview on white background

This text has color #9AB896 on white background.



Black color preview on #9AB896 background

This text has black color on #9AB896 background.


White color preview on #9AB896 background

This text has white color on #9AB896 background.