COLOR #7EB7A7

HEX: #7EB7A7
RGB: (126,183,167)

Color info

#7EB7A7 contains red, green and blue colors in about the same proportion. Web safe color of #7EB7A7 is #66CC99 (or #6C9).

RGB color model

#7EB7A7 color RGB value is (126,183,167).

  • red value is 126;
  • green value is 183;
  • blue value is 167.
RGB:
(126,183,167)
(49%,72%,65%)

RGB channels and saturation

R 126 of 255 = 49%
G 183 of 255 = 72%
B 167 of 255 = 65%

126
183
167

R + G + B ~ 62%. #7EB7A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 183 + 167 = 476 (100%)
R 126 of 476 ~ 26.47%
G 183 of 476 ~ 38.45%
B 167 of 476 ~ 35.08%

%26.47
%38.45
%35.08

CMYK color model

#7EB7A7 color CMYK value is (31,0,9,28).

  • cyan value is 31.15%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 28.24%
CMYK:
(31,0,9,28)
C31M0Y9K28 
(31%,0%,9%,28%)
(0.31/0.00/0.09/0.28)	

CMYK percentages

%31.15
%0
%8.74
%28.24

Codes

Color #7EB7A7 in popluar color models

7EB7A7
RGB126183167
HSL163°28.36%60.59%
HSB/HSV163°31.15%71.76%
CMYK31.15%0.00%8.74%
28.24%

Color #7EB7A7 in popluar number systems.

HEX7EB7A7
Decimal126183167
Binary11111101011011110100111
Octal176267247

Shades and tints

Shades of #7EB7A7

#7EB7A7
(126,183,167)
#73A798
(115,167,152)
#689789
(104,151,137)
#5D877A
(93,135,122)
#52776B
(82,119,107)
#47675C
(71,103,92)
#3C574D
(60,87,77)
#31473E
(49,71,62)
#26372F
(38,55,47)
#1B2720
(27,39,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #7EB7A7

#7EB7A7
(126,183,167)
#89BDAF
(137,189,175)
#94C3B7
(148,195,183)
#9FC9BF
(159,201,191)
#AACFC7
(170,207,199)
#B5D5CF
(181,213,207)
#C0DBD7
(192,219,215)
#CBE1DF
(203,225,223)
#D6E7E7
(214,231,231)
#E1EDEF
(225,237,239)
#ECF3F7
(236,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB7A7 color. Also use rgb(126,183,167) instead hex code.

Text Font Color

.myTextColor { color: #7EB7A7; }

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

This text font color is #7EB7A7.


Background Color

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

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

This div background color is #7EB7A7.


Border color

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

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

This div border color is #7EB7A7.


Opacity

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

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

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

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

This text has shadow with #7EB7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB7A7 on black background.


Color preview on white background

This text has color #7EB7A7 on white background.



Black color preview on #7EB7A7 background

This text has black color on #7EB7A7 background.


White color preview on #7EB7A7 background

This text has white color on #7EB7A7 background.