COLOR #008DB6

HEX: #008DB6
RGB: (0,141,182)

Color info

#008DB6 contains only green and blue colors. Web safe color of #008DB6 is #0099CC (or #09C).

RGB color model

#008DB6 color RGB value is (0,141,182).

  • red value is 0;
  • green value is 141;
  • blue value is 182.
RGB:
(0,141,182)
(0%,55%,71%)

RGB channels and saturation

R 0 of 255 = 0%
G 141 of 255 = 55%
B 182 of 255 = 71%

0
141
182

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

Portions of RGB colors in percentages

R + G + B =
0 + 141 + 182 = 323 (100%)
R 0 of 323 ~ 0%
G 141 of 323 ~ 43.65%
B 182 of 323 ~ 56.35%

%43.65
%56.35

CMYK color model

#008DB6 color CMYK value is (100,23,0,29).

  • cyan value is 100.00%
  • magenta value is 22.53%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(100,23,0,29)
C100M23Y0K29 
(100%,23%,0%,29%)
(1.00/0.23/0.00/0.29)	

CMYK percentages

%100
%22.53
%0
%28.63

Codes

Color #008DB6 in popluar color models

008DB6
RGB0141182
HSL194°100.00%35.69%
HSB/HSV194°100.00%71.37%
CMYK100.00%22.53%0.00%
28.63%

Color #008DB6 in popluar number systems.

HEX008DB6
Decimal0141182
Binary01000110110110110
Octal0215266

Shades and tints

Shades of #008DB6

#008DB6
(0,141,182)
#0081A6
(0,129,166)
#007596
(0,117,150)
#006986
(0,105,134)
#005D76
(0,93,118)
#005166
(0,81,102)
#004556
(0,69,86)
#003946
(0,57,70)
#002D36
(0,45,54)
#002126
(0,33,38)
#001516
(0,21,22)
#000000
(0,0,0)

Tints of #008DB6

#008DB6
(0,141,182)
#1797BC
(23,151,188)
#2EA1C2
(46,161,194)
#45ABC8
(69,171,200)
#5CB5CE
(92,181,206)
#73BFD4
(115,191,212)
#8AC9DA
(138,201,218)
#A1D3E0
(161,211,224)
#B8DDE6
(184,221,230)
#CFE7EC
(207,231,236)
#E6F1F2
(230,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #008DB6 color. Also use rgb(0,141,182) instead hex code.

Text Font Color

.myTextColor { color: #008DB6; }

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

This text font color is #008DB6.


Background Color

.myBgColor { background-color: #008DB6; }

<div style="background-color:#008DB6">Inner text</div>

This div background color is #008DB6.


Border color

.myBorderColor { border: 1px solid #008DB6; }

<div style="border:3px solid #008DB6">Div</div>

This div border color is #008DB6.


Opacity

.myOpacity80 { color: #008DB6; opacity: 0.8; }

<p style="color:#008DB6;opacity:0.8;">80%</p>

Text with #008DB6 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 #008DB6;}

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

This text has shadow with #008DB6 color.

.textShadow {text-shadow: 3px 3px 1px #008DB6, 3px 3px 1px red;}

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

This text has shadow with #008DB6 primary color and red secondary color.


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

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

This text has shadow with #008DB6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #008DB6 on black background.


Color preview on white background

This text has color #008DB6 on white background.



Black color preview on #008DB6 background

This text has black color on #008DB6 background.


White color preview on #008DB6 background

This text has white color on #008DB6 background.