COLOR #7E908D

HEX: #7E908D RGB: (126,144,141)

Color info

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

RGB color model

#7E908D color RGB value is (126,144,141).

RGB: (126,144,141) (49%, 56%, 55%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 141 of 255 = 55%

126
144
141

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

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 141 = 411 (100%)
R 126 of 411 ~ 30.66%
G 144 of 411 ~ 35.04%
B 141 of 411 ~ 34.31'%

%30.66
%35.04
%34.31

CMYK color model

#7E908D color CMYK value is (13,0,2,44).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 43.53%
CMYK: (13,0,2,44) C13M0Y2K44 (13%,0%,2%,44%) (0.13/0.00/0.02/0.44) 

CMYK percentages

%12.5
%0
%2.08
%43.53

Codes

Color #7E908D in popluar color models

7E 90 8D
RGB 126 144 141
HSL 170° 7.50% 52.94%
HSB/HSV 170° 12.50% 56.47%
CMYK 12.50% 0.00% 2.08%
43.53%

Color #7E908D in popluar number systems.

HEX 7E 90 8D
Decimal 126 144 141
Binary 1111110 10010000 10001101
Octal 176 220 215

Shades and tints

Shades of #7E908D

#7E908D
(126,144,141)
#738381
(115,131,129)
#687675
(104,118,117)
#5D6969
(93,105,105)
#525C5D
(82,92,93)
#474F51
(71,79,81)
#3C4245
(60,66,69)
#313539
(49,53,57)
#26282D
(38,40,45)
#1B1B21
(27,27,33)
#100E15
(16,14,21)
#000000
(0,0,0)

Tints of #7E908D

#7E908D
(126,144,141)
#899A97
(137,154,151)
#94A4A1
(148,164,161)
#9FAEAB
(159,174,171)
#AAB8B5
(170,184,181)
#B5C2BF
(181,194,191)
#C0CCC9
(192,204,201)
#CBD6D3
(203,214,211)
#D6E0DD
(214,224,221)
#E1EAE7
(225,234,231)
#ECF4F1
(236,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E908D color. Also use rgb(126,144,141) instead hex code.

Text Font Color

.myTextColor { color: #7E908D; }

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

This text font color is #7E908D.

Background Color

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

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

This div background color is #7E908D.

Border color

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

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

This div border color is #7E908D.

Opacity

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

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

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

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

This text has shadow with #7E908D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E908D.

Preview

Color preview on black background

This text has color #7E908D on black background.


Color preview on white background

This text has color #7E908D on white background.


Black color preview on #7E908D background

This text has black color on #7E908D background.


White color preview on #7E908D background

This text has white color on #7E908D background.


Related colors

Complementary color

Complementary color for #hex is #816F72.


I love getcolorcode.com

Triadic colors

1 #8D7E90 and #908D7E with #7E908D are triadic colors.

2 #8D907E and #907E8D with #7E908D are triadic colors.