COLOR #7E99AE

HEX: #7E99AE
RGB: (126,153,174)

Color info

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

RGB color model

#7E99AE color RGB value is (126,153,174).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 174 of 255 = 68%

126
153
174

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 174 = 453 (100%)
R 126 of 453 ~ 27.81%
G 153 of 453 ~ 33.77%
B 174 of 453 ~ 38.41%

%27.81
%33.77
%38.41

CMYK color model

#7E99AE color CMYK value is (28,12,0,32).

  • cyan value is 27.59%
  • magenta value is 12.07%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(28,12,0,32)
C28M12Y0K32 
(28%,12%,0%,32%)
(0.28/0.12/0.00/0.32)	

CMYK percentages

%27.59
%12.07
%0
%31.76

Codes

Color #7E99AE in popluar color models

7E99AE
RGB126153174
HSL206°22.86%58.82%
HSB/HSV206°27.59%68.24%
CMYK27.59%12.07%0.00%
31.76%

Color #7E99AE in popluar number systems.

HEX7E99AE
Decimal126153174
Binary11111101001100110101110
Octal176231256

Shades and tints

Shades of #7E99AE

#7E99AE
(126,153,174)
#738C9F
(115,140,159)
#687F90
(104,127,144)
#5D7281
(93,114,129)
#526572
(82,101,114)
#475863
(71,88,99)
#3C4B54
(60,75,84)
#313E45
(49,62,69)
#263136
(38,49,54)
#1B2427
(27,36,39)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #7E99AE

#7E99AE
(126,153,174)
#89A2B5
(137,162,181)
#94ABBC
(148,171,188)
#9FB4C3
(159,180,195)
#AABDCA
(170,189,202)
#B5C6D1
(181,198,209)
#C0CFD8
(192,207,216)
#CBD8DF
(203,216,223)
#D6E1E6
(214,225,230)
#E1EAED
(225,234,237)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E99AE; }

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

This text font color is #7E99AE.


Background Color

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

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

This div background color is #7E99AE.


Border color

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

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

This div border color is #7E99AE.


Opacity

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

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

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

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

This text has shadow with #7E99AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E99AE on black background.


Color preview on white background

This text has color #7E99AE on white background.



Black color preview on #7E99AE background

This text has black color on #7E99AE background.


White color preview on #7E99AE background

This text has white color on #7E99AE background.