COLOR #0897B6

HEX: #0897B6
RGB: (8,151,182)

Color info

#0897B6 contains mainly green and blue colors. Web safe color of #0897B6 is #0099CC (or #09C).

RGB color model

#0897B6 color RGB value is (8,151,182).

  • red value is 8;
  • green value is 151;
  • blue value is 182.
RGB:
(8,151,182)
(3%,59%,71%)

RGB channels and saturation

R 8 of 255 = 3%
G 151 of 255 = 59%
B 182 of 255 = 71%

8
151
182

R + G + B ~ 44%. #0897B6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 151 + 182 = 341 (100%)
R 8 of 341 ~ 2.35%
G 151 of 341 ~ 44.28%
B 182 of 341 ~ 53.37%

%44.28
%53.37

CMYK color model

#0897B6 color CMYK value is (96,17,0,29).

  • cyan value is 95.60%
  • magenta value is 17.03%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(96,17,0,29)
C96M17Y0K29 
(96%,17%,0%,29%)
(0.96/0.17/0.00/0.29)	

CMYK percentages

%95.6
%17.03
%0
%28.63

Codes

Color #0897B6 in popluar color models

0897B6
RGB8151182
HSL191°91.58%37.25%
HSB/HSV191°95.60%71.37%
CMYK95.60%17.03%0.00%
28.63%

Color #0897B6 in popluar number systems.

HEX0897B6
Decimal8151182
Binary10001001011110110110
Octal10227266

Shades and tints

Shades of #0897B6

#0897B6
(8,151,182)
#088AA6
(8,138,166)
#087D96
(8,125,150)
#087086
(8,112,134)
#086376
(8,99,118)
#085666
(8,86,102)
#084956
(8,73,86)
#083C46
(8,60,70)
#082F36
(8,47,54)
#082226
(8,34,38)
#081516
(8,21,22)
#000000
(0,0,0)

Tints of #0897B6

#0897B6
(8,151,182)
#1EA0BC
(30,160,188)
#34A9C2
(52,169,194)
#4AB2C8
(74,178,200)
#60BBCE
(96,187,206)
#76C4D4
(118,196,212)
#8CCDDA
(140,205,218)
#A2D6E0
(162,214,224)
#B8DFE6
(184,223,230)
#CEE8EC
(206,232,236)
#E4F1F2
(228,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0897B6 color. Also use rgb(8,151,182) instead hex code.

Text Font Color

.myTextColor { color: #0897B6; }

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

This text font color is #0897B6.


Background Color

.myBgColor { background-color: #0897B6; }

<div style="background-color:#0897B6">Inner text</div>

This div background color is #0897B6.


Border color

.myBorderColor { border: 1px solid #0897B6; }

<div style="border:3px solid #0897B6">Div</div>

This div border color is #0897B6.


Opacity

.myOpacity80 { color: #0897B6; opacity: 0.8; }

<p style="color:#0897B6;opacity:0.8;">80%</p>

Text with #0897B6 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 #0897B6;}

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

This text has shadow with #0897B6 color.

.textShadow {text-shadow: 3px 3px 1px #0897B6, 3px 3px 1px red;}

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

This text has shadow with #0897B6 primary color and red secondary color.


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

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

This text has shadow with #0897B6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0897B6 on black background.


Color preview on white background

This text has color #0897B6 on white background.



Black color preview on #0897B6 background

This text has black color on #0897B6 background.


White color preview on #0897B6 background

This text has white color on #0897B6 background.