COLOR #198DBD

HEX: #198DBD
RGB: (25,141,189)

Color info

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

RGB color model

#198DBD color RGB value is (25,141,189).

  • red value is 25;
  • green value is 141;
  • blue value is 189.
RGB:
(25,141,189)
(10%,55%,74%)

RGB channels and saturation

R 25 of 255 = 10%
G 141 of 255 = 55%
B 189 of 255 = 74%

25
141
189

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

Portions of RGB colors in percentages

R + G + B =
25 + 141 + 189 = 355 (100%)
R 25 of 355 ~ 7.04%
G 141 of 355 ~ 39.72%
B 189 of 355 ~ 53.24%

%39.72
%53.24

CMYK color model

#198DBD color CMYK value is (87,25,0,26).

  • cyan value is 86.77%
  • magenta value is 25.40%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(87,25,0,26)
C87M25Y0K26 
(87%,25%,0%,26%)
(0.87/0.25/0.00/0.26)	

CMYK percentages

%86.77
%25.4
%0
%25.88

Codes

Color #198DBD in popluar color models

198DBD
RGB25141189
HSL198°76.64%41.96%
HSB/HSV198°86.77%74.12%
CMYK86.77%25.40%0.00%
25.88%

Color #198DBD in popluar number systems.

HEX198DBD
Decimal25141189
Binary110011000110110111101
Octal31215275

Shades and tints

Shades of #198DBD

#198DBD
(25,141,189)
#1781AC
(23,129,172)
#15759B
(21,117,155)
#13698A
(19,105,138)
#115D79
(17,93,121)
#0F5168
(15,81,104)
#0D4557
(13,69,87)
#0B3946
(11,57,70)
#092D35
(9,45,53)
#072124
(7,33,36)
#051513
(5,21,19)
#000000
(0,0,0)

Tints of #198DBD

#198DBD
(25,141,189)
#2D97C3
(45,151,195)
#41A1C9
(65,161,201)
#55ABCF
(85,171,207)
#69B5D5
(105,181,213)
#7DBFDB
(125,191,219)
#91C9E1
(145,201,225)
#A5D3E7
(165,211,231)
#B9DDED
(185,221,237)
#CDE7F3
(205,231,243)
#E1F1F9
(225,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198DBD color. Also use rgb(25,141,189) instead hex code.

Text Font Color

.myTextColor { color: #198DBD; }

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

This text font color is #198DBD.


Background Color

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

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

This div background color is #198DBD.


Border color

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

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

This div border color is #198DBD.


Opacity

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

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

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

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

This text has shadow with #198DBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198DBD on black background.


Color preview on white background

This text has color #198DBD on white background.



Black color preview on #198DBD background

This text has black color on #198DBD background.


White color preview on #198DBD background

This text has white color on #198DBD background.