COLOR #7E9187

HEX: #7E9187
RGB: (126,145,135)

Color info

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

RGB color model

#7E9187 color RGB value is (126,145,135).

  • red value is 126;
  • green value is 145;
  • blue value is 135.
RGB:
(126,145,135)
(49%,57%,53%)

RGB channels and saturation

R 126 of 255 = 49%
G 145 of 255 = 57%
B 135 of 255 = 53%

126
145
135

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

Portions of RGB colors in percentages

R + G + B =
126 + 145 + 135 = 406 (100%)
R 126 of 406 ~ 31.03%
G 145 of 406 ~ 35.71%
B 135 of 406 ~ 33.25%

%31.03
%35.71
%33.25

CMYK color model

#7E9187 color CMYK value is (13,0,7,43).

  • cyan value is 13.10%
  • magenta value is 0.00%
  • yellow value is 6.90%
  • key color value is 43.14%
CMYK:
(13,0,7,43)
C13M0Y7K43 
(13%,0%,7%,43%)
(0.13/0.00/0.07/0.43)	

CMYK percentages

%13.1
%0
%6.9
%43.14

Codes

Color #7E9187 in popluar color models

7E9187
RGB126145135
HSL148°7.95%53.14%
HSB/HSV148°13.10%56.86%
CMYK13.10%0.00%6.90%
43.14%

Color #7E9187 in popluar number systems.

HEX7E9187
Decimal126145135
Binary11111101001000110000111
Octal176221207

Shades and tints

Shades of #7E9187

#7E9187
(126,145,135)
#73847B
(115,132,123)
#68776F
(104,119,111)
#5D6A63
(93,106,99)
#525D57
(82,93,87)
#47504B
(71,80,75)
#3C433F
(60,67,63)
#313633
(49,54,51)
#262927
(38,41,39)
#1B1C1B
(27,28,27)
#100F0F
(16,15,15)
#000000
(0,0,0)

Tints of #7E9187

#7E9187
(126,145,135)
#899B91
(137,155,145)
#94A59B
(148,165,155)
#9FAFA5
(159,175,165)
#AAB9AF
(170,185,175)
#B5C3B9
(181,195,185)
#C0CDC3
(192,205,195)
#CBD7CD
(203,215,205)
#D6E1D7
(214,225,215)
#E1EBE1
(225,235,225)
#ECF5EB
(236,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E9187 color. Also use rgb(126,145,135) instead hex code.

Text Font Color

.myTextColor { color: #7E9187; }

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

This text font color is #7E9187.


Background Color

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

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

This div background color is #7E9187.


Border color

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

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

This div border color is #7E9187.


Opacity

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

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

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

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

This text has shadow with #7E9187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E9187 on black background.


Color preview on white background

This text has color #7E9187 on white background.



Black color preview on #7E9187 background

This text has black color on #7E9187 background.


White color preview on #7E9187 background

This text has white color on #7E9187 background.