COLOR #9BBBB3

HEX: #9BBBB3
RGB: (155,187,179)

Color info

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

RGB color model

#9BBBB3 color RGB value is (155,187,179).

  • red value is 155;
  • green value is 187;
  • blue value is 179.
RGB:
(155,187,179)
(61%,73%,70%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 179 of 255 = 70%

155
187
179

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

Portions of RGB colors in percentages

R + G + B =
155 + 187 + 179 = 521 (100%)
R 155 of 521 ~ 29.75%
G 187 of 521 ~ 35.89%
B 179 of 521 ~ 34.36%

%29.75
%35.89
%34.36

CMYK color model

#9BBBB3 color CMYK value is (17,0,4,27).

  • cyan value is 17.11%
  • magenta value is 0.00%
  • yellow value is 4.28%
  • key color value is 26.67%
CMYK:
(17,0,4,27)
C17M0Y4K27 
(17%,0%,4%,27%)
(0.17/0.00/0.04/0.27)	

CMYK percentages

%17.11
%0
%4.28
%26.67

Codes

Color #9BBBB3 in popluar color models

9BBBB3
RGB155187179
HSL165°19.05%67.06%
HSB/HSV165°17.11%73.33%
CMYK17.11%0.00%4.28%
26.67%

Color #9BBBB3 in popluar number systems.

HEX9BBBB3
Decimal155187179
Binary100110111011101110110011
Octal233273263

Shades and tints

Shades of #9BBBB3

#9BBBB3
(155,187,179)
#8DAAA3
(141,170,163)
#7F9993
(127,153,147)
#718883
(113,136,131)
#637773
(99,119,115)
#556663
(85,102,99)
#475553
(71,85,83)
#394443
(57,68,67)
#2B3333
(43,51,51)
#1D2223
(29,34,35)
#0F1113
(15,17,19)
#000000
(0,0,0)

Tints of #9BBBB3

#9BBBB3
(155,187,179)
#A4C1B9
(164,193,185)
#ADC7BF
(173,199,191)
#B6CDC5
(182,205,197)
#BFD3CB
(191,211,203)
#C8D9D1
(200,217,209)
#D1DFD7
(209,223,215)
#DAE5DD
(218,229,221)
#E3EBE3
(227,235,227)
#ECF1E9
(236,241,233)
#F5F7EF
(245,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBBB3 color. Also use rgb(155,187,179) instead hex code.

Text Font Color

.myTextColor { color: #9BBBB3; }

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

This text font color is #9BBBB3.


Background Color

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

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

This div background color is #9BBBB3.


Border color

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

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

This div border color is #9BBBB3.


Opacity

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

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

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

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

This text has shadow with #9BBBB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBBB3 on black background.


Color preview on white background

This text has color #9BBBB3 on white background.



Black color preview on #9BBBB3 background

This text has black color on #9BBBB3 background.


White color preview on #9BBBB3 background

This text has white color on #9BBBB3 background.