COLOR #627B8F

HEX: #627B8F RGB: (98,123,143)

Color info

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

RGB color model

#627B8F color RGB value is (98,123,143).

RGB: (98,123,143) (38%, 48%, 56%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 143 of 255 = 56%

98
123
143

R + G + B ~ 47%. #627B8F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 98 + 123 + 143 = 364 (100%)
R 98 of 364 ~ 26.92%
G 123 of 364 ~ 33.79%
B 143 of 364 ~ 39.29'%

%26.92
%33.79
%39.29

CMYK color model

#627B8F color CMYK value is (31,14,0,44).

  • cyan value is 31.47%
  • magenta value is 13.99%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (31,14,0,44) C31M14Y0K44 (31%,14%,0%,44%) (0.31/0.14/0.00/0.44) 

CMYK percentages

%31.47
%13.99
%0
%43.92

Codes

Color #627B8F in popluar color models

62 7B 8F
RGB 98 123 143
HSL 207° 18.67% 47.25%
HSB/HSV 207° 31.47% 56.08%
CMYK 31.47% 13.99% 0.00%
43.92%

Color #627B8F in popluar number systems.

HEX 62 7B 8F
Decimal 98 123 143
Binary 1100010 1111011 10001111
Octal 142 173 217

Shades and tints

Shades of #627B8F

#627B8F
(98,123,143)
#5A7082
(90,112,130)
#526575
(82,101,117)
#4A5A68
(74,90,104)
#424F5B
(66,79,91)
#3A444E
(58,68,78)
#323941
(50,57,65)
#2A2E34
(42,46,52)
#222327
(34,35,39)
#1A181A
(26,24,26)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #627B8F

#627B8F
(98,123,143)
#708799
(112,135,153)
#7E93A3
(126,147,163)
#8C9FAD
(140,159,173)
#9AABB7
(154,171,183)
#A8B7C1
(168,183,193)
#B6C3CB
(182,195,203)
#C4CFD5
(196,207,213)
#D2DBDF
(210,219,223)
#E0E7E9
(224,231,233)
#EEF3F3
(238,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #627B8F color. Also use rgb(98,123,143) instead hex code.

Text Font Color

.myTextColor { color: #627B8F; }

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

This text font color is #627B8F.

Background Color

.myBgColor { background-color: #627B8F; }

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

This div background color is #627B8F.

Border color

.myBorderColor { border: 1px solid #627B8F; }

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

This div border color is #627B8F.

Opacity

.myOpacity80 { color: #627B8F; opacity: 0.8; }

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

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

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

This text has shadow with #627B8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #627B8F.

Preview

Color preview on black background

This text has color #627B8F on black background.


Color preview on white background

This text has color #627B8F on white background.


Black color preview on #627B8F background

This text has black color on #627B8F background.


White color preview on #627B8F background

This text has white color on #627B8F background.


Related colors

Complementary color

Complementary color for #hex is #9D8470.


I love getcolorcode.com

Triadic colors

1 #8F627B and #7B8F62 with #627B8F are triadic colors.

2 #8F7B62 and #7B628F with #627B8F are triadic colors.