COLOR #9BBEB0

HEX: #9BBEB0
RGB: (155,190,176)

Color info

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

RGB color model

#9BBEB0 color RGB value is (155,190,176).

  • red value is 155;
  • green value is 190;
  • blue value is 176.
RGB:
(155,190,176)
(61%,75%,69%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 176 of 255 = 69%

155
190
176

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

Portions of RGB colors in percentages

R + G + B =
155 + 190 + 176 = 521 (100%)
R 155 of 521 ~ 29.75%
G 190 of 521 ~ 36.47%
B 176 of 521 ~ 33.78%

%29.75
%36.47
%33.78

CMYK color model

#9BBEB0 color CMYK value is (18,0,7,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 7.37%
  • key color value is 25.49%
CMYK:
(18,0,7,25)
C18M0Y7K25 
(18%,0%,7%,25%)
(0.18/0.00/0.07/0.25)	

CMYK percentages

%18.42
%0
%7.37
%25.49

Codes

Color #9BBEB0 in popluar color models

9BBEB0
RGB155190176
HSL156°21.21%67.65%
HSB/HSV156°18.42%74.51%
CMYK18.42%0.00%7.37%
25.49%

Color #9BBEB0 in popluar number systems.

HEX9BBEB0
Decimal155190176
Binary100110111011111010110000
Octal233276260

Shades and tints

Shades of #9BBEB0

#9BBEB0
(155,190,176)
#8DADA0
(141,173,160)
#7F9C90
(127,156,144)
#718B80
(113,139,128)
#637A70
(99,122,112)
#556960
(85,105,96)
#475850
(71,88,80)
#394740
(57,71,64)
#2B3630
(43,54,48)
#1D2520
(29,37,32)
#0F1410
(15,20,16)
#000000
(0,0,0)

Tints of #9BBEB0

#9BBEB0
(155,190,176)
#A4C3B7
(164,195,183)
#ADC8BE
(173,200,190)
#B6CDC5
(182,205,197)
#BFD2CC
(191,210,204)
#C8D7D3
(200,215,211)
#D1DCDA
(209,220,218)
#DAE1E1
(218,225,225)
#E3E6E8
(227,230,232)
#ECEBEF
(236,235,239)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBEB0 color. Also use rgb(155,190,176) instead hex code.

Text Font Color

.myTextColor { color: #9BBEB0; }

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

This text font color is #9BBEB0.


Background Color

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

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

This div background color is #9BBEB0.


Border color

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

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

This div border color is #9BBEB0.


Opacity

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

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

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

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

This text has shadow with #9BBEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBEB0 on black background.


Color preview on white background

This text has color #9BBEB0 on white background.



Black color preview on #9BBEB0 background

This text has black color on #9BBEB0 background.


White color preview on #9BBEB0 background

This text has white color on #9BBEB0 background.