COLOR #7EB0BF

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

Color info

#7EB0BF contains mainly green and blue colors. Web safe color of #7EB0BF is #6699CC (or #69C).

RGB color model

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

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

RGB channels and saturation

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

126
176
191

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

Portions of RGB colors in percentages

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

%25.56
%35.7
%38.74

CMYK color model

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

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

CMYK percentages

%34.03
%7.85
%0
%25.1

Codes

Color #7EB0BF in popluar color models

7EB0BF
RGB126176191
HSL194°33.68%62.16%
HSB/HSV194°34.03%74.90%
CMYK34.03%7.85%0.00%
25.10%

Color #7EB0BF in popluar number systems.

HEX7EB0BF
Decimal126176191
Binary11111101011000010111111
Octal176260277

Shades and tints

Shades of #7EB0BF

#7EB0BF
(126,176,191)
#73A0AE
(115,160,174)
#68909D
(104,144,157)
#5D808C
(93,128,140)
#52707B
(82,112,123)
#47606A
(71,96,106)
#3C5059
(60,80,89)
#314048
(49,64,72)
#263037
(38,48,55)
#1B2026
(27,32,38)
#101015
(16,16,21)
#000000
(0,0,0)

Tints of #7EB0BF

#7EB0BF
(126,176,191)
#89B7C4
(137,183,196)
#94BEC9
(148,190,201)
#9FC5CE
(159,197,206)
#AACCD3
(170,204,211)
#B5D3D8
(181,211,216)
#C0DADD
(192,218,221)
#CBE1E2
(203,225,226)
#D6E8E7
(214,232,231)
#E1EFEC
(225,239,236)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB0BF; }

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

This text font color is #7EB0BF.


Background Color

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

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

This div background color is #7EB0BF.


Border color

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

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

This div border color is #7EB0BF.


Opacity

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

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

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

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

This text has shadow with #7EB0BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB0BF on black background.


Color preview on white background

This text has color #7EB0BF on white background.



Black color preview on #7EB0BF background

This text has black color on #7EB0BF background.


White color preview on #7EB0BF background

This text has white color on #7EB0BF background.