COLOR #7EB5B6

HEX: #7EB5B6
RGB: (126,181,182)

Color info

#7EB5B6 contains red, green and blue colors in about the same proportion. Web safe color of #7EB5B6 is #66CCCC (or #6CC).

RGB color model

#7EB5B6 color RGB value is (126,181,182).

  • red value is 126;
  • green value is 181;
  • blue value is 182.
RGB:
(126,181,182)
(49%,71%,71%)

RGB channels and saturation

R 126 of 255 = 49%
G 181 of 255 = 71%
B 182 of 255 = 71%

126
181
182

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

Portions of RGB colors in percentages

R + G + B =
126 + 181 + 182 = 489 (100%)
R 126 of 489 ~ 25.77%
G 181 of 489 ~ 37.01%
B 182 of 489 ~ 37.22%

%25.77
%37.01
%37.22

CMYK color model

#7EB5B6 color CMYK value is (31,1,0,29).

  • cyan value is 30.77%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(31,1,0,29)
C31M1Y0K29 
(31%,1%,0%,29%)
(0.31/0.01/0.00/0.29)	

CMYK percentages

%30.77
%0.55
%0
%28.63

Codes

Color #7EB5B6 in popluar color models

7EB5B6
RGB126181182
HSL181°27.72%60.39%
HSB/HSV181°30.77%71.37%
CMYK30.77%0.55%0.00%
28.63%

Color #7EB5B6 in popluar number systems.

HEX7EB5B6
Decimal126181182
Binary11111101011010110110110
Octal176265266

Shades and tints

Shades of #7EB5B6

#7EB5B6
(126,181,182)
#73A5A6
(115,165,166)
#689596
(104,149,150)
#5D8586
(93,133,134)
#527576
(82,117,118)
#476566
(71,101,102)
#3C5556
(60,85,86)
#314546
(49,69,70)
#263536
(38,53,54)
#1B2526
(27,37,38)
#101516
(16,21,22)
#000000
(0,0,0)

Tints of #7EB5B6

#7EB5B6
(126,181,182)
#89BBBC
(137,187,188)
#94C1C2
(148,193,194)
#9FC7C8
(159,199,200)
#AACDCE
(170,205,206)
#B5D3D4
(181,211,212)
#C0D9DA
(192,217,218)
#CBDFE0
(203,223,224)
#D6E5E6
(214,229,230)
#E1EBEC
(225,235,236)
#ECF1F2
(236,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB5B6 color. Also use rgb(126,181,182) instead hex code.

Text Font Color

.myTextColor { color: #7EB5B6; }

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

This text font color is #7EB5B6.


Background Color

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

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

This div background color is #7EB5B6.


Border color

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

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

This div border color is #7EB5B6.


Opacity

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

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

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

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

This text has shadow with #7EB5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB5B6 on black background.


Color preview on white background

This text has color #7EB5B6 on white background.



Black color preview on #7EB5B6 background

This text has black color on #7EB5B6 background.


White color preview on #7EB5B6 background

This text has white color on #7EB5B6 background.