COLOR #8196B2

HEX: #8196B2
RGB: (129,150,178)

Color info

#8196B2 contains red, green and blue colors in about the same proportion. Web safe color of #8196B2 is #999999 (or #999).

RGB color model

#8196B2 color RGB value is (129,150,178).

  • red value is 129;
  • green value is 150;
  • blue value is 178.
RGB:
(129,150,178)
(51%,59%,70%)

RGB channels and saturation

R 129 of 255 = 51%
G 150 of 255 = 59%
B 178 of 255 = 70%

129
150
178

R + G + B ~ 60%. #8196B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
129 + 150 + 178 = 457 (100%)
R 129 of 457 ~ 28.23%
G 150 of 457 ~ 32.82%
B 178 of 457 ~ 38.95%

%28.23
%32.82
%38.95

CMYK color model

#8196B2 color CMYK value is (28,16,0,30).

  • cyan value is 27.53%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(28,16,0,30)
C28M16Y0K30 
(28%,16%,0%,30%)
(0.28/0.16/0.00/0.30)	

CMYK percentages

%27.53
%15.73
%0
%30.2

Codes

Color #8196B2 in popluar color models

8196B2
RGB129150178
HSL214°24.14%60.20%
HSB/HSV214°27.53%69.80%
CMYK27.53%15.73%0.00%
30.20%

Color #8196B2 in popluar number systems.

HEX8196B2
Decimal129150178
Binary100000011001011010110010
Octal201226262

Shades and tints

Shades of #8196B2

#8196B2
(129,150,178)
#7689A2
(118,137,162)
#6B7C92
(107,124,146)
#606F82
(96,111,130)
#556272
(85,98,114)
#4A5562
(74,85,98)
#3F4852
(63,72,82)
#343B42
(52,59,66)
#292E32
(41,46,50)
#1E2122
(30,33,34)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #8196B2

#8196B2
(129,150,178)
#8C9FB9
(140,159,185)
#97A8C0
(151,168,192)
#A2B1C7
(162,177,199)
#ADBACE
(173,186,206)
#B8C3D5
(184,195,213)
#C3CCDC
(195,204,220)
#CED5E3
(206,213,227)
#D9DEEA
(217,222,234)
#E4E7F1
(228,231,241)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8196B2 color. Also use rgb(129,150,178) instead hex code.

Text Font Color

.myTextColor { color: #8196B2; }

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

This text font color is #8196B2.


Background Color

.myBgColor { background-color: #8196B2; }

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

This div background color is #8196B2.


Border color

.myBorderColor { border: 1px solid #8196B2; }

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

This div border color is #8196B2.


Opacity

.myOpacity80 { color: #8196B2; opacity: 0.8; }

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

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

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

This text has shadow with #8196B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8196B2 on black background.


Color preview on white background

This text has color #8196B2 on white background.



Black color preview on #8196B2 background

This text has black color on #8196B2 background.


White color preview on #8196B2 background

This text has white color on #8196B2 background.