COLOR #7EB8B2

HEX: #7EB8B2
RGB: (126,184,178)

Color info

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

RGB color model

#7EB8B2 color RGB value is (126,184,178).

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

RGB channels and saturation

R 126 of 255 = 49%
G 184 of 255 = 72%
B 178 of 255 = 70%

126
184
178

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

Portions of RGB colors in percentages

R + G + B =
126 + 184 + 178 = 488 (100%)
R 126 of 488 ~ 25.82%
G 184 of 488 ~ 37.7%
B 178 of 488 ~ 36.48%

%25.82
%37.7
%36.48

CMYK color model

#7EB8B2 color CMYK value is (32,0,3,28).

  • cyan value is 31.52%
  • magenta value is 0.00%
  • yellow value is 3.26%
  • key color value is 27.84%
CMYK:
(32,0,3,28)
C32M0Y3K28 
(32%,0%,3%,28%)
(0.32/0.00/0.03/0.28)	

CMYK percentages

%31.52
%0
%3.26
%27.84

Codes

Color #7EB8B2 in popluar color models

7EB8B2
RGB126184178
HSL174°29.00%60.78%
HSB/HSV174°31.52%72.16%
CMYK31.52%0.00%3.26%
27.84%

Color #7EB8B2 in popluar number systems.

HEX7EB8B2
Decimal126184178
Binary11111101011100010110010
Octal176270262

Shades and tints

Shades of #7EB8B2

#7EB8B2
(126,184,178)
#73A8A2
(115,168,162)
#689892
(104,152,146)
#5D8882
(93,136,130)
#527872
(82,120,114)
#476862
(71,104,98)
#3C5852
(60,88,82)
#314842
(49,72,66)
#263832
(38,56,50)
#1B2822
(27,40,34)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #7EB8B2

#7EB8B2
(126,184,178)
#89BEB9
(137,190,185)
#94C4C0
(148,196,192)
#9FCAC7
(159,202,199)
#AAD0CE
(170,208,206)
#B5D6D5
(181,214,213)
#C0DCDC
(192,220,220)
#CBE2E3
(203,226,227)
#D6E8EA
(214,232,234)
#E1EEF1
(225,238,241)
#ECF4F8
(236,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB8B2; }

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

This text font color is #7EB8B2.


Background Color

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

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

This div background color is #7EB8B2.


Border color

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

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

This div border color is #7EB8B2.


Opacity

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

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

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

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

This text has shadow with #7EB8B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB8B2 on black background.


Color preview on white background

This text has color #7EB8B2 on white background.



Black color preview on #7EB8B2 background

This text has black color on #7EB8B2 background.


White color preview on #7EB8B2 background

This text has white color on #7EB8B2 background.