COLOR #7EBFB8

HEX: #7EBFB8
RGB: (126,191,184)

Color info

#7EBFB8 contains mainly green and blue colors. Web safe color of #7EBFB8 is #66CCCC (or #6CC).

RGB color model

#7EBFB8 color RGB value is (126,191,184).

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

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 184 of 255 = 72%

126
191
184

R + G + B ~ 65%. #7EBFB8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 191 + 184 = 501 (100%)
R 126 of 501 ~ 25.15%
G 191 of 501 ~ 38.12%
B 184 of 501 ~ 36.73%

%25.15
%38.12
%36.73

CMYK color model

#7EBFB8 color CMYK value is (34,0,4,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 25.10%
CMYK:
(34,0,4,25)
C34M0Y4K25 
(34%,0%,4%,25%)
(0.34/0.00/0.04/0.25)	

CMYK percentages

%34.03
%0
%3.66
%25.1

Codes

Color #7EBFB8 in popluar color models

7EBFB8
RGB126191184
HSL174°33.68%62.16%
HSB/HSV174°34.03%74.90%
CMYK34.03%0.00%3.66%
25.10%

Color #7EBFB8 in popluar number systems.

HEX7EBFB8
Decimal126191184
Binary11111101011111110111000
Octal176277270

Shades and tints

Shades of #7EBFB8

#7EBFB8
(126,191,184)
#73AEA8
(115,174,168)
#689D98
(104,157,152)
#5D8C88
(93,140,136)
#527B78
(82,123,120)
#476A68
(71,106,104)
#3C5958
(60,89,88)
#314848
(49,72,72)
#263738
(38,55,56)
#1B2628
(27,38,40)
#101518
(16,21,24)
#000000
(0,0,0)

Tints of #7EBFB8

#7EBFB8
(126,191,184)
#89C4BE
(137,196,190)
#94C9C4
(148,201,196)
#9FCECA
(159,206,202)
#AAD3D0
(170,211,208)
#B5D8D6
(181,216,214)
#C0DDDC
(192,221,220)
#CBE2E2
(203,226,226)
#D6E7E8
(214,231,232)
#E1ECEE
(225,236,238)
#ECF1F4
(236,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBFB8; }

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

This text font color is #7EBFB8.


Background Color

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

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

This div background color is #7EBFB8.


Border color

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

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

This div border color is #7EBFB8.


Opacity

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

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

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

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

This text has shadow with #7EBFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBFB8 on black background.


Color preview on white background

This text has color #7EBFB8 on white background.



Black color preview on #7EBFB8 background

This text has black color on #7EBFB8 background.


White color preview on #7EBFB8 background

This text has white color on #7EBFB8 background.