COLOR #627C8F

HEX: #627C8F
RGB: (98,124,143)

Color info

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

RGB color model

#627C8F color RGB value is (98,124,143).

  • red value is 98;
  • green value is 124;
  • blue value is 143.
RGB:
(98,124,143)
(38%,49%,56%)

RGB channels and saturation

R 98 of 255 = 38%
G 124 of 255 = 49%
B 143 of 255 = 56%

98
124
143

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

Portions of RGB colors in percentages

R + G + B =
98 + 124 + 143 = 365 (100%)
R 98 of 365 ~ 26.85%
G 124 of 365 ~ 33.97%
B 143 of 365 ~ 39.18%

%26.85
%33.97
%39.18

CMYK color model

#627C8F color CMYK value is (31,13,0,44).

  • cyan value is 31.47%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(31,13,0,44)
C31M13Y0K44 
(31%,13%,0%,44%)
(0.31/0.13/0.00/0.44)	

CMYK percentages

%31.47
%13.29
%0
%43.92

Codes

Color #627C8F in popluar color models

627C8F
RGB98124143
HSL205°18.67%47.25%
HSB/HSV205°31.47%56.08%
CMYK31.47%13.29%0.00%
43.92%

Color #627C8F in popluar number systems.

HEX627C8F
Decimal98124143
Binary1100010111110010001111
Octal142174217

Shades and tints

Shades of #627C8F

#627C8F
(98,124,143)
#5A7182
(90,113,130)
#526675
(82,102,117)
#4A5B68
(74,91,104)
#42505B
(66,80,91)
#3A454E
(58,69,78)
#323A41
(50,58,65)
#2A2F34
(42,47,52)
#222427
(34,36,39)
#1A191A
(26,25,26)
#120E0D
(18,14,13)
#000000
(0,0,0)

Tints of #627C8F

#627C8F
(98,124,143)
#708799
(112,135,153)
#7E92A3
(126,146,163)
#8C9DAD
(140,157,173)
#9AA8B7
(154,168,183)
#A8B3C1
(168,179,193)
#B6BECB
(182,190,203)
#C4C9D5
(196,201,213)
#D2D4DF
(210,212,223)
#E0DFE9
(224,223,233)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627C8F; }

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

This text font color is #627C8F.


Background Color

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

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

This div background color is #627C8F.


Border color

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

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

This div border color is #627C8F.


Opacity

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

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

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

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

This text has shadow with #627C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627C8F on black background.


Color preview on white background

This text has color #627C8F on white background.



Black color preview on #627C8F background

This text has black color on #627C8F background.


White color preview on #627C8F background

This text has white color on #627C8F background.