COLOR #678F97

HEX: #678F97
RGB: (103,143,151)

Color info

#678F97 contains red, green and blue colors in about the same proportion. Web safe color of #678F97 is #669999 (or #699).

RGB color model

#678F97 color RGB value is (103,143,151).

  • red value is 103;
  • green value is 143;
  • blue value is 151.
RGB:
(103,143,151)
(40%,56%,59%)

RGB channels and saturation

R 103 of 255 = 40%
G 143 of 255 = 56%
B 151 of 255 = 59%

103
143
151

R + G + B ~ 52%. #678F97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 143 + 151 = 397 (100%)
R 103 of 397 ~ 25.94%
G 143 of 397 ~ 36.02%
B 151 of 397 ~ 38.04%

%25.94
%36.02
%38.04

CMYK color model

#678F97 color CMYK value is (32,5,0,41).

  • cyan value is 31.79%
  • magenta value is 5.30%
  • yellow value is 0.00%
  • key color value is 40.78%
CMYK:
(32,5,0,41)
C32M5Y0K41 
(32%,5%,0%,41%)
(0.32/0.05/0.00/0.41)	

CMYK percentages

%31.79
%5.3
%0
%40.78

Codes

Color #678F97 in popluar color models

678F97
RGB103143151
HSL190°18.90%49.80%
HSB/HSV190°31.79%59.22%
CMYK31.79%5.30%0.00%
40.78%

Color #678F97 in popluar number systems.

HEX678F97
Decimal103143151
Binary11001111000111110010111
Octal147217227

Shades and tints

Shades of #678F97

#678F97
(103,143,151)
#5E828A
(94,130,138)
#55757D
(85,117,125)
#4C6870
(76,104,112)
#435B63
(67,91,99)
#3A4E56
(58,78,86)
#314149
(49,65,73)
#28343C
(40,52,60)
#1F272F
(31,39,47)
#161A22
(22,26,34)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #678F97

#678F97
(103,143,151)
#7499A0
(116,153,160)
#81A3A9
(129,163,169)
#8EADB2
(142,173,178)
#9BB7BB
(155,183,187)
#A8C1C4
(168,193,196)
#B5CBCD
(181,203,205)
#C2D5D6
(194,213,214)
#CFDFDF
(207,223,223)
#DCE9E8
(220,233,232)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678F97 color. Also use rgb(103,143,151) instead hex code.

Text Font Color

.myTextColor { color: #678F97; }

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

This text font color is #678F97.


Background Color

.myBgColor { background-color: #678F97; }

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

This div background color is #678F97.


Border color

.myBorderColor { border: 1px solid #678F97; }

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

This div border color is #678F97.


Opacity

.myOpacity80 { color: #678F97; opacity: 0.8; }

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

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

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

This text has shadow with #678F97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #678F97 on black background.


Color preview on white background

This text has color #678F97 on white background.



Black color preview on #678F97 background

This text has black color on #678F97 background.


White color preview on #678F97 background

This text has white color on #678F97 background.