COLOR #676D88

HEX: #676D88
RGB: (103,109,136)

Color info

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

RGB color model

#676D88 color RGB value is (103,109,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 109 of 255 = 43%
B 136 of 255 = 53%

103
109
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 109 + 136 = 348 (100%)
R 103 of 348 ~ 29.6%
G 109 of 348 ~ 31.32%
B 136 of 348 ~ 39.08%

%29.6
%31.32
%39.08

CMYK color model

#676D88 color CMYK value is (24,20,0,47).

  • cyan value is 24.26%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,20,0,47)
C24M20Y0K47 
(24%,20%,0%,47%)
(0.24/0.20/0.00/0.47)	

CMYK percentages

%24.26
%19.85
%0
%46.67

Codes

Color #676D88 in popluar color models

676D88
RGB103109136
HSL229°13.81%46.86%
HSB/HSV229°24.26%53.33%
CMYK24.26%19.85%0.00%
46.67%

Color #676D88 in popluar number systems.

HEX676D88
Decimal103109136
Binary1100111110110110001000
Octal147155210

Shades and tints

Shades of #676D88

#676D88
(103,109,136)
#5E647C
(94,100,124)
#555B70
(85,91,112)
#4C5264
(76,82,100)
#434958
(67,73,88)
#3A404C
(58,64,76)
#313740
(49,55,64)
#282E34
(40,46,52)
#1F2528
(31,37,40)
#161C1C
(22,28,28)
#0D1310
(13,19,16)
#000000
(0,0,0)

Tints of #676D88

#676D88
(103,109,136)
#747A92
(116,122,146)
#81879C
(129,135,156)
#8E94A6
(142,148,166)
#9BA1B0
(155,161,176)
#A8AEBA
(168,174,186)
#B5BBC4
(181,187,196)
#C2C8CE
(194,200,206)
#CFD5D8
(207,213,216)
#DCE2E2
(220,226,226)
#E9EFEC
(233,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676D88; }

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

This text font color is #676D88.


Background Color

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

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

This div background color is #676D88.


Border color

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

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

This div border color is #676D88.


Opacity

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

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

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

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

This text has shadow with #676D88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676D88 on black background.


Color preview on white background

This text has color #676D88 on white background.



Black color preview on #676D88 background

This text has black color on #676D88 background.


White color preview on #676D88 background

This text has white color on #676D88 background.