COLOR #0BB886

HEX: #0BB886
RGB: (11,184,134)

Color info

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

RGB color model

#0BB886 color RGB value is (11,184,134).

  • red value is 11;
  • green value is 184;
  • blue value is 134.
RGB:
(11,184,134)
(4%,72%,53%)

RGB channels and saturation

R 11 of 255 = 4%
G 184 of 255 = 72%
B 134 of 255 = 53%

11
184
134

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

Portions of RGB colors in percentages

R + G + B =
11 + 184 + 134 = 329 (100%)
R 11 of 329 ~ 3.34%
G 184 of 329 ~ 55.93%
B 134 of 329 ~ 40.73%

%55.93
%40.73

CMYK color model

#0BB886 color CMYK value is (94,0,27,28).

  • cyan value is 94.02%
  • magenta value is 0.00%
  • yellow value is 27.17%
  • key color value is 27.84%
CMYK:
(94,0,27,28)
C94M0Y27K28 
(94%,0%,27%,28%)
(0.94/0.00/0.27/0.28)	

CMYK percentages

%94.02
%0
%27.17
%27.84

Codes

Color #0BB886 in popluar color models

0BB886
RGB11184134
HSL163°88.72%38.24%
HSB/HSV163°94.02%72.16%
CMYK94.02%0.00%27.17%
27.84%

Color #0BB886 in popluar number systems.

HEX0BB886
Decimal11184134
Binary10111011100010000110
Octal13270206

Shades and tints

Shades of #0BB886

#0BB886
(11,184,134)
#0AA87A
(10,168,122)
#09986E
(9,152,110)
#088862
(8,136,98)
#077856
(7,120,86)
#06684A
(6,104,74)
#05583E
(5,88,62)
#044832
(4,72,50)
#033826
(3,56,38)
#02281A
(2,40,26)
#01180E
(1,24,14)
#000000
(0,0,0)

Tints of #0BB886

#0BB886
(11,184,134)
#21BE91
(33,190,145)
#37C49C
(55,196,156)
#4DCAA7
(77,202,167)
#63D0B2
(99,208,178)
#79D6BD
(121,214,189)
#8FDCC8
(143,220,200)
#A5E2D3
(165,226,211)
#BBE8DE
(187,232,222)
#D1EEE9
(209,238,233)
#E7F4F4
(231,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BB886 color. Also use rgb(11,184,134) instead hex code.

Text Font Color

.myTextColor { color: #0BB886; }

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

This text font color is #0BB886.


Background Color

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

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

This div background color is #0BB886.


Border color

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

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

This div border color is #0BB886.


Opacity

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

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

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

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

This text has shadow with #0BB886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BB886 on black background.


Color preview on white background

This text has color #0BB886 on white background.



Black color preview on #0BB886 background

This text has black color on #0BB886 background.


White color preview on #0BB886 background

This text has white color on #0BB886 background.