COLOR #7EB3BD

HEX: #7EB3BD
RGB: (126,179,189)

Color info

#7EB3BD contains mainly green and blue colors. Web safe color of #7EB3BD is #6699CC (or #69C).

RGB color model

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

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

RGB channels and saturation

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

126
179
189

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

Portions of RGB colors in percentages

R + G + B =
126 + 179 + 189 = 494 (100%)
R 126 of 494 ~ 25.51%
G 179 of 494 ~ 36.23%
B 189 of 494 ~ 38.26%

%25.51
%36.23
%38.26

CMYK color model

#7EB3BD color CMYK value is (33,5,0,26).

  • cyan value is 33.33%
  • magenta value is 5.29%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,5,0,26)
C33M5Y0K26 
(33%,5%,0%,26%)
(0.33/0.05/0.00/0.26)	

CMYK percentages

%33.33
%5.29
%0
%25.88

Codes

Color #7EB3BD in popluar color models

7EB3BD
RGB126179189
HSL190°32.31%61.76%
HSB/HSV190°33.33%74.12%
CMYK33.33%5.29%0.00%
25.88%

Color #7EB3BD in popluar number systems.

HEX7EB3BD
Decimal126179189
Binary11111101011001110111101
Octal176263275

Shades and tints

Shades of #7EB3BD

#7EB3BD
(126,179,189)
#73A3AC
(115,163,172)
#68939B
(104,147,155)
#5D838A
(93,131,138)
#527379
(82,115,121)
#476368
(71,99,104)
#3C5357
(60,83,87)
#314346
(49,67,70)
#263335
(38,51,53)
#1B2324
(27,35,36)
#101313
(16,19,19)
#000000
(0,0,0)

Tints of #7EB3BD

#7EB3BD
(126,179,189)
#89B9C3
(137,185,195)
#94BFC9
(148,191,201)
#9FC5CF
(159,197,207)
#AACBD5
(170,203,213)
#B5D1DB
(181,209,219)
#C0D7E1
(192,215,225)
#CBDDE7
(203,221,231)
#D6E3ED
(214,227,237)
#E1E9F3
(225,233,243)
#ECEFF9
(236,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB3BD; }

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

This text font color is #7EB3BD.


Background Color

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

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

This div background color is #7EB3BD.


Border color

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

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

This div border color is #7EB3BD.


Opacity

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

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

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

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

This text has shadow with #7EB3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB3BD on black background.


Color preview on white background

This text has color #7EB3BD on white background.



Black color preview on #7EB3BD background

This text has black color on #7EB3BD background.


White color preview on #7EB3BD background

This text has white color on #7EB3BD background.