COLOR #0BA697

HEX: #0BA697 RGB: (11,166,151)

Color info

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

RGB color model

#0BA697 color RGB value is (11,166,151).

RGB: (11,166,151) (4%, 65%, 59%)

RGB channels and saturation

R 11 of 255 = 4%
G 166 of 255 = 65%
B 151 of 255 = 59%

11
166
151

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

Portions of RGB colors in percentages

R + G + B = 11 + 166 + 151 = 328 (100%)
R 11 of 328 ~ 3.35%
G 166 of 328 ~ 50.61%
B 151 of 328 ~ 46.04'%

%50.61
%46.04

CMYK color model

#0BA697 color CMYK value is (93,0,9,35).

  • cyan value is 93.37%
  • magenta value is 0.00%
  • yellow value is 9.04%
  • key color value is 34.90%

CMYK: (93,0,9,35)
C93M0Y9K35 (93%, 0%, 9%, 35%)
(0.93 / 0.00 / 0.09 / 0.35)

CMYK percentages

%93.37
%0
%9.04
%34.9

Codes

Color #0BA697 in popluar color models

0B A6 97
RGB 11 166 151
HSL 174° 87.57% 34.71%
HSB/HSV 174° 93.37% 65.10%
CMYK 93.37% 0.00% 9.04%
34.90%

Color #0BA697 in popluar number systems.

HEX 0B A6 97
Decimal 11 166 151
Binary 1011 10100110 10010111
Octal 13 246 227

Shades and tints

Shades of #0BA697

#0BA697
(11,166,151)
#0A978A
(10,151,138)
#09887D
(9,136,125)
#087970
(8,121,112)
#076A63
(7,106,99)
#065B56
(6,91,86)
#054C49
(5,76,73)
#043D3C
(4,61,60)
#032E2F
(3,46,47)
#021F22
(2,31,34)
#011015
(1,16,21)
#000000
(0,0,0)

Tints of #0BA697

#0BA697
(11,166,151)
#21AEA0
(33,174,160)
#37B6A9
(55,182,169)
#4DBEB2
(77,190,178)
#63C6BB
(99,198,187)
#79CEC4
(121,206,196)
#8FD6CD
(143,214,205)
#A5DED6
(165,222,214)
#BBE6DF
(187,230,223)
#D1EEE8
(209,238,232)
#E7F6F1
(231,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0BA697; }

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

This text font color is #0BA697.

Background Color

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

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

This div background color is #0BA697.

Border color

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

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

This div border color is #0BA697.

Opacity

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

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

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

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

This text has shadow with #0BA697 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0BA697.

Preview

Color preview on black background

This text has color #0BA697 on black background.


Color preview on white background

This text has color #0BA697 on white background.


Black color preview on #0BA697 background

This text has black color on #0BA697 background.


White color preview on #0BA697 background

This text has white color on #0BA697 background.


Related colors

Complementary color

Complementary color for #hex is #F45968.


I love getcolorcode.com

Triadic colors

1 #970BA6 and #A6970B with #0BA697 are triadic colors.

2 #97A60B and #A60B97 with #0BA697 are triadic colors.