COLOR #676885

HEX: #676885
RGB: (103,104,133)

Color info

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

RGB color model

#676885 color RGB value is (103,104,133).

  • red value is 103;
  • green value is 104;
  • blue value is 133.
RGB:
(103,104,133)
(40%,41%,52%)

RGB channels and saturation

R 103 of 255 = 40%
G 104 of 255 = 41%
B 133 of 255 = 52%

103
104
133

R + G + B ~ 44%. #676885 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 104 + 133 = 340 (100%)
R 103 of 340 ~ 30.29%
G 104 of 340 ~ 30.59%
B 133 of 340 ~ 39.12%

%30.29
%30.59
%39.12

CMYK color model

#676885 color CMYK value is (23,22,0,48).

  • cyan value is 22.56%
  • magenta value is 21.80%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(23,22,0,48)
C23M22Y0K48 
(23%,22%,0%,48%)
(0.23/0.22/0.00/0.48)	

CMYK percentages

%22.56
%21.8
%0
%47.84

Codes

Color #676885 in popluar color models

676885
RGB103104133
HSL238°12.71%46.27%
HSB/HSV238°22.56%52.16%
CMYK22.56%21.80%0.00%
47.84%

Color #676885 in popluar number systems.

HEX676885
Decimal103104133
Binary1100111110100010000101
Octal147150205

Shades and tints

Shades of #676885

#676885
(103,104,133)
#5E5F79
(94,95,121)
#55566D
(85,86,109)
#4C4D61
(76,77,97)
#434455
(67,68,85)
#3A3B49
(58,59,73)
#31323D
(49,50,61)
#282931
(40,41,49)
#1F2025
(31,32,37)
#161719
(22,23,25)
#0D0E0D
(13,14,13)
#000000
(0,0,0)

Tints of #676885

#676885
(103,104,133)
#747590
(116,117,144)
#81829B
(129,130,155)
#8E8FA6
(142,143,166)
#9B9CB1
(155,156,177)
#A8A9BC
(168,169,188)
#B5B6C7
(181,182,199)
#C2C3D2
(194,195,210)
#CFD0DD
(207,208,221)
#DCDDE8
(220,221,232)
#E9EAF3
(233,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #676885 color. Also use rgb(103,104,133) instead hex code.

Text Font Color

.myTextColor { color: #676885; }

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

This text font color is #676885.


Background Color

.myBgColor { background-color: #676885; }

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

This div background color is #676885.


Border color

.myBorderColor { border: 1px solid #676885; }

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

This div border color is #676885.


Opacity

.myOpacity80 { color: #676885; opacity: 0.8; }

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

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

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

This text has shadow with #676885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #676885 on black background.


Color preview on white background

This text has color #676885 on white background.



Black color preview on #676885 background

This text has black color on #676885 background.


White color preview on #676885 background

This text has white color on #676885 background.