COLOR #7E999A

HEX: #7E999A
RGB: (126,153,154)

Color info

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

RGB color model

#7E999A color RGB value is (126,153,154).

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

RGB channels and saturation

R 126 of 255 = 49%
G 153 of 255 = 60%
B 154 of 255 = 60%

126
153
154

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

Portions of RGB colors in percentages

R + G + B =
126 + 153 + 154 = 433 (100%)
R 126 of 433 ~ 29.1%
G 153 of 433 ~ 35.33%
B 154 of 433 ~ 35.57%

%29.1
%35.33
%35.57

CMYK color model

#7E999A color CMYK value is (18,1,0,40).

  • cyan value is 18.18%
  • magenta value is 0.65%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(18,1,0,40)
C18M1Y0K40 
(18%,1%,0%,40%)
(0.18/0.01/0.00/0.40)	

CMYK percentages

%18.18
%0.65
%0
%39.61

Codes

Color #7E999A in popluar color models

7E999A
RGB126153154
HSL182°12.17%54.90%
HSB/HSV182°18.18%60.39%
CMYK18.18%0.65%0.00%
39.61%

Color #7E999A in popluar number systems.

HEX7E999A
Decimal126153154
Binary11111101001100110011010
Octal176231232

Shades and tints

Shades of #7E999A

#7E999A
(126,153,154)
#738C8C
(115,140,140)
#687F7E
(104,127,126)
#5D7270
(93,114,112)
#526562
(82,101,98)
#475854
(71,88,84)
#3C4B46
(60,75,70)
#313E38
(49,62,56)
#26312A
(38,49,42)
#1B241C
(27,36,28)
#10170E
(16,23,14)
#000000
(0,0,0)

Tints of #7E999A

#7E999A
(126,153,154)
#89A2A3
(137,162,163)
#94ABAC
(148,171,172)
#9FB4B5
(159,180,181)
#AABDBE
(170,189,190)
#B5C6C7
(181,198,199)
#C0CFD0
(192,207,208)
#CBD8D9
(203,216,217)
#D6E1E2
(214,225,226)
#E1EAEB
(225,234,235)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E999A; }

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

This text font color is #7E999A.


Background Color

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

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

This div background color is #7E999A.


Border color

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

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

This div border color is #7E999A.


Opacity

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

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

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

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

This text has shadow with #7E999A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E999A on black background.


Color preview on white background

This text has color #7E999A on white background.



Black color preview on #7E999A background

This text has black color on #7E999A background.


White color preview on #7E999A background

This text has white color on #7E999A background.