COLOR #098DC6

HEX: #098DC6
RGB: (9,141,198)

Color info

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

RGB color model

#098DC6 color RGB value is (9,141,198).

  • red value is 9;
  • green value is 141;
  • blue value is 198.
RGB:
(9,141,198)
(4%,55%,78%)

RGB channels and saturation

R 9 of 255 = 4%
G 141 of 255 = 55%
B 198 of 255 = 78%

9
141
198

R + G + B ~ 46%. #098DC6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 141 + 198 = 348 (100%)
R 9 of 348 ~ 2.59%
G 141 of 348 ~ 40.52%
B 198 of 348 ~ 56.9%

%40.52
%56.9

CMYK color model

#098DC6 color CMYK value is (95,29,0,22).

  • cyan value is 95.45%
  • magenta value is 28.79%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(95,29,0,22)
C95M29Y0K22 
(95%,29%,0%,22%)
(0.95/0.29/0.00/0.22)	

CMYK percentages

%95.45
%28.79
%0
%22.35

Codes

Color #098DC6 in popluar color models

098DC6
RGB9141198
HSL198°91.30%40.59%
HSB/HSV198°95.45%77.65%
CMYK95.45%28.79%0.00%
22.35%

Color #098DC6 in popluar number systems.

HEX098DC6
Decimal9141198
Binary10011000110111000110
Octal11215306

Shades and tints

Shades of #098DC6

#098DC6
(9,141,198)
#0981B4
(9,129,180)
#0975A2
(9,117,162)
#096990
(9,105,144)
#095D7E
(9,93,126)
#09516C
(9,81,108)
#09455A
(9,69,90)
#093948
(9,57,72)
#092D36
(9,45,54)
#092124
(9,33,36)
#091512
(9,21,18)
#000000
(0,0,0)

Tints of #098DC6

#098DC6
(9,141,198)
#1F97CB
(31,151,203)
#35A1D0
(53,161,208)
#4BABD5
(75,171,213)
#61B5DA
(97,181,218)
#77BFDF
(119,191,223)
#8DC9E4
(141,201,228)
#A3D3E9
(163,211,233)
#B9DDEE
(185,221,238)
#CFE7F3
(207,231,243)
#E5F1F8
(229,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #098DC6 color. Also use rgb(9,141,198) instead hex code.

Text Font Color

.myTextColor { color: #098DC6; }

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

This text font color is #098DC6.


Background Color

.myBgColor { background-color: #098DC6; }

<div style="background-color:#098DC6">Inner text</div>

This div background color is #098DC6.


Border color

.myBorderColor { border: 1px solid #098DC6; }

<div style="border:3px solid #098DC6">Div</div>

This div border color is #098DC6.


Opacity

.myOpacity80 { color: #098DC6; opacity: 0.8; }

<p style="color:#098DC6;opacity:0.8;">80%</p>

Text with #098DC6 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 #098DC6;}

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

This text has shadow with #098DC6 color.

.textShadow {text-shadow: 3px 3px 1px #098DC6, 3px 3px 1px red;}

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

This text has shadow with #098DC6 primary color and red secondary color.


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

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

This text has shadow with #098DC6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098DC6 on black background.


Color preview on white background

This text has color #098DC6 on white background.



Black color preview on #098DC6 background

This text has black color on #098DC6 background.


White color preview on #098DC6 background

This text has white color on #098DC6 background.