COLOR #9AB5AC

HEX: #9AB5AC
RGB: (154,181,172)

Color info

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

RGB color model

#9AB5AC color RGB value is (154,181,172).

  • red value is 154;
  • green value is 181;
  • blue value is 172.
RGB:
(154,181,172)
(60%,71%,67%)

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 172 of 255 = 67%

154
181
172

R + G + B ~ 66%. #9AB5AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 181 + 172 = 507 (100%)
R 154 of 507 ~ 30.37%
G 181 of 507 ~ 35.7%
B 172 of 507 ~ 33.93%

%30.37
%35.7
%33.93

CMYK color model

#9AB5AC color CMYK value is (15,0,5,29).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 4.97%
  • key color value is 29.02%
CMYK:
(15,0,5,29)
C15M0Y5K29 
(15%,0%,5%,29%)
(0.15/0.00/0.05/0.29)	

CMYK percentages

%14.92
%0
%4.97
%29.02

Codes

Color #9AB5AC in popluar color models

9AB5AC
RGB154181172
HSL160°15.43%65.69%
HSB/HSV160°14.92%70.98%
CMYK14.92%0.00%4.97%
29.02%

Color #9AB5AC in popluar number systems.

HEX9AB5AC
Decimal154181172
Binary100110101011010110101100
Octal232265254

Shades and tints

Shades of #9AB5AC

#9AB5AC
(154,181,172)
#8CA59D
(140,165,157)
#7E958E
(126,149,142)
#70857F
(112,133,127)
#627570
(98,117,112)
#546561
(84,101,97)
#465552
(70,85,82)
#384543
(56,69,67)
#2A3534
(42,53,52)
#1C2525
(28,37,37)
#0E1516
(14,21,22)
#000000
(0,0,0)

Tints of #9AB5AC

#9AB5AC
(154,181,172)
#A3BBB3
(163,187,179)
#ACC1BA
(172,193,186)
#B5C7C1
(181,199,193)
#BECDC8
(190,205,200)
#C7D3CF
(199,211,207)
#D0D9D6
(208,217,214)
#D9DFDD
(217,223,221)
#E2E5E4
(226,229,228)
#EBEBEB
(235,235,235)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9AB5AC color. Also use rgb(154,181,172) instead hex code.

Text Font Color

.myTextColor { color: #9AB5AC; }

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

This text font color is #9AB5AC.


Background Color

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

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

This div background color is #9AB5AC.


Border color

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

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

This div border color is #9AB5AC.


Opacity

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

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

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

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

This text has shadow with #9AB5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB5AC on black background.


Color preview on white background

This text has color #9AB5AC on white background.



Black color preview on #9AB5AC background

This text has black color on #9AB5AC background.


White color preview on #9AB5AC background

This text has white color on #9AB5AC background.