COLOR #196166

HEX: #196166
RGB: (25,97,102)

Color info

#196166 contains mainly green and blue colors. Web safe color of #196166 is #006666 (or #066).

RGB color model

#196166 color RGB value is (25,97,102).

  • red value is 25;
  • green value is 97;
  • blue value is 102.
RGB:
(25,97,102)
(10%,38%,40%)

RGB channels and saturation

R 25 of 255 = 10%
G 97 of 255 = 38%
B 102 of 255 = 40%

25
97
102

R + G + B ~ 29%. #196166 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
25 + 97 + 102 = 224 (100%)
R 25 of 224 ~ 11.16%
G 97 of 224 ~ 43.3%
B 102 of 224 ~ 45.54%

%11.16
%43.3
%45.54

CMYK color model

#196166 color CMYK value is (75,5,0,60).

  • cyan value is 75.49%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(75,5,0,60)
C75M5Y0K60 
(75%,5%,0%,60%)
(0.75/0.05/0.00/0.60)	

CMYK percentages

%75.49
%4.9
%0
%60

Codes

Color #196166 in popluar color models

196166
RGB2597102
HSL184°60.63%24.90%
HSB/HSV184°75.49%40.00%
CMYK75.49%4.90%0.00%
60.00%

Color #196166 in popluar number systems.

HEX196166
Decimal2597102
Binary1100111000011100110
Octal31141146

Shades and tints

Shades of #196166

#196166
(25,97,102)
#17595D
(23,89,93)
#155154
(21,81,84)
#13494B
(19,73,75)
#114142
(17,65,66)
#0F3939
(15,57,57)
#0D3130
(13,49,48)
#0B2927
(11,41,39)
#09211E
(9,33,30)
#071915
(7,25,21)
#05110C
(5,17,12)
#000000
(0,0,0)

Tints of #196166

#196166
(25,97,102)
#2D6F73
(45,111,115)
#417D80
(65,125,128)
#558B8D
(85,139,141)
#69999A
(105,153,154)
#7DA7A7
(125,167,167)
#91B5B4
(145,181,180)
#A5C3C1
(165,195,193)
#B9D1CE
(185,209,206)
#CDDFDB
(205,223,219)
#E1EDE8
(225,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #196166 color. Also use rgb(25,97,102) instead hex code.

Text Font Color

.myTextColor { color: #196166; }

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

This text font color is #196166.


Background Color

.myBgColor { background-color: #196166; }

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

This div background color is #196166.


Border color

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

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

This div border color is #196166.


Opacity

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

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

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

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

This text has shadow with #196166 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #196166 on black background.


Color preview on white background

This text has color #196166 on white background.



Black color preview on #196166 background

This text has black color on #196166 background.


White color preview on #196166 background

This text has white color on #196166 background.