COLOR #7E99AC

HEX: #7E99AC
RGB: (126,153,172)

Color info

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

RGB color model

#7E99AC color RGB value is (126,153,172).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 172 of 255 = 67%

126
153
172

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 172 = 451 (100%)
R 126 of 451 ~ 27.94%
G 153 of 451 ~ 33.92%
B 172 of 451 ~ 38.14%

%27.94
%33.92
%38.14

CMYK color model

#7E99AC color CMYK value is (27,11,0,33).

  • cyan value is 26.74%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(27,11,0,33)
C27M11Y0K33 
(27%,11%,0%,33%)
(0.27/0.11/0.00/0.33)	

CMYK percentages

%26.74
%11.05
%0
%32.55

Codes

Color #7E99AC in popluar color models

7E99AC
RGB126153172
HSL205°21.70%58.43%
HSB/HSV205°26.74%67.45%
CMYK26.74%11.05%0.00%
32.55%

Color #7E99AC in popluar number systems.

HEX7E99AC
Decimal126153172
Binary11111101001100110101100
Octal176231254

Shades and tints

Shades of #7E99AC

#7E99AC
(126,153,172)
#738C9D
(115,140,157)
#687F8E
(104,127,142)
#5D727F
(93,114,127)
#526570
(82,101,112)
#475861
(71,88,97)
#3C4B52
(60,75,82)
#313E43
(49,62,67)
#263134
(38,49,52)
#1B2425
(27,36,37)
#101716
(16,23,22)
#000000
(0,0,0)

Tints of #7E99AC

#7E99AC
(126,153,172)
#89A2B3
(137,162,179)
#94ABBA
(148,171,186)
#9FB4C1
(159,180,193)
#AABDC8
(170,189,200)
#B5C6CF
(181,198,207)
#C0CFD6
(192,207,214)
#CBD8DD
(203,216,221)
#D6E1E4
(214,225,228)
#E1EAEB
(225,234,235)
#ECF3F2
(236,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E99AC; }

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

This text font color is #7E99AC.


Background Color

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

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

This div background color is #7E99AC.


Border color

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

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

This div border color is #7E99AC.


Opacity

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

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

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

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

This text has shadow with #7E99AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99AC on black background.


Color preview on white background

This text has color #7E99AC on white background.



Black color preview on #7E99AC background

This text has black color on #7E99AC background.


White color preview on #7E99AC background

This text has white color on #7E99AC background.