COLOR #676E9C

HEX: #676E9C
RGB: (103,110,156)

Color info

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

RGB color model

#676E9C color RGB value is (103,110,156).

  • red value is 103;
  • green value is 110;
  • blue value is 156.
RGB:
(103,110,156)
(40%,43%,61%)

RGB channels and saturation

R 103 of 255 = 40%
G 110 of 255 = 43%
B 156 of 255 = 61%

103
110
156

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

Portions of RGB colors in percentages

R + G + B =
103 + 110 + 156 = 369 (100%)
R 103 of 369 ~ 27.91%
G 110 of 369 ~ 29.81%
B 156 of 369 ~ 42.28%

%27.91
%29.81
%42.28

CMYK color model

#676E9C color CMYK value is (34,29,0,39).

  • cyan value is 33.97%
  • magenta value is 29.49%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(34,29,0,39)
C34M29Y0K39 
(34%,29%,0%,39%)
(0.34/0.29/0.00/0.39)	

CMYK percentages

%33.97
%29.49
%0
%38.82

Codes

Color #676E9C in popluar color models

676E9C
RGB103110156
HSL232°21.12%50.78%
HSB/HSV232°33.97%61.18%
CMYK33.97%29.49%0.00%
38.82%

Color #676E9C in popluar number systems.

HEX676E9C
Decimal103110156
Binary1100111110111010011100
Octal147156234

Shades and tints

Shades of #676E9C

#676E9C
(103,110,156)
#5E648E
(94,100,142)
#555A80
(85,90,128)
#4C5072
(76,80,114)
#434664
(67,70,100)
#3A3C56
(58,60,86)
#313248
(49,50,72)
#28283A
(40,40,58)
#1F1E2C
(31,30,44)
#16141E
(22,20,30)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #676E9C

#676E9C
(103,110,156)
#747BA5
(116,123,165)
#8188AE
(129,136,174)
#8E95B7
(142,149,183)
#9BA2C0
(155,162,192)
#A8AFC9
(168,175,201)
#B5BCD2
(181,188,210)
#C2C9DB
(194,201,219)
#CFD6E4
(207,214,228)
#DCE3ED
(220,227,237)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676E9C color. Also use rgb(103,110,156) instead hex code.

Text Font Color

.myTextColor { color: #676E9C; }

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

This text font color is #676E9C.


Background Color

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

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

This div background color is #676E9C.


Border color

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

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

This div border color is #676E9C.


Opacity

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

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

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

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

This text has shadow with #676E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676E9C on black background.


Color preview on white background

This text has color #676E9C on white background.



Black color preview on #676E9C background

This text has black color on #676E9C background.


White color preview on #676E9C background

This text has white color on #676E9C background.