COLOR #196C8B

HEX: #196C8B
RGB: (25,108,139)

Color info

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

RGB color model

#196C8B color RGB value is (25,108,139).

  • red value is 25;
  • green value is 108;
  • blue value is 139.
RGB:
(25,108,139)
(10%,42%,55%)

RGB channels and saturation

R 25 of 255 = 10%
G 108 of 255 = 42%
B 139 of 255 = 55%

25
108
139

R + G + B ~ 36%. #196C8B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 108 + 139 = 272 (100%)
R 25 of 272 ~ 9.19%
G 108 of 272 ~ 39.71%
B 139 of 272 ~ 51.1%

%39.71
%51.1

CMYK color model

#196C8B color CMYK value is (82,22,0,45).

  • cyan value is 82.01%
  • magenta value is 22.30%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(82,22,0,45)
C82M22Y0K45 
(82%,22%,0%,45%)
(0.82/0.22/0.00/0.45)	

CMYK percentages

%82.01
%22.3
%0
%45.49

Codes

Color #196C8B in popluar color models

196C8B
RGB25108139
HSL196°69.51%32.16%
HSB/HSV196°82.01%54.51%
CMYK82.01%22.30%0.00%
45.49%

Color #196C8B in popluar number systems.

HEX196C8B
Decimal25108139
Binary11001110110010001011
Octal31154213

Shades and tints

Shades of #196C8B

#196C8B
(25,108,139)
#17637F
(23,99,127)
#155A73
(21,90,115)
#135167
(19,81,103)
#11485B
(17,72,91)
#0F3F4F
(15,63,79)
#0D3643
(13,54,67)
#0B2D37
(11,45,55)
#09242B
(9,36,43)
#071B1F
(7,27,31)
#051213
(5,18,19)
#000000
(0,0,0)

Tints of #196C8B

#196C8B
(25,108,139)
#2D7995
(45,121,149)
#41869F
(65,134,159)
#5593A9
(85,147,169)
#69A0B3
(105,160,179)
#7DADBD
(125,173,189)
#91BAC7
(145,186,199)
#A5C7D1
(165,199,209)
#B9D4DB
(185,212,219)
#CDE1E5
(205,225,229)
#E1EEEF
(225,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196C8B color. Also use rgb(25,108,139) instead hex code.

Text Font Color

.myTextColor { color: #196C8B; }

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

This text font color is #196C8B.


Background Color

.myBgColor { background-color: #196C8B; }

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

This div background color is #196C8B.


Border color

.myBorderColor { border: 1px solid #196C8B; }

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

This div border color is #196C8B.


Opacity

.myOpacity80 { color: #196C8B; opacity: 0.8; }

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

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

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

This text has shadow with #196C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196C8B on black background.


Color preview on white background

This text has color #196C8B on white background.



Black color preview on #196C8B background

This text has black color on #196C8B background.


White color preview on #196C8B background

This text has white color on #196C8B background.