COLOR #676C96

HEX: #676C96
RGB: (103,108,150)

Color info

#676C96 contains red, green and blue colors in about the same proportion. Web safe color of #676C96 is #666699 (or #669).

RGB color model

#676C96 color RGB value is (103,108,150).

  • red value is 103;
  • green value is 108;
  • blue value is 150.
RGB:
(103,108,150)
(40%,42%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 108 of 255 = 42%
B 150 of 255 = 59%

103
108
150

R + G + B ~ 47%. #676C96 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 108 + 150 = 361 (100%)
R 103 of 361 ~ 28.53%
G 108 of 361 ~ 29.92%
B 150 of 361 ~ 41.55%

%28.53
%29.92
%41.55

CMYK color model

#676C96 color CMYK value is (31,28,0,41).

  • cyan value is 31.33%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(31,28,0,41)
C31M28Y0K41 
(31%,28%,0%,41%)
(0.31/0.28/0.00/0.41)	

CMYK percentages

%31.33
%28
%0
%41.18

Codes

Color #676C96 in popluar color models

676C96
RGB103108150
HSL234°18.58%49.61%
HSB/HSV234°31.33%58.82%
CMYK31.33%28.00%0.00%
41.18%

Color #676C96 in popluar number systems.

HEX676C96
Decimal103108150
Binary1100111110110010010110
Octal147154226

Shades and tints

Shades of #676C96

#676C96
(103,108,150)
#5E6389
(94,99,137)
#555A7C
(85,90,124)
#4C516F
(76,81,111)
#434862
(67,72,98)
#3A3F55
(58,63,85)
#313648
(49,54,72)
#282D3B
(40,45,59)
#1F242E
(31,36,46)
#161B21
(22,27,33)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #676C96

#676C96
(103,108,150)
#74799F
(116,121,159)
#8186A8
(129,134,168)
#8E93B1
(142,147,177)
#9BA0BA
(155,160,186)
#A8ADC3
(168,173,195)
#B5BACC
(181,186,204)
#C2C7D5
(194,199,213)
#CFD4DE
(207,212,222)
#DCE1E7
(220,225,231)
#E9EEF0
(233,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676C96 color. Also use rgb(103,108,150) instead hex code.

Text Font Color

.myTextColor { color: #676C96; }

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

This text font color is #676C96.


Background Color

.myBgColor { background-color: #676C96; }

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

This div background color is #676C96.


Border color

.myBorderColor { border: 1px solid #676C96; }

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

This div border color is #676C96.


Opacity

.myOpacity80 { color: #676C96; opacity: 0.8; }

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

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

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

This text has shadow with #676C96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676C96 on black background.


Color preview on white background

This text has color #676C96 on white background.



Black color preview on #676C96 background

This text has black color on #676C96 background.


White color preview on #676C96 background

This text has white color on #676C96 background.