COLOR #7EBFB0

HEX: #7EBFB0
RGB: (126,191,176)

Color info

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

RGB color model

#7EBFB0 color RGB value is (126,191,176).

  • red value is 126;
  • green value is 191;
  • blue value is 176.
RGB:
(126,191,176)
(49%,75%,69%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 176 of 255 = 69%

126
191
176

R + G + B ~ 64%. #7EBFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 176 = 493 (100%)
R 126 of 493 ~ 25.56%
G 191 of 493 ~ 38.74%
B 176 of 493 ~ 35.7%

%25.56
%38.74
%35.7

CMYK color model

#7EBFB0 color CMYK value is (34,0,8,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 7.85%
  • key color value is 25.10%
CMYK:
(34,0,8,25)
C34M0Y8K25 
(34%,0%,8%,25%)
(0.34/0.00/0.08/0.25)	

CMYK percentages

%34.03
%0
%7.85
%25.1

Codes

Color #7EBFB0 in popluar color models

7EBFB0
RGB126191176
HSL166°33.68%62.16%
HSB/HSV166°34.03%74.90%
CMYK34.03%0.00%7.85%
25.10%

Color #7EBFB0 in popluar number systems.

HEX7EBFB0
Decimal126191176
Binary11111101011111110110000
Octal176277260

Shades and tints

Shades of #7EBFB0

#7EBFB0
(126,191,176)
#73AEA0
(115,174,160)
#689D90
(104,157,144)
#5D8C80
(93,140,128)
#527B70
(82,123,112)
#476A60
(71,106,96)
#3C5950
(60,89,80)
#314840
(49,72,64)
#263730
(38,55,48)
#1B2620
(27,38,32)
#101510
(16,21,16)
#000000
(0,0,0)

Tints of #7EBFB0

#7EBFB0
(126,191,176)
#89C4B7
(137,196,183)
#94C9BE
(148,201,190)
#9FCEC5
(159,206,197)
#AAD3CC
(170,211,204)
#B5D8D3
(181,216,211)
#C0DDDA
(192,221,218)
#CBE2E1
(203,226,225)
#D6E7E8
(214,231,232)
#E1ECEF
(225,236,239)
#ECF1F6
(236,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBFB0 color. Also use rgb(126,191,176) instead hex code.

Text Font Color

.myTextColor { color: #7EBFB0; }

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

This text font color is #7EBFB0.


Background Color

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

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

This div background color is #7EBFB0.


Border color

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

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

This div border color is #7EBFB0.


Opacity

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

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

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

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

This text has shadow with #7EBFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBFB0 on black background.


Color preview on white background

This text has color #7EBFB0 on white background.



Black color preview on #7EBFB0 background

This text has black color on #7EBFB0 background.


White color preview on #7EBFB0 background

This text has white color on #7EBFB0 background.