COLOR #7E98BB

HEX: #7E98BB
RGB: (126,152,187)

Color info

#7E98BB contains mainly green and blue colors. Web safe color of #7E98BB is #6699CC (or #69C).

RGB color model

#7E98BB color RGB value is (126,152,187).

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

RGB channels and saturation

R 126 of 255 = 49%
G 152 of 255 = 60%
B 187 of 255 = 73%

126
152
187

R + G + B ~ 61%. #7E98BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 152 + 187 = 465 (100%)
R 126 of 465 ~ 27.1%
G 152 of 465 ~ 32.69%
B 187 of 465 ~ 40.22%

%27.1
%32.69
%40.22

CMYK color model

#7E98BB color CMYK value is (33,19,0,27).

  • cyan value is 32.62%
  • magenta value is 18.72%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(33,19,0,27)
C33M19Y0K27 
(33%,19%,0%,27%)
(0.33/0.19/0.00/0.27)	

CMYK percentages

%32.62
%18.72
%0
%26.67

Codes

Color #7E98BB in popluar color models

7E98BB
RGB126152187
HSL214°30.96%61.37%
HSB/HSV214°32.62%73.33%
CMYK32.62%18.72%0.00%
26.67%

Color #7E98BB in popluar number systems.

HEX7E98BB
Decimal126152187
Binary11111101001100010111011
Octal176230273

Shades and tints

Shades of #7E98BB

#7E98BB
(126,152,187)
#738BAA
(115,139,170)
#687E99
(104,126,153)
#5D7188
(93,113,136)
#526477
(82,100,119)
#475766
(71,87,102)
#3C4A55
(60,74,85)
#313D44
(49,61,68)
#263033
(38,48,51)
#1B2322
(27,35,34)
#101611
(16,22,17)
#000000
(0,0,0)

Tints of #7E98BB

#7E98BB
(126,152,187)
#89A1C1
(137,161,193)
#94AAC7
(148,170,199)
#9FB3CD
(159,179,205)
#AABCD3
(170,188,211)
#B5C5D9
(181,197,217)
#C0CEDF
(192,206,223)
#CBD7E5
(203,215,229)
#D6E0EB
(214,224,235)
#E1E9F1
(225,233,241)
#ECF2F7
(236,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E98BB; }

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

This text font color is #7E98BB.


Background Color

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

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

This div background color is #7E98BB.


Border color

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

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

This div border color is #7E98BB.


Opacity

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

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

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

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

This text has shadow with #7E98BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E98BB on black background.


Color preview on white background

This text has color #7E98BB on white background.



Black color preview on #7E98BB background

This text has black color on #7E98BB background.


White color preview on #7E98BB background

This text has white color on #7E98BB background.