COLOR #197D98

HEX: #197D98
RGB: (25,125,152)

Color info

#197D98 contains mainly green and blue colors. Web safe color of #197D98 is #006699 (or #069).

RGB color model

#197D98 color RGB value is (25,125,152).

  • red value is 25;
  • green value is 125;
  • blue value is 152.
RGB:
(25,125,152)
(10%,49%,60%)

RGB channels and saturation

R 25 of 255 = 10%
G 125 of 255 = 49%
B 152 of 255 = 60%

25
125
152

R + G + B ~ 40%. #197D98 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 125 + 152 = 302 (100%)
R 25 of 302 ~ 8.28%
G 125 of 302 ~ 41.39%
B 152 of 302 ~ 50.33%

%41.39
%50.33

CMYK color model

#197D98 color CMYK value is (84,18,0,40).

  • cyan value is 83.55%
  • magenta value is 17.76%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(84,18,0,40)
C84M18Y0K40 
(84%,18%,0%,40%)
(0.84/0.18/0.00/0.40)	

CMYK percentages

%83.55
%17.76
%0
%40.39

Codes

Color #197D98 in popluar color models

197D98
RGB25125152
HSL193°71.75%34.71%
HSB/HSV193°83.55%59.61%
CMYK83.55%17.76%0.00%
40.39%

Color #197D98 in popluar number systems.

HEX197D98
Decimal25125152
Binary11001111110110011000
Octal31175230

Shades and tints

Shades of #197D98

#197D98
(25,125,152)
#17728B
(23,114,139)
#15677E
(21,103,126)
#135C71
(19,92,113)
#115164
(17,81,100)
#0F4657
(15,70,87)
#0D3B4A
(13,59,74)
#0B303D
(11,48,61)
#092530
(9,37,48)
#071A23
(7,26,35)
#050F16
(5,15,22)
#000000
(0,0,0)

Tints of #197D98

#197D98
(25,125,152)
#2D88A1
(45,136,161)
#4193AA
(65,147,170)
#559EB3
(85,158,179)
#69A9BC
(105,169,188)
#7DB4C5
(125,180,197)
#91BFCE
(145,191,206)
#A5CAD7
(165,202,215)
#B9D5E0
(185,213,224)
#CDE0E9
(205,224,233)
#E1EBF2
(225,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #197D98 color. Also use rgb(25,125,152) instead hex code.

Text Font Color

.myTextColor { color: #197D98; }

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

This text font color is #197D98.


Background Color

.myBgColor { background-color: #197D98; }

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

This div background color is #197D98.


Border color

.myBorderColor { border: 1px solid #197D98; }

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

This div border color is #197D98.


Opacity

.myOpacity80 { color: #197D98; opacity: 0.8; }

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

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

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

This text has shadow with #197D98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #197D98 on black background.


Color preview on white background

This text has color #197D98 on white background.



Black color preview on #197D98 background

This text has black color on #197D98 background.


White color preview on #197D98 background

This text has white color on #197D98 background.