COLOR #0892D0

HEX: #0892D0
RGB: (8,146,208)

Color info

#0892D0 contains mainly blue color. Web safe color of #0892D0 is #0099CC (or #09C).

RGB color model

#0892D0 color RGB value is (8,146,208).

  • red value is 8;
  • green value is 146;
  • blue value is 208.
RGB:
(8,146,208)
(3%,57%,82%)

RGB channels and saturation

R 8 of 255 = 3%
G 146 of 255 = 57%
B 208 of 255 = 82%

8
146
208

R + G + B ~ 47%. #0892D0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 146 + 208 = 362 (100%)
R 8 of 362 ~ 2.21%
G 146 of 362 ~ 40.33%
B 208 of 362 ~ 57.46%

%40.33
%57.46

CMYK color model

#0892D0 color CMYK value is (96,30,0,18).

  • cyan value is 96.15%
  • magenta value is 29.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(96,30,0,18)
C96M30Y0K18 
(96%,30%,0%,18%)
(0.96/0.30/0.00/0.18)	

CMYK percentages

%96.15
%29.81
%0
%18.43

Codes

Color #0892D0 in popluar color models

0892D0
RGB8146208
HSL199°92.59%42.35%
HSB/HSV199°96.15%81.57%
CMYK96.15%29.81%0.00%
18.43%

Color #0892D0 in popluar number systems.

HEX0892D0
Decimal8146208
Binary10001001001011010000
Octal10222320

Shades and tints

Shades of #0892D0

#0892D0
(8,146,208)
#0885BE
(8,133,190)
#0878AC
(8,120,172)
#086B9A
(8,107,154)
#085E88
(8,94,136)
#085176
(8,81,118)
#084464
(8,68,100)
#083752
(8,55,82)
#082A40
(8,42,64)
#081D2E
(8,29,46)
#08101C
(8,16,28)
#000000
(0,0,0)

Tints of #0892D0

#0892D0
(8,146,208)
#1E9BD4
(30,155,212)
#34A4D8
(52,164,216)
#4AADDC
(74,173,220)
#60B6E0
(96,182,224)
#76BFE4
(118,191,228)
#8CC8E8
(140,200,232)
#A2D1EC
(162,209,236)
#B8DAF0
(184,218,240)
#CEE3F4
(206,227,244)
#E4ECF8
(228,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0892D0 color. Also use rgb(8,146,208) instead hex code.

Text Font Color

.myTextColor { color: #0892D0; }

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

This text font color is #0892D0.


Background Color

.myBgColor { background-color: #0892D0; }

<div style="background-color:#0892D0">Inner text</div>

This div background color is #0892D0.


Border color

.myBorderColor { border: 1px solid #0892D0; }

<div style="border:3px solid #0892D0">Div</div>

This div border color is #0892D0.


Opacity

.myOpacity80 { color: #0892D0; opacity: 0.8; }

<p style="color:#0892D0;opacity:0.8;">80%</p>

Text with #0892D0 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 #0892D0;}

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

This text has shadow with #0892D0 color.

.textShadow {text-shadow: 3px 3px 1px #0892D0, 3px 3px 1px red;}

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

This text has shadow with #0892D0 primary color and red secondary color.


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

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

This text has shadow with #0892D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0892D0 on black background.


Color preview on white background

This text has color #0892D0 on white background.



Black color preview on #0892D0 background

This text has black color on #0892D0 background.


White color preview on #0892D0 background

This text has white color on #0892D0 background.