COLOR #7E99BD

HEX: #7E99BD
RGB: (126,153,189)

Color info

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

RGB color model

#7E99BD color RGB value is (126,153,189).

  • red value is 126;
  • green value is 153;
  • blue value is 189.
RGB:
(126,153,189)
(49%,60%,74%)

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 189 of 255 = 74%

126
153
189

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 189 = 468 (100%)
R 126 of 468 ~ 26.92%
G 153 of 468 ~ 32.69%
B 189 of 468 ~ 40.38%

%26.92
%32.69
%40.38

CMYK color model

#7E99BD color CMYK value is (33,19,0,26).

  • cyan value is 33.33%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,19,0,26)
C33M19Y0K26 
(33%,19%,0%,26%)
(0.33/0.19/0.00/0.26)	

CMYK percentages

%33.33
%19.05
%0
%25.88

Codes

Color #7E99BD in popluar color models

7E99BD
RGB126153189
HSL214°32.31%61.76%
HSB/HSV214°33.33%74.12%
CMYK33.33%19.05%0.00%
25.88%

Color #7E99BD in popluar number systems.

HEX7E99BD
Decimal126153189
Binary11111101001100110111101
Octal176231275

Shades and tints

Shades of #7E99BD

#7E99BD
(126,153,189)
#738CAC
(115,140,172)
#687F9B
(104,127,155)
#5D728A
(93,114,138)
#526579
(82,101,121)
#475868
(71,88,104)
#3C4B57
(60,75,87)
#313E46
(49,62,70)
#263135
(38,49,53)
#1B2424
(27,36,36)
#101713
(16,23,19)
#000000
(0,0,0)

Tints of #7E99BD

#7E99BD
(126,153,189)
#89A2C3
(137,162,195)
#94ABC9
(148,171,201)
#9FB4CF
(159,180,207)
#AABDD5
(170,189,213)
#B5C6DB
(181,198,219)
#C0CFE1
(192,207,225)
#CBD8E7
(203,216,231)
#D6E1ED
(214,225,237)
#E1EAF3
(225,234,243)
#ECF3F9
(236,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E99BD color. Also use rgb(126,153,189) instead hex code.

Text Font Color

.myTextColor { color: #7E99BD; }

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

This text font color is #7E99BD.


Background Color

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

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

This div background color is #7E99BD.


Border color

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

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

This div border color is #7E99BD.


Opacity

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

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

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

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

This text has shadow with #7E99BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99BD on black background.


Color preview on white background

This text has color #7E99BD on white background.



Black color preview on #7E99BD background

This text has black color on #7E99BD background.


White color preview on #7E99BD background

This text has white color on #7E99BD background.