COLOR #198CB7

HEX: #198CB7
RGB: (25,140,183)

Color info

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

RGB color model

#198CB7 color RGB value is (25,140,183).

  • red value is 25;
  • green value is 140;
  • blue value is 183.
RGB:
(25,140,183)
(10%,55%,72%)

RGB channels and saturation

R 25 of 255 = 10%
G 140 of 255 = 55%
B 183 of 255 = 72%

25
140
183

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

Portions of RGB colors in percentages

R + G + B =
25 + 140 + 183 = 348 (100%)
R 25 of 348 ~ 7.18%
G 140 of 348 ~ 40.23%
B 183 of 348 ~ 52.59%

%40.23
%52.59

CMYK color model

#198CB7 color CMYK value is (86,23,0,28).

  • cyan value is 86.34%
  • magenta value is 23.50%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(86,23,0,28)
C86M23Y0K28 
(86%,23%,0%,28%)
(0.86/0.23/0.00/0.28)	

CMYK percentages

%86.34
%23.5
%0
%28.24

Codes

Color #198CB7 in popluar color models

198CB7
RGB25140183
HSL196°75.96%40.78%
HSB/HSV196°86.34%71.76%
CMYK86.34%23.50%0.00%
28.24%

Color #198CB7 in popluar number systems.

HEX198CB7
Decimal25140183
Binary110011000110010110111
Octal31214267

Shades and tints

Shades of #198CB7

#198CB7
(25,140,183)
#1780A7
(23,128,167)
#157497
(21,116,151)
#136887
(19,104,135)
#115C77
(17,92,119)
#0F5067
(15,80,103)
#0D4457
(13,68,87)
#0B3847
(11,56,71)
#092C37
(9,44,55)
#072027
(7,32,39)
#051417
(5,20,23)
#000000
(0,0,0)

Tints of #198CB7

#198CB7
(25,140,183)
#2D96BD
(45,150,189)
#41A0C3
(65,160,195)
#55AAC9
(85,170,201)
#69B4CF
(105,180,207)
#7DBED5
(125,190,213)
#91C8DB
(145,200,219)
#A5D2E1
(165,210,225)
#B9DCE7
(185,220,231)
#CDE6ED
(205,230,237)
#E1F0F3
(225,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198CB7 color. Also use rgb(25,140,183) instead hex code.

Text Font Color

.myTextColor { color: #198CB7; }

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

This text font color is #198CB7.


Background Color

.myBgColor { background-color: #198CB7; }

<div style="background-color:#198CB7">Inner text</div>

This div background color is #198CB7.


Border color

.myBorderColor { border: 1px solid #198CB7; }

<div style="border:3px solid #198CB7">Div</div>

This div border color is #198CB7.


Opacity

.myOpacity80 { color: #198CB7; opacity: 0.8; }

<p style="color:#198CB7;opacity:0.8;">80%</p>

Text with #198CB7 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 #198CB7;}

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

This text has shadow with #198CB7 color.

.textShadow {text-shadow: 3px 3px 1px #198CB7, 3px 3px 1px red;}

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

This text has shadow with #198CB7 primary color and red secondary color.


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

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

This text has shadow with #198CB7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198CB7 on black background.


Color preview on white background

This text has color #198CB7 on white background.



Black color preview on #198CB7 background

This text has black color on #198CB7 background.


White color preview on #198CB7 background

This text has white color on #198CB7 background.