COLOR #0885A0

HEX: #0885A0
RGB: (8,133,160)

Color info

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

RGB color model

#0885A0 color RGB value is (8,133,160).

  • red value is 8;
  • green value is 133;
  • blue value is 160.
RGB:
(8,133,160)
(3%,52%,63%)

RGB channels and saturation

R 8 of 255 = 3%
G 133 of 255 = 52%
B 160 of 255 = 63%

8
133
160

R + G + B ~ 39%. #0885A0 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
8 + 133 + 160 = 301 (100%)
R 8 of 301 ~ 2.66%
G 133 of 301 ~ 44.19%
B 160 of 301 ~ 53.16%

%44.19
%53.16

CMYK color model

#0885A0 color CMYK value is (95,17,0,37).

  • cyan value is 95.00%
  • magenta value is 16.88%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(95,17,0,37)
C95M17Y0K37 
(95%,17%,0%,37%)
(0.95/0.17/0.00/0.37)	

CMYK percentages

%95
%16.88
%0
%37.25

Codes

Color #0885A0 in popluar color models

0885A0
RGB8133160
HSL191°90.48%32.94%
HSB/HSV191°95.00%62.75%
CMYK95.00%16.88%0.00%
37.25%

Color #0885A0 in popluar number systems.

HEX0885A0
Decimal8133160
Binary10001000010110100000
Octal10205240

Shades and tints

Shades of #0885A0

#0885A0
(8,133,160)
#087992
(8,121,146)
#086D84
(8,109,132)
#086176
(8,97,118)
#085568
(8,85,104)
#08495A
(8,73,90)
#083D4C
(8,61,76)
#08313E
(8,49,62)
#082530
(8,37,48)
#081922
(8,25,34)
#080D14
(8,13,20)
#000000
(0,0,0)

Tints of #0885A0

#0885A0
(8,133,160)
#1E90A8
(30,144,168)
#349BB0
(52,155,176)
#4AA6B8
(74,166,184)
#60B1C0
(96,177,192)
#76BCC8
(118,188,200)
#8CC7D0
(140,199,208)
#A2D2D8
(162,210,216)
#B8DDE0
(184,221,224)
#CEE8E8
(206,232,232)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0885A0 color. Also use rgb(8,133,160) instead hex code.

Text Font Color

.myTextColor { color: #0885A0; }

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

This text font color is #0885A0.


Background Color

.myBgColor { background-color: #0885A0; }

<div style="background-color:#0885A0">Inner text</div>

This div background color is #0885A0.


Border color

.myBorderColor { border: 1px solid #0885A0; }

<div style="border:3px solid #0885A0">Div</div>

This div border color is #0885A0.


Opacity

.myOpacity80 { color: #0885A0; opacity: 0.8; }

<p style="color:#0885A0;opacity:0.8;">80%</p>

Text with #0885A0 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 #0885A0;}

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

This text has shadow with #0885A0 color.

.textShadow {text-shadow: 3px 3px 1px #0885A0, 3px 3px 1px red;}

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

This text has shadow with #0885A0 primary color and red secondary color.


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

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

This text has shadow with #0885A0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0885A0 on black background.


Color preview on white background

This text has color #0885A0 on white background.



Black color preview on #0885A0 background

This text has black color on #0885A0 background.


White color preview on #0885A0 background

This text has white color on #0885A0 background.