COLOR #0884B6

HEX: #0884B6
RGB: (8,132,182)

Color info

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

RGB color model

#0884B6 color RGB value is (8,132,182).

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

RGB channels and saturation

R 8 of 255 = 3%
G 132 of 255 = 52%
B 182 of 255 = 71%

8
132
182

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

Portions of RGB colors in percentages

R + G + B =
8 + 132 + 182 = 322 (100%)
R 8 of 322 ~ 2.48%
G 132 of 322 ~ 40.99%
B 182 of 322 ~ 56.52%

%40.99
%56.52

CMYK color model

#0884B6 color CMYK value is (96,27,0,29).

  • cyan value is 95.60%
  • magenta value is 27.47%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(96,27,0,29)
C96M27Y0K29 
(96%,27%,0%,29%)
(0.96/0.27/0.00/0.29)	

CMYK percentages

%95.6
%27.47
%0
%28.63

Codes

Color #0884B6 in popluar color models

0884B6
RGB8132182
HSL197°91.58%37.25%
HSB/HSV197°95.60%71.37%
CMYK95.60%27.47%0.00%
28.63%

Color #0884B6 in popluar number systems.

HEX0884B6
Decimal8132182
Binary10001000010010110110
Octal10204266

Shades and tints

Shades of #0884B6

#0884B6
(8,132,182)
#0878A6
(8,120,166)
#086C96
(8,108,150)
#086086
(8,96,134)
#085476
(8,84,118)
#084866
(8,72,102)
#083C56
(8,60,86)
#083046
(8,48,70)
#082436
(8,36,54)
#081826
(8,24,38)
#080C16
(8,12,22)
#000000
(0,0,0)

Tints of #0884B6

#0884B6
(8,132,182)
#1E8FBC
(30,143,188)
#349AC2
(52,154,194)
#4AA5C8
(74,165,200)
#60B0CE
(96,176,206)
#76BBD4
(118,187,212)
#8CC6DA
(140,198,218)
#A2D1E0
(162,209,224)
#B8DCE6
(184,220,230)
#CEE7EC
(206,231,236)
#E4F2F2
(228,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0884B6; }

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

This text font color is #0884B6.


Background Color

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

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

This div background color is #0884B6.


Border color

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

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

This div border color is #0884B6.


Opacity

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

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

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

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

This text has shadow with #0884B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0884B6 on black background.


Color preview on white background

This text has color #0884B6 on white background.



Black color preview on #0884B6 background

This text has black color on #0884B6 background.


White color preview on #0884B6 background

This text has white color on #0884B6 background.