COLOR #7EBB9F

HEX: #7EBB9F
RGB: (126,187,159)

Color info

#7EBB9F contains mainly green and blue colors. Web safe color of #7EBB9F is #66CC99 (or #6C9).

RGB color model

#7EBB9F color RGB value is (126,187,159).

  • red value is 126;
  • green value is 187;
  • blue value is 159.
RGB:
(126,187,159)
(49%,73%,62%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 159 of 255 = 62%

126
187
159

R + G + B ~ 61%. #7EBB9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 187 + 159 = 472 (100%)
R 126 of 472 ~ 26.69%
G 187 of 472 ~ 39.62%
B 159 of 472 ~ 33.69%

%26.69
%39.62
%33.69

CMYK color model

#7EBB9F color CMYK value is (33,0,15,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 26.67%
CMYK:
(33,0,15,27)
C33M0Y15K27 
(33%,0%,15%,27%)
(0.33/0.00/0.15/0.27)	

CMYK percentages

%32.62
%0
%14.97
%26.67

Codes

Color #7EBB9F in popluar color models

7EBB9F
RGB126187159
HSL152°30.96%61.37%
HSB/HSV152°32.62%73.33%
CMYK32.62%0.00%14.97%
26.67%

Color #7EBB9F in popluar number systems.

HEX7EBB9F
Decimal126187159
Binary11111101011101110011111
Octal176273237

Shades and tints

Shades of #7EBB9F

#7EBB9F
(126,187,159)
#73AA91
(115,170,145)
#689983
(104,153,131)
#5D8875
(93,136,117)
#527767
(82,119,103)
#476659
(71,102,89)
#3C554B
(60,85,75)
#31443D
(49,68,61)
#26332F
(38,51,47)
#1B2221
(27,34,33)
#101113
(16,17,19)
#000000
(0,0,0)

Tints of #7EBB9F

#7EBB9F
(126,187,159)
#89C1A7
(137,193,167)
#94C7AF
(148,199,175)
#9FCDB7
(159,205,183)
#AAD3BF
(170,211,191)
#B5D9C7
(181,217,199)
#C0DFCF
(192,223,207)
#CBE5D7
(203,229,215)
#D6EBDF
(214,235,223)
#E1F1E7
(225,241,231)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBB9F color. Also use rgb(126,187,159) instead hex code.

Text Font Color

.myTextColor { color: #7EBB9F; }

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

This text font color is #7EBB9F.


Background Color

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

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

This div background color is #7EBB9F.


Border color

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

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

This div border color is #7EBB9F.


Opacity

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

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

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

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

This text has shadow with #7EBB9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBB9F on black background.


Color preview on white background

This text has color #7EBB9F on white background.



Black color preview on #7EBB9F background

This text has black color on #7EBB9F background.


White color preview on #7EBB9F background

This text has white color on #7EBB9F background.