COLOR #0BBB93

HEX: #0BBB93
RGB: (11,187,147)

Color info

#0BBB93 contains mainly green and blue colors. Web safe color of #0BBB93 is #00CC99 (or #0C9).

RGB color model

#0BBB93 color RGB value is (11,187,147).

  • red value is 11;
  • green value is 187;
  • blue value is 147.
RGB:
(11,187,147)
(4%,73%,58%)

RGB channels and saturation

R 11 of 255 = 4%
G 187 of 255 = 73%
B 147 of 255 = 58%

11
187
147

R + G + B ~ 45%. #0BBB93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
11 + 187 + 147 = 345 (100%)
R 11 of 345 ~ 3.19%
G 187 of 345 ~ 54.2%
B 147 of 345 ~ 42.61%

%54.2
%42.61

CMYK color model

#0BBB93 color CMYK value is (94,0,21,27).

  • cyan value is 94.12%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 26.67%
CMYK:
(94,0,21,27)
C94M0Y21K27 
(94%,0%,21%,27%)
(0.94/0.00/0.21/0.27)	

CMYK percentages

%94.12
%0
%21.39
%26.67

Codes

Color #0BBB93 in popluar color models

0BBB93
RGB11187147
HSL166°88.89%38.82%
HSB/HSV166°94.12%73.33%
CMYK94.12%0.00%21.39%
26.67%

Color #0BBB93 in popluar number systems.

HEX0BBB93
Decimal11187147
Binary10111011101110010011
Octal13273223

Shades and tints

Shades of #0BBB93

#0BBB93
(11,187,147)
#0AAA86
(10,170,134)
#099979
(9,153,121)
#08886C
(8,136,108)
#07775F
(7,119,95)
#066652
(6,102,82)
#055545
(5,85,69)
#044438
(4,68,56)
#03332B
(3,51,43)
#02221E
(2,34,30)
#011111
(1,17,17)
#000000
(0,0,0)

Tints of #0BBB93

#0BBB93
(11,187,147)
#21C19C
(33,193,156)
#37C7A5
(55,199,165)
#4DCDAE
(77,205,174)
#63D3B7
(99,211,183)
#79D9C0
(121,217,192)
#8FDFC9
(143,223,201)
#A5E5D2
(165,229,210)
#BBEBDB
(187,235,219)
#D1F1E4
(209,241,228)
#E7F7ED
(231,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BBB93 color. Also use rgb(11,187,147) instead hex code.

Text Font Color

.myTextColor { color: #0BBB93; }

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

This text font color is #0BBB93.


Background Color

.myBgColor { background-color: #0BBB93; }

<div style="background-color:#0BBB93">Inner text</div>

This div background color is #0BBB93.


Border color

.myBorderColor { border: 1px solid #0BBB93; }

<div style="border:3px solid #0BBB93">Div</div>

This div border color is #0BBB93.


Opacity

.myOpacity80 { color: #0BBB93; opacity: 0.8; }

<p style="color:#0BBB93;opacity:0.8;">80%</p>

Text with #0BBB93 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 #0BBB93;}

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

This text has shadow with #0BBB93 color.

.textShadow {text-shadow: 3px 3px 1px #0BBB93, 3px 3px 1px red;}

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

This text has shadow with #0BBB93 primary color and red secondary color.


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

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

This text has shadow with #0BBB93 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BBB93 on black background.


Color preview on white background

This text has color #0BBB93 on white background.



Black color preview on #0BBB93 background

This text has black color on #0BBB93 background.


White color preview on #0BBB93 background

This text has white color on #0BBB93 background.