COLOR #678DA1

HEX: #678DA1 RGB: (103,141,161)

Color info

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

RGB color model

#678DA1 color RGB value is (103,141,161).

RGB: (103,141,161) (40%, 55%, 63%)

RGB channels and saturation

R 103 of 255 = 40%
G 141 of 255 = 55%
B 161 of 255 = 63%

103
141
161

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

Portions of RGB colors in percentages

R + G + B = 103 + 141 + 161 = 405 (100%)
R 103 of 405 ~ 25.43%
G 141 of 405 ~ 34.81%
B 161 of 405 ~ 39.75'%

%25.43
%34.81
%39.75

CMYK color model

#678DA1 color CMYK value is (36,12,0,37).

  • cyan value is 36.02%
  • magenta value is 12.42%
  • yellow value is 0.00%
  • key color value is 36.86%

CMYK: (36,12,0,37)
C36M12Y0K37 (36%, 12%, 0%, 37%)
(0.36 / 0.12 / 0.00 / 0.37)

CMYK percentages

%36.02
%12.42
%0
%36.86

Codes

Color #678DA1 in popluar color models

67 8D A1
RGB 103 141 161
HSL 201° 23.58% 51.76%
HSB/HSV 201° 36.02% 63.14%
CMYK 36.02% 12.42% 0.00%
36.86%

Color #678DA1 in popluar number systems.

HEX 67 8D A1
Decimal 103 141 161
Binary 1100111 10001101 10100001
Octal 147 215 241

Shades and tints

Shades of #678DA1

#678DA1
(103,141,161)
#5E8193
(94,129,147)
#557585
(85,117,133)
#4C6977
(76,105,119)
#435D69
(67,93,105)
#3A515B
(58,81,91)
#31454D
(49,69,77)
#28393F
(40,57,63)
#1F2D31
(31,45,49)
#162123
(22,33,35)
#0D1515
(13,21,21)
#000000
(0,0,0)

Tints of #678DA1

#678DA1
(103,141,161)
#7497A9
(116,151,169)
#81A1B1
(129,161,177)
#8EABB9
(142,171,185)
#9BB5C1
(155,181,193)
#A8BFC9
(168,191,201)
#B5C9D1
(181,201,209)
#C2D3D9
(194,211,217)
#CFDDE1
(207,221,225)
#DCE7E9
(220,231,233)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #678DA1 color. Also use rgb(103,141,161) instead hex code.

Text Font Color

.myTextColor { color: #678DA1; }

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

This text font color is #678DA1.

Background Color

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

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

This div background color is #678DA1.

Border color

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

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

This div border color is #678DA1.

Opacity

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

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

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

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

This text has shadow with #678DA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #678DA1.

Preview

Color preview on black background

This text has color #678DA1 on black background.


Color preview on white background

This text has color #678DA1 on white background.


Black color preview on #678DA1 background

This text has black color on #678DA1 background.


White color preview on #678DA1 background

This text has white color on #678DA1 background.


Related colors

Complementary color

Complementary color for #hex is #98725E.


I love getcolorcode.com

Triadic colors

1 #A1678D and #8DA167 with #678DA1 are triadic colors.

2 #A18D67 and #8D67A1 with #678DA1 are triadic colors.