COLOR #7E98B0

HEX: #7E98B0
RGB: (126,152,176)

Color info

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

RGB color model

#7E98B0 color RGB value is (126,152,176).

  • red value is 126;
  • green value is 152;
  • blue value is 176.
RGB:
(126,152,176)
(49%,60%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 176 of 255 = 69%

126
152
176

R + G + B ~ 59%. #7E98B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 176 = 454 (100%)
R 126 of 454 ~ 27.75%
G 152 of 454 ~ 33.48%
B 176 of 454 ~ 38.77%

%27.75
%33.48
%38.77

CMYK color model

#7E98B0 color CMYK value is (28,14,0,31).

  • cyan value is 28.41%
  • magenta value is 13.64%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(28,14,0,31)
C28M14Y0K31 
(28%,14%,0%,31%)
(0.28/0.14/0.00/0.31)	

CMYK percentages

%28.41
%13.64
%0
%30.98

Codes

Color #7E98B0 in popluar color models

7E98B0
RGB126152176
HSL209°24.04%59.22%
HSB/HSV209°28.41%69.02%
CMYK28.41%13.64%0.00%
30.98%

Color #7E98B0 in popluar number systems.

HEX7E98B0
Decimal126152176
Binary11111101001100010110000
Octal176230260

Shades and tints

Shades of #7E98B0

#7E98B0
(126,152,176)
#738BA0
(115,139,160)
#687E90
(104,126,144)
#5D7180
(93,113,128)
#526470
(82,100,112)
#475760
(71,87,96)
#3C4A50
(60,74,80)
#313D40
(49,61,64)
#263030
(38,48,48)
#1B2320
(27,35,32)
#101610
(16,22,16)
#000000
(0,0,0)

Tints of #7E98B0

#7E98B0
(126,152,176)
#89A1B7
(137,161,183)
#94AABE
(148,170,190)
#9FB3C5
(159,179,197)
#AABCCC
(170,188,204)
#B5C5D3
(181,197,211)
#C0CEDA
(192,206,218)
#CBD7E1
(203,215,225)
#D6E0E8
(214,224,232)
#E1E9EF
(225,233,239)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E98B0 color. Also use rgb(126,152,176) instead hex code.

Text Font Color

.myTextColor { color: #7E98B0; }

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

This text font color is #7E98B0.


Background Color

.myBgColor { background-color: #7E98B0; }

<div style="background-color:#7E98B0">Inner text</div>

This div background color is #7E98B0.


Border color

.myBorderColor { border: 1px solid #7E98B0; }

<div style="border:3px solid #7E98B0">Div</div>

This div border color is #7E98B0.


Opacity

.myOpacity80 { color: #7E98B0; opacity: 0.8; }

<p style="color:#7E98B0;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E98B0 color.

.textShadow {text-shadow: 3px 3px 1px #7E98B0, 3px 3px 1px red;}

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

This text has shadow with #7E98B0 primary color and red secondary color.


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

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

This text has shadow with #7E98B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E98B0 on black background.


Color preview on white background

This text has color #7E98B0 on white background.



Black color preview on #7E98B0 background

This text has black color on #7E98B0 background.


White color preview on #7E98B0 background

This text has white color on #7E98B0 background.