COLOR #676D8C

HEX: #676D8C
RGB: (103,109,140)

Color info

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

RGB color model

#676D8C color RGB value is (103,109,140).

  • red value is 103;
  • green value is 109;
  • blue value is 140.
RGB:
(103,109,140)
(40%,43%,55%)

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 140 of 255 = 55%

103
109
140

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 140 = 352 (100%)
R 103 of 352 ~ 29.26%
G 109 of 352 ~ 30.97%
B 140 of 352 ~ 39.77%

%29.26
%30.97
%39.77

CMYK color model

#676D8C color CMYK value is (26,22,0,45).

  • cyan value is 26.43%
  • magenta value is 22.14%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(26,22,0,45)
C26M22Y0K45 
(26%,22%,0%,45%)
(0.26/0.22/0.00/0.45)	

CMYK percentages

%26.43
%22.14
%0
%45.1

Codes

Color #676D8C in popluar color models

676D8C
RGB103109140
HSL230°15.23%47.65%
HSB/HSV230°26.43%54.90%
CMYK26.43%22.14%0.00%
45.10%

Color #676D8C in popluar number systems.

HEX676D8C
Decimal103109140
Binary1100111110110110001100
Octal147155214

Shades and tints

Shades of #676D8C

#676D8C
(103,109,140)
#5E6480
(94,100,128)
#555B74
(85,91,116)
#4C5268
(76,82,104)
#43495C
(67,73,92)
#3A4050
(58,64,80)
#313744
(49,55,68)
#282E38
(40,46,56)
#1F252C
(31,37,44)
#161C20
(22,28,32)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #676D8C

#676D8C
(103,109,140)
#747A96
(116,122,150)
#8187A0
(129,135,160)
#8E94AA
(142,148,170)
#9BA1B4
(155,161,180)
#A8AEBE
(168,174,190)
#B5BBC8
(181,187,200)
#C2C8D2
(194,200,210)
#CFD5DC
(207,213,220)
#DCE2E6
(220,226,230)
#E9EFF0
(233,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676D8C color. Also use rgb(103,109,140) instead hex code.

Text Font Color

.myTextColor { color: #676D8C; }

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

This text font color is #676D8C.


Background Color

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

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

This div background color is #676D8C.


Border color

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

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

This div border color is #676D8C.


Opacity

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

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

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

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

This text has shadow with #676D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D8C on black background.


Color preview on white background

This text has color #676D8C on white background.



Black color preview on #676D8C background

This text has black color on #676D8C background.


White color preview on #676D8C background

This text has white color on #676D8C background.