COLOR #7EBABA

HEX: #7EBABA
RGB: (126,186,186)

Color info

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

RGB color model

#7EBABA color RGB value is (126,186,186).

  • red value is 126;
  • green value is 186;
  • blue value is 186.
RGB:
(126,186,186)
(49%,73%,73%)

RGB channels and saturation

R 126 of 255 = 49%
G 186 of 255 = 73%
B 186 of 255 = 73%

126
186
186

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

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 186 = 498 (100%)
R 126 of 498 ~ 25.3%
G 186 of 498 ~ 37.35%
B 186 of 498 ~ 37.35%

%25.3
%37.35
%37.35

CMYK color model

#7EBABA color CMYK value is (32,0,0,27).

  • cyan value is 32.26%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,0,0,27)
C32M0Y0K27 
(32%,0%,0%,27%)
(0.32/0.00/0.00/0.27)	

CMYK percentages

%32.26
%0
%0
%27.06

Codes

Color #7EBABA in popluar color models

7EBABA
RGB126186186
HSL180°30.30%61.18%
HSB/HSV180°32.26%72.94%
CMYK32.26%0.00%0.00%
27.06%

Color #7EBABA in popluar number systems.

HEX7EBABA
Decimal126186186
Binary11111101011101010111010
Octal176272272

Shades and tints

Shades of #7EBABA

#7EBABA
(126,186,186)
#73AAAA
(115,170,170)
#689A9A
(104,154,154)
#5D8A8A
(93,138,138)
#527A7A
(82,122,122)
#476A6A
(71,106,106)
#3C5A5A
(60,90,90)
#314A4A
(49,74,74)
#263A3A
(38,58,58)
#1B2A2A
(27,42,42)
#101A1A
(16,26,26)
#000000
(0,0,0)

Tints of #7EBABA

#7EBABA
(126,186,186)
#89C0C0
(137,192,192)
#94C6C6
(148,198,198)
#9FCCCC
(159,204,204)
#AAD2D2
(170,210,210)
#B5D8D8
(181,216,216)
#C0DEDE
(192,222,222)
#CBE4E4
(203,228,228)
#D6EAEA
(214,234,234)
#E1F0F0
(225,240,240)
#ECF6F6
(236,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBABA; }

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

This text font color is #7EBABA.


Background Color

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

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

This div background color is #7EBABA.


Border color

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

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

This div border color is #7EBABA.


Opacity

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

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

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

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

This text has shadow with #7EBABA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBABA on black background.


Color preview on white background

This text has color #7EBABA on white background.



Black color preview on #7EBABA background

This text has black color on #7EBABA background.


White color preview on #7EBABA background

This text has white color on #7EBABA background.