COLOR #198899

HEX: #198899
RGB: (25,136,153)

Color info

#198899 contains mainly green and blue colors. Web safe color of #198899 is #009999 (or #099).

RGB color model

#198899 color RGB value is (25,136,153).

  • red value is 25;
  • green value is 136;
  • blue value is 153.
RGB:
(25,136,153)
(10%,53%,60%)

RGB channels and saturation

R 25 of 255 = 10%
G 136 of 255 = 53%
B 153 of 255 = 60%

25
136
153

R + G + B ~ 41%. #198899 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 136 + 153 = 314 (100%)
R 25 of 314 ~ 7.96%
G 136 of 314 ~ 43.31%
B 153 of 314 ~ 48.73%

%43.31
%48.73

CMYK color model

#198899 color CMYK value is (84,11,0,40).

  • cyan value is 83.66%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(84,11,0,40)
C84M11Y0K40 
(84%,11%,0%,40%)
(0.84/0.11/0.00/0.40)	

CMYK percentages

%83.66
%11.11
%0
%40

Codes

Color #198899 in popluar color models

198899
RGB25136153
HSL188°71.91%34.90%
HSB/HSV188°83.66%60.00%
CMYK83.66%11.11%0.00%
40.00%

Color #198899 in popluar number systems.

HEX198899
Decimal25136153
Binary110011000100010011001
Octal31210231

Shades and tints

Shades of #198899

#198899
(25,136,153)
#177C8C
(23,124,140)
#15707F
(21,112,127)
#136472
(19,100,114)
#115865
(17,88,101)
#0F4C58
(15,76,88)
#0D404B
(13,64,75)
#0B343E
(11,52,62)
#092831
(9,40,49)
#071C24
(7,28,36)
#051017
(5,16,23)
#000000
(0,0,0)

Tints of #198899

#198899
(25,136,153)
#2D92A2
(45,146,162)
#419CAB
(65,156,171)
#55A6B4
(85,166,180)
#69B0BD
(105,176,189)
#7DBAC6
(125,186,198)
#91C4CF
(145,196,207)
#A5CED8
(165,206,216)
#B9D8E1
(185,216,225)
#CDE2EA
(205,226,234)
#E1ECF3
(225,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #198899 color. Also use rgb(25,136,153) instead hex code.

Text Font Color

.myTextColor { color: #198899; }

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

This text font color is #198899.


Background Color

.myBgColor { background-color: #198899; }

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

This div background color is #198899.


Border color

.myBorderColor { border: 1px solid #198899; }

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

This div border color is #198899.


Opacity

.myOpacity80 { color: #198899; opacity: 0.8; }

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

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

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

This text has shadow with #198899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #198899 on black background.


Color preview on white background

This text has color #198899 on white background.



Black color preview on #198899 background

This text has black color on #198899 background.


White color preview on #198899 background

This text has white color on #198899 background.