COLOR #9AB5B1

HEX: #9AB5B1
RGB: (154,181,177)

Color info

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

RGB color model

#9AB5B1 color RGB value is (154,181,177).

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

RGB channels and saturation

R 154 of 255 = 60%
G 181 of 255 = 71%
B 177 of 255 = 69%

154
181
177

R + G + B ~ 67%. #9AB5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 181 + 177 = 512 (100%)
R 154 of 512 ~ 30.08%
G 181 of 512 ~ 35.35%
B 177 of 512 ~ 34.57%

%30.08
%35.35
%34.57

CMYK color model

#9AB5B1 color CMYK value is (15,0,2,29).

  • cyan value is 14.92%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%
CMYK:
(15,0,2,29)
C15M0Y2K29 
(15%,0%,2%,29%)
(0.15/0.00/0.02/0.29)	

CMYK percentages

%14.92
%0
%2.21
%29.02

Codes

Color #9AB5B1 in popluar color models

9AB5B1
RGB154181177
HSL171°15.43%65.69%
HSB/HSV171°14.92%70.98%
CMYK14.92%0.00%2.21%
29.02%

Color #9AB5B1 in popluar number systems.

HEX9AB5B1
Decimal154181177
Binary100110101011010110110001
Octal232265261

Shades and tints

Shades of #9AB5B1

#9AB5B1
(154,181,177)
#8CA5A1
(140,165,161)
#7E9591
(126,149,145)
#708581
(112,133,129)
#627571
(98,117,113)
#546561
(84,101,97)
#465551
(70,85,81)
#384541
(56,69,65)
#2A3531
(42,53,49)
#1C2521
(28,37,33)
#0E1511
(14,21,17)
#000000
(0,0,0)

Tints of #9AB5B1

#9AB5B1
(154,181,177)
#A3BBB8
(163,187,184)
#ACC1BF
(172,193,191)
#B5C7C6
(181,199,198)
#BECDCD
(190,205,205)
#C7D3D4
(199,211,212)
#D0D9DB
(208,217,219)
#D9DFE2
(217,223,226)
#E2E5E9
(226,229,233)
#EBEBF0
(235,235,240)
#F4F1F7
(244,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9AB5B1; }

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

This text font color is #9AB5B1.


Background Color

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

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

This div background color is #9AB5B1.


Border color

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

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

This div border color is #9AB5B1.


Opacity

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

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

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

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

This text has shadow with #9AB5B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9AB5B1 on black background.


Color preview on white background

This text has color #9AB5B1 on white background.



Black color preview on #9AB5B1 background

This text has black color on #9AB5B1 background.


White color preview on #9AB5B1 background

This text has white color on #9AB5B1 background.