COLOR #7E909C

HEX: #7E909C RGB: (126,144,156)

Color info

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

RGB color model

#7E909C color RGB value is (126,144,156).

RGB: (126,144,156) (49%, 56%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 144 of 255 = 56%
B 156 of 255 = 61%

126
144
156

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

Portions of RGB colors in percentages

R + G + B = 126 + 144 + 156 = 426 (100%)
R 126 of 426 ~ 29.58%
G 144 of 426 ~ 33.8%
B 156 of 426 ~ 36.62'%

%29.58
%33.8
%36.62

CMYK color model

#7E909C color CMYK value is (19,8,0,39).

  • cyan value is 19.23%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (19,8,0,39)
C19M8Y0K39 (19%, 8%, 0%, 39%)
(0.19 / 0.08 / 0.00 / 0.39)

CMYK percentages

%19.23
%7.69
%0
%38.82

Codes

Color #7E909C in popluar color models

7E 90 9C
RGB 126 144 156
HSL 204° 13.16% 55.29%
HSB/HSV 204° 19.23% 61.18%
CMYK 19.23% 7.69% 0.00%
38.82%

Color #7E909C in popluar number systems.

HEX 7E 90 9C
Decimal 126 144 156
Binary 1111110 10010000 10011100
Octal 176 220 234

Shades and tints

Shades of #7E909C

#7E909C
(126,144,156)
#73838E
(115,131,142)
#687680
(104,118,128)
#5D6972
(93,105,114)
#525C64
(82,92,100)
#474F56
(71,79,86)
#3C4248
(60,66,72)
#31353A
(49,53,58)
#26282C
(38,40,44)
#1B1B1E
(27,27,30)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #7E909C

#7E909C
(126,144,156)
#899AA5
(137,154,165)
#94A4AE
(148,164,174)
#9FAEB7
(159,174,183)
#AAB8C0
(170,184,192)
#B5C2C9
(181,194,201)
#C0CCD2
(192,204,210)
#CBD6DB
(203,214,219)
#D6E0E4
(214,224,228)
#E1EAED
(225,234,237)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E909C; }

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

This text font color is #7E909C.

Background Color

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

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

This div background color is #7E909C.

Border color

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

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

This div border color is #7E909C.

Opacity

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

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

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

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

This text has shadow with #7E909C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E909C.

Preview

Color preview on black background

This text has color #7E909C on black background.


Color preview on white background

This text has color #7E909C on white background.


Black color preview on #7E909C background

This text has black color on #7E909C background.


White color preview on #7E909C background

This text has white color on #7E909C background.


Related colors

Complementary color

Complementary color for #hex is #816F63.


I love getcolorcode.com

Triadic colors

1 #9C7E90 and #909C7E with #7E909C are triadic colors.

2 #9C907E and #907E9C with #7E909C are triadic colors.