COLOR #8696C2

HEX: #8696C2
RGB: (134,150,194)

Color info

#8696C2 contains mainly green and blue colors. Web safe color of #8696C2 is #9999CC (or #99C).

RGB color model

#8696C2 color RGB value is (134,150,194).

  • red value is 134;
  • green value is 150;
  • blue value is 194.
RGB:
(134,150,194)
(53%,59%,76%)

RGB channels and saturation

R 134 of 255 = 53%
G 150 of 255 = 59%
B 194 of 255 = 76%

134
150
194

R + G + B ~ 63%. #8696C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
134 + 150 + 194 = 478 (100%)
R 134 of 478 ~ 28.03%
G 150 of 478 ~ 31.38%
B 194 of 478 ~ 40.59%

%28.03
%31.38
%40.59

CMYK color model

#8696C2 color CMYK value is (31,23,0,24).

  • cyan value is 30.93%
  • magenta value is 22.68%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(31,23,0,24)
C31M23Y0K24 
(31%,23%,0%,24%)
(0.31/0.23/0.00/0.24)	

CMYK percentages

%30.93
%22.68
%0
%23.92

Codes

Color #8696C2 in popluar color models

8696C2
RGB134150194
HSL224°32.97%64.31%
HSB/HSV224°30.93%76.08%
CMYK30.93%22.68%0.00%
23.92%

Color #8696C2 in popluar number systems.

HEX8696C2
Decimal134150194
Binary100001101001011011000010
Octal206226302

Shades and tints

Shades of #8696C2

#8696C2
(134,150,194)
#7A89B1
(122,137,177)
#6E7CA0
(110,124,160)
#626F8F
(98,111,143)
#56627E
(86,98,126)
#4A556D
(74,85,109)
#3E485C
(62,72,92)
#323B4B
(50,59,75)
#262E3A
(38,46,58)
#1A2129
(26,33,41)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #8696C2

#8696C2
(134,150,194)
#919FC7
(145,159,199)
#9CA8CC
(156,168,204)
#A7B1D1
(167,177,209)
#B2BAD6
(178,186,214)
#BDC3DB
(189,195,219)
#C8CCE0
(200,204,224)
#D3D5E5
(211,213,229)
#DEDEEA
(222,222,234)
#E9E7EF
(233,231,239)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8696C2 color. Also use rgb(134,150,194) instead hex code.

Text Font Color

.myTextColor { color: #8696C2; }

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

This text font color is #8696C2.


Background Color

.myBgColor { background-color: #8696C2; }

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

This div background color is #8696C2.


Border color

.myBorderColor { border: 1px solid #8696C2; }

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

This div border color is #8696C2.


Opacity

.myOpacity80 { color: #8696C2; opacity: 0.8; }

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

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

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

This text has shadow with #8696C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8696C2 on black background.


Color preview on white background

This text has color #8696C2 on white background.



Black color preview on #8696C2 background

This text has black color on #8696C2 background.


White color preview on #8696C2 background

This text has white color on #8696C2 background.