COLOR #9ABCBF

HEX: #9ABCBF
RGB: (154,188,191)

Color info

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

RGB color model

#9ABCBF color RGB value is (154,188,191).

  • red value is 154;
  • green value is 188;
  • blue value is 191.
RGB:
(154,188,191)
(60%,74%,75%)

RGB channels and saturation

R 154 of 255 = 60%
G 188 of 255 = 74%
B 191 of 255 = 75%

154
188
191

R + G + B ~ 70%. #9ABCBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 188 + 191 = 533 (100%)
R 154 of 533 ~ 28.89%
G 188 of 533 ~ 35.27%
B 191 of 533 ~ 35.83%

%28.89
%35.27
%35.83

CMYK color model

#9ABCBF color CMYK value is (19,2,0,25).

  • cyan value is 19.37%
  • magenta value is 1.57%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,2,0,25)
C19M2Y0K25 
(19%,2%,0%,25%)
(0.19/0.02/0.00/0.25)	

CMYK percentages

%19.37
%1.57
%0
%25.1

Codes

Color #9ABCBF in popluar color models

9ABCBF
RGB154188191
HSL185°22.42%67.65%
HSB/HSV185°19.37%74.90%
CMYK19.37%1.57%0.00%
25.10%

Color #9ABCBF in popluar number systems.

HEX9ABCBF
Decimal154188191
Binary100110101011110010111111
Octal232274277

Shades and tints

Shades of #9ABCBF

#9ABCBF
(154,188,191)
#8CABAE
(140,171,174)
#7E9A9D
(126,154,157)
#70898C
(112,137,140)
#62787B
(98,120,123)
#54676A
(84,103,106)
#465659
(70,86,89)
#384548
(56,69,72)
#2A3437
(42,52,55)
#1C2326
(28,35,38)
#0E1215
(14,18,21)
#000000
(0,0,0)

Tints of #9ABCBF

#9ABCBF
(154,188,191)
#A3C2C4
(163,194,196)
#ACC8C9
(172,200,201)
#B5CECE
(181,206,206)
#BED4D3
(190,212,211)
#C7DAD8
(199,218,216)
#D0E0DD
(208,224,221)
#D9E6E2
(217,230,226)
#E2ECE7
(226,236,231)
#EBF2EC
(235,242,236)
#F4F8F1
(244,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABCBF color. Also use rgb(154,188,191) instead hex code.

Text Font Color

.myTextColor { color: #9ABCBF; }

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

This text font color is #9ABCBF.


Background Color

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

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

This div background color is #9ABCBF.


Border color

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

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

This div border color is #9ABCBF.


Opacity

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

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

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

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

This text has shadow with #9ABCBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABCBF on black background.


Color preview on white background

This text has color #9ABCBF on white background.



Black color preview on #9ABCBF background

This text has black color on #9ABCBF background.


White color preview on #9ABCBF background

This text has white color on #9ABCBF background.