COLOR #9BAEBF

HEX: #9BAEBF
RGB: (155,174,191)

Color info

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

RGB color model

#9BAEBF color RGB value is (155,174,191).

  • red value is 155;
  • green value is 174;
  • blue value is 191.
RGB:
(155,174,191)
(61%,68%,75%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 191 of 255 = 75%

155
174
191

R + G + B ~ 68%. #9BAEBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 174 + 191 = 520 (100%)
R 155 of 520 ~ 29.81%
G 174 of 520 ~ 33.46%
B 191 of 520 ~ 36.73%

%29.81
%33.46
%36.73

CMYK color model

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

  • cyan value is 18.85%
  • magenta value is 8.90%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(19,9,0,25)
C19M9Y0K25 
(19%,9%,0%,25%)
(0.19/0.09/0.00/0.25)	

CMYK percentages

%18.85
%8.9
%0
%25.1

Codes

Color #9BAEBF in popluar color models

9BAEBF
RGB155174191
HSL208°21.95%67.84%
HSB/HSV208°18.85%74.90%
CMYK18.85%8.90%0.00%
25.10%

Color #9BAEBF in popluar number systems.

HEX9BAEBF
Decimal155174191
Binary100110111010111010111111
Octal233256277

Shades and tints

Shades of #9BAEBF

#9BAEBF
(155,174,191)
#8D9FAE
(141,159,174)
#7F909D
(127,144,157)
#71818C
(113,129,140)
#63727B
(99,114,123)
#55636A
(85,99,106)
#475459
(71,84,89)
#394548
(57,69,72)
#2B3637
(43,54,55)
#1D2726
(29,39,38)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #9BAEBF

#9BAEBF
(155,174,191)
#A4B5C4
(164,181,196)
#ADBCC9
(173,188,201)
#B6C3CE
(182,195,206)
#BFCAD3
(191,202,211)
#C8D1D8
(200,209,216)
#D1D8DD
(209,216,221)
#DADFE2
(218,223,226)
#E3E6E7
(227,230,231)
#ECEDEC
(236,237,236)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAEBF color. Also use rgb(155,174,191) instead hex code.

Text Font Color

.myTextColor { color: #9BAEBF; }

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

This text font color is #9BAEBF.


Background Color

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

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

This div background color is #9BAEBF.


Border color

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

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

This div border color is #9BAEBF.


Opacity

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

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

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

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

This text has shadow with #9BAEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAEBF on black background.


Color preview on white background

This text has color #9BAEBF on white background.



Black color preview on #9BAEBF background

This text has black color on #9BAEBF background.


White color preview on #9BAEBF background

This text has white color on #9BAEBF background.