COLOR #7EBAC9

HEX: #7EBAC9
RGB: (126,186,201)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

126
186
201

R + G + B ~ 67%. #7EBAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 186 + 201 = 513 (100%)
R 126 of 513 ~ 24.56%
G 186 of 513 ~ 36.26%
B 201 of 513 ~ 39.18%

%24.56
%36.26
%39.18

CMYK color model

#7EBAC9 color CMYK value is (37,7,0,21).

  • cyan value is 37.31%
  • magenta value is 7.46%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(37,7,0,21)
C37M7Y0K21 
(37%,7%,0%,21%)
(0.37/0.07/0.00/0.21)	

CMYK percentages

%37.31
%7.46
%0
%21.18

Codes

Color #7EBAC9 in popluar color models

7EBAC9
RGB126186201
HSL192°40.98%64.12%
HSB/HSV192°37.31%78.82%
CMYK37.31%7.46%0.00%
21.18%

Color #7EBAC9 in popluar number systems.

HEX7EBAC9
Decimal126186201
Binary11111101011101011001001
Octal176272311

Shades and tints

Shades of #7EBAC9

#7EBAC9
(126,186,201)
#73AAB7
(115,170,183)
#689AA5
(104,154,165)
#5D8A93
(93,138,147)
#527A81
(82,122,129)
#476A6F
(71,106,111)
#3C5A5D
(60,90,93)
#314A4B
(49,74,75)
#263A39
(38,58,57)
#1B2A27
(27,42,39)
#101A15
(16,26,21)
#000000
(0,0,0)

Tints of #7EBAC9

#7EBAC9
(126,186,201)
#89C0CD
(137,192,205)
#94C6D1
(148,198,209)
#9FCCD5
(159,204,213)
#AAD2D9
(170,210,217)
#B5D8DD
(181,216,221)
#C0DEE1
(192,222,225)
#CBE4E5
(203,228,229)
#D6EAE9
(214,234,233)
#E1F0ED
(225,240,237)
#ECF6F1
(236,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBAC9; }

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

This text font color is #7EBAC9.


Background Color

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

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

This div background color is #7EBAC9.


Border color

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

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

This div border color is #7EBAC9.


Opacity

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

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

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

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

This text has shadow with #7EBAC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBAC9 on black background.


Color preview on white background

This text has color #7EBAC9 on white background.



Black color preview on #7EBAC9 background

This text has black color on #7EBAC9 background.


White color preview on #7EBAC9 background

This text has white color on #7EBAC9 background.