COLOR #0BBAA6

HEX: #0BBAA6
RGB: (11,186,166)

Color info

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

RGB color model

#0BBAA6 color RGB value is (11,186,166).

  • red value is 11;
  • green value is 186;
  • blue value is 166.
RGB:
(11,186,166)
(4%,73%,65%)

RGB channels and saturation

R 11 of 255 = 4%
G 186 of 255 = 73%
B 166 of 255 = 65%

11
186
166

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

Portions of RGB colors in percentages

R + G + B =
11 + 186 + 166 = 363 (100%)
R 11 of 363 ~ 3.03%
G 186 of 363 ~ 51.24%
B 166 of 363 ~ 45.73%

%51.24
%45.73

CMYK color model

#0BBAA6 color CMYK value is (94,0,11,27).

  • cyan value is 94.09%
  • magenta value is 0.00%
  • yellow value is 10.75%
  • key color value is 27.06%
CMYK:
(94,0,11,27)
C94M0Y11K27 
(94%,0%,11%,27%)
(0.94/0.00/0.11/0.27)	

CMYK percentages

%94.09
%0
%10.75
%27.06

Codes

Color #0BBAA6 in popluar color models

0BBAA6
RGB11186166
HSL173°88.83%38.63%
HSB/HSV173°94.09%72.94%
CMYK94.09%0.00%10.75%
27.06%

Color #0BBAA6 in popluar number systems.

HEX0BBAA6
Decimal11186166
Binary10111011101010100110
Octal13272246

Shades and tints

Shades of #0BBAA6

#0BBAA6
(11,186,166)
#0AAA97
(10,170,151)
#099A88
(9,154,136)
#088A79
(8,138,121)
#077A6A
(7,122,106)
#066A5B
(6,106,91)
#055A4C
(5,90,76)
#044A3D
(4,74,61)
#033A2E
(3,58,46)
#022A1F
(2,42,31)
#011A10
(1,26,16)
#000000
(0,0,0)

Tints of #0BBAA6

#0BBAA6
(11,186,166)
#21C0AE
(33,192,174)
#37C6B6
(55,198,182)
#4DCCBE
(77,204,190)
#63D2C6
(99,210,198)
#79D8CE
(121,216,206)
#8FDED6
(143,222,214)
#A5E4DE
(165,228,222)
#BBEAE6
(187,234,230)
#D1F0EE
(209,240,238)
#E7F6F6
(231,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BBAA6 color. Also use rgb(11,186,166) instead hex code.

Text Font Color

.myTextColor { color: #0BBAA6; }

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

This text font color is #0BBAA6.


Background Color

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

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

This div background color is #0BBAA6.


Border color

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

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

This div border color is #0BBAA6.


Opacity

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

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

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

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

This text has shadow with #0BBAA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BBAA6 on black background.


Color preview on white background

This text has color #0BBAA6 on white background.



Black color preview on #0BBAA6 background

This text has black color on #0BBAA6 background.


White color preview on #0BBAA6 background

This text has white color on #0BBAA6 background.