COLOR #676B88

HEX: #676B88
RGB: (103,107,136)

Color info

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

RGB color model

#676B88 color RGB value is (103,107,136).

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

RGB channels and saturation

R 103 of 255 = 40%
G 107 of 255 = 42%
B 136 of 255 = 53%

103
107
136

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

Portions of RGB colors in percentages

R + G + B =
103 + 107 + 136 = 346 (100%)
R 103 of 346 ~ 29.77%
G 107 of 346 ~ 30.92%
B 136 of 346 ~ 39.31%

%29.77
%30.92
%39.31

CMYK color model

#676B88 color CMYK value is (24,21,0,47).

  • cyan value is 24.26%
  • magenta value is 21.32%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(24,21,0,47)
C24M21Y0K47 
(24%,21%,0%,47%)
(0.24/0.21/0.00/0.47)	

CMYK percentages

%24.26
%21.32
%0
%46.67

Codes

Color #676B88 in popluar color models

676B88
RGB103107136
HSL233°13.81%46.86%
HSB/HSV233°24.26%53.33%
CMYK24.26%21.32%0.00%
46.67%

Color #676B88 in popluar number systems.

HEX676B88
Decimal103107136
Binary1100111110101110001000
Octal147153210

Shades and tints

Shades of #676B88

#676B88
(103,107,136)
#5E627C
(94,98,124)
#555970
(85,89,112)
#4C5064
(76,80,100)
#434758
(67,71,88)
#3A3E4C
(58,62,76)
#313540
(49,53,64)
#282C34
(40,44,52)
#1F2328
(31,35,40)
#161A1C
(22,26,28)
#0D1110
(13,17,16)
#000000
(0,0,0)

Tints of #676B88

#676B88
(103,107,136)
#747892
(116,120,146)
#81859C
(129,133,156)
#8E92A6
(142,146,166)
#9B9FB0
(155,159,176)
#A8ACBA
(168,172,186)
#B5B9C4
(181,185,196)
#C2C6CE
(194,198,206)
#CFD3D8
(207,211,216)
#DCE0E2
(220,224,226)
#E9EDEC
(233,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #676B88; }

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

This text font color is #676B88.


Background Color

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

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

This div background color is #676B88.


Border color

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

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

This div border color is #676B88.


Opacity

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

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

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

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

This text has shadow with #676B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676B88 on black background.


Color preview on white background

This text has color #676B88 on white background.



Black color preview on #676B88 background

This text has black color on #676B88 background.


White color preview on #676B88 background

This text has white color on #676B88 background.