COLOR #627B88

HEX: #627B88
RGB: (98,123,136)

Color info

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

RGB color model

#627B88 color RGB value is (98,123,136).

  • red value is 98;
  • green value is 123;
  • blue value is 136.
RGB:
(98,123,136)
(38%,48%,53%)

RGB channels and saturation

R 98 of 255 = 38%
G 123 of 255 = 48%
B 136 of 255 = 53%

98
123
136

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

Portions of RGB colors in percentages

R + G + B =
98 + 123 + 136 = 357 (100%)
R 98 of 357 ~ 27.45%
G 123 of 357 ~ 34.45%
B 136 of 357 ~ 38.1%

%27.45
%34.45
%38.1

CMYK color model

#627B88 color CMYK value is (28,10,0,47).

  • cyan value is 27.94%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(28,10,0,47)
C28M10Y0K47 
(28%,10%,0%,47%)
(0.28/0.10/0.00/0.47)	

CMYK percentages

%27.94
%9.56
%0
%46.67

Codes

Color #627B88 in popluar color models

627B88
RGB98123136
HSL201°16.24%45.88%
HSB/HSV201°27.94%53.33%
CMYK27.94%9.56%0.00%
46.67%

Color #627B88 in popluar number systems.

HEX627B88
Decimal98123136
Binary1100010111101110001000
Octal142173210

Shades and tints

Shades of #627B88

#627B88
(98,123,136)
#5A707C
(90,112,124)
#526570
(82,101,112)
#4A5A64
(74,90,100)
#424F58
(66,79,88)
#3A444C
(58,68,76)
#323940
(50,57,64)
#2A2E34
(42,46,52)
#222328
(34,35,40)
#1A181C
(26,24,28)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #627B88

#627B88
(98,123,136)
#708792
(112,135,146)
#7E939C
(126,147,156)
#8C9FA6
(140,159,166)
#9AABB0
(154,171,176)
#A8B7BA
(168,183,186)
#B6C3C4
(182,195,196)
#C4CFCE
(196,207,206)
#D2DBD8
(210,219,216)
#E0E7E2
(224,231,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #627B88; }

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

This text font color is #627B88.


Background Color

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

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

This div background color is #627B88.


Border color

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

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

This div border color is #627B88.


Opacity

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

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

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

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

This text has shadow with #627B88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #627B88 on black background.


Color preview on white background

This text has color #627B88 on white background.



Black color preview on #627B88 background

This text has black color on #627B88 background.


White color preview on #627B88 background

This text has white color on #627B88 background.