COLOR #7EB7BF

HEX: #7EB7BF
RGB: (126,183,191)

Color info

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

RGB color model

#7EB7BF color RGB value is (126,183,191).

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

RGB channels and saturation

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

126
183
191

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

Portions of RGB colors in percentages

R + G + B =
126 + 183 + 191 = 500 (100%)
R 126 of 500 ~ 25.2%
G 183 of 500 ~ 36.6%
B 191 of 500 ~ 38.2%

%25.2
%36.6
%38.2

CMYK color model

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

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

CMYK percentages

%34.03
%4.19
%0
%25.1

Codes

Color #7EB7BF in popluar color models

7EB7BF
RGB126183191
HSL187°33.68%62.16%
HSB/HSV187°34.03%74.90%
CMYK34.03%4.19%0.00%
25.10%

Color #7EB7BF in popluar number systems.

HEX7EB7BF
Decimal126183191
Binary11111101011011110111111
Octal176267277

Shades and tints

Shades of #7EB7BF

#7EB7BF
(126,183,191)
#73A7AE
(115,167,174)
#68979D
(104,151,157)
#5D878C
(93,135,140)
#52777B
(82,119,123)
#47676A
(71,103,106)
#3C5759
(60,87,89)
#314748
(49,71,72)
#263737
(38,55,55)
#1B2726
(27,39,38)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #7EB7BF

#7EB7BF
(126,183,191)
#89BDC4
(137,189,196)
#94C3C9
(148,195,201)
#9FC9CE
(159,201,206)
#AACFD3
(170,207,211)
#B5D5D8
(181,213,216)
#C0DBDD
(192,219,221)
#CBE1E2
(203,225,226)
#D6E7E7
(214,231,231)
#E1EDEC
(225,237,236)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB7BF; }

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

This text font color is #7EB7BF.


Background Color

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

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

This div background color is #7EB7BF.


Border color

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

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

This div border color is #7EB7BF.


Opacity

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

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

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

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

This text has shadow with #7EB7BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB7BF on black background.


Color preview on white background

This text has color #7EB7BF on white background.



Black color preview on #7EB7BF background

This text has black color on #7EB7BF background.


White color preview on #7EB7BF background

This text has white color on #7EB7BF background.