COLOR #7EB3B3

HEX: #7EB3B3
RGB: (126,179,179)

Color info

#7EB3B3 contains red, green and blue colors in about the same proportion. Web safe color of #7EB3B3 is #669999 (or #699).

RGB color model

#7EB3B3 color RGB value is (126,179,179).

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

RGB channels and saturation

R 126 of 255 = 49%
G 179 of 255 = 70%
B 179 of 255 = 70%

126
179
179

R + G + B ~ 63%. #7EB3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 179 = 484 (100%)
R 126 of 484 ~ 26.03%
G 179 of 484 ~ 36.98%
B 179 of 484 ~ 36.98%

%26.03
%36.98
%36.98

CMYK color model

#7EB3B3 color CMYK value is (30,0,0,30).

  • cyan value is 29.61%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(30,0,0,30)
C30M0Y0K30 
(30%,0%,0%,30%)
(0.30/0.00/0.00/0.30)	

CMYK percentages

%29.61
%0
%0
%29.8

Codes

Color #7EB3B3 in popluar color models

7EB3B3
RGB126179179
HSL180°25.85%59.80%
HSB/HSV180°29.61%70.20%
CMYK29.61%0.00%0.00%
29.80%

Color #7EB3B3 in popluar number systems.

HEX7EB3B3
Decimal126179179
Binary11111101011001110110011
Octal176263263

Shades and tints

Shades of #7EB3B3

#7EB3B3
(126,179,179)
#73A3A3
(115,163,163)
#689393
(104,147,147)
#5D8383
(93,131,131)
#527373
(82,115,115)
#476363
(71,99,99)
#3C5353
(60,83,83)
#314343
(49,67,67)
#263333
(38,51,51)
#1B2323
(27,35,35)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7EB3B3

#7EB3B3
(126,179,179)
#89B9B9
(137,185,185)
#94BFBF
(148,191,191)
#9FC5C5
(159,197,197)
#AACBCB
(170,203,203)
#B5D1D1
(181,209,209)
#C0D7D7
(192,215,215)
#CBDDDD
(203,221,221)
#D6E3E3
(214,227,227)
#E1E9E9
(225,233,233)
#ECEFEF
(236,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3B3; }

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

This text font color is #7EB3B3.


Background Color

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

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

This div background color is #7EB3B3.


Border color

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

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

This div border color is #7EB3B3.


Opacity

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

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

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

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

This text has shadow with #7EB3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3B3 on black background.


Color preview on white background

This text has color #7EB3B3 on white background.



Black color preview on #7EB3B3 background

This text has black color on #7EB3B3 background.


White color preview on #7EB3B3 background

This text has white color on #7EB3B3 background.