COLOR #0BA987

HEX: #0BA987
RGB: (11,169,135)

Color info

#0BA987 contains mainly green and blue colors. Web safe color of #0BA987 is #009999 (or #099).

RGB color model

#0BA987 color RGB value is (11,169,135).

  • red value is 11;
  • green value is 169;
  • blue value is 135.
RGB:
(11,169,135)
(4%,66%,53%)

RGB channels and saturation

R 11 of 255 = 4%
G 169 of 255 = 66%
B 135 of 255 = 53%

11
169
135

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

Portions of RGB colors in percentages

R + G + B =
11 + 169 + 135 = 315 (100%)
R 11 of 315 ~ 3.49%
G 169 of 315 ~ 53.65%
B 135 of 315 ~ 42.86%

%53.65
%42.86

CMYK color model

#0BA987 color CMYK value is (93,0,20,34).

  • cyan value is 93.49%
  • magenta value is 0.00%
  • yellow value is 20.12%
  • key color value is 33.73%
CMYK:
(93,0,20,34)
C93M0Y20K34 
(93%,0%,20%,34%)
(0.93/0.00/0.20/0.34)	

CMYK percentages

%93.49
%0
%20.12
%33.73

Codes

Color #0BA987 in popluar color models

0BA987
RGB11169135
HSL167°87.78%35.29%
HSB/HSV167°93.49%66.27%
CMYK93.49%0.00%20.12%
33.73%

Color #0BA987 in popluar number systems.

HEX0BA987
Decimal11169135
Binary10111010100110000111
Octal13251207

Shades and tints

Shades of #0BA987

#0BA987
(11,169,135)
#0A9A7B
(10,154,123)
#098B6F
(9,139,111)
#087C63
(8,124,99)
#076D57
(7,109,87)
#065E4B
(6,94,75)
#054F3F
(5,79,63)
#044033
(4,64,51)
#033127
(3,49,39)
#02221B
(2,34,27)
#01130F
(1,19,15)
#000000
(0,0,0)

Tints of #0BA987

#0BA987
(11,169,135)
#21B091
(33,176,145)
#37B79B
(55,183,155)
#4DBEA5
(77,190,165)
#63C5AF
(99,197,175)
#79CCB9
(121,204,185)
#8FD3C3
(143,211,195)
#A5DACD
(165,218,205)
#BBE1D7
(187,225,215)
#D1E8E1
(209,232,225)
#E7EFEB
(231,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0BA987 color. Also use rgb(11,169,135) instead hex code.

Text Font Color

.myTextColor { color: #0BA987; }

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

This text font color is #0BA987.


Background Color

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

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

This div background color is #0BA987.


Border color

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

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

This div border color is #0BA987.


Opacity

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

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

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

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

This text has shadow with #0BA987 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0BA987 on black background.


Color preview on white background

This text has color #0BA987 on white background.



Black color preview on #0BA987 background

This text has black color on #0BA987 background.


White color preview on #0BA987 background

This text has white color on #0BA987 background.