COLOR #7EBCC9

HEX: #7EBCC9
RGB: (126,188,201)

Color info

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

RGB color model

#7EBCC9 color RGB value is (126,188,201).

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

RGB channels and saturation

R 126 of 255 = 49%
G 188 of 255 = 74%
B 201 of 255 = 79%

126
188
201

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

Portions of RGB colors in percentages

R + G + B =
126 + 188 + 201 = 515 (100%)
R 126 of 515 ~ 24.47%
G 188 of 515 ~ 36.5%
B 201 of 515 ~ 39.03%

%24.47
%36.5
%39.03

CMYK color model

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

  • cyan value is 37.31%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(37,6,0,21)
C37M6Y0K21 
(37%,6%,0%,21%)
(0.37/0.06/0.00/0.21)	

CMYK percentages

%37.31
%6.47
%0
%21.18

Codes

Color #7EBCC9 in popluar color models

7EBCC9
RGB126188201
HSL190°40.98%64.12%
HSB/HSV190°37.31%78.82%
CMYK37.31%6.47%0.00%
21.18%

Color #7EBCC9 in popluar number systems.

HEX7EBCC9
Decimal126188201
Binary11111101011110011001001
Octal176274311

Shades and tints

Shades of #7EBCC9

#7EBCC9
(126,188,201)
#73ABB7
(115,171,183)
#689AA5
(104,154,165)
#5D8993
(93,137,147)
#527881
(82,120,129)
#47676F
(71,103,111)
#3C565D
(60,86,93)
#31454B
(49,69,75)
#263439
(38,52,57)
#1B2327
(27,35,39)
#101215
(16,18,21)
#000000
(0,0,0)

Tints of #7EBCC9

#7EBCC9
(126,188,201)
#89C2CD
(137,194,205)
#94C8D1
(148,200,209)
#9FCED5
(159,206,213)
#AAD4D9
(170,212,217)
#B5DADD
(181,218,221)
#C0E0E1
(192,224,225)
#CBE6E5
(203,230,229)
#D6ECE9
(214,236,233)
#E1F2ED
(225,242,237)
#ECF8F1
(236,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBCC9; }

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

This text font color is #7EBCC9.


Background Color

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

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

This div background color is #7EBCC9.


Border color

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

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

This div border color is #7EBCC9.


Opacity

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

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

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

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

This text has shadow with #7EBCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBCC9 on black background.


Color preview on white background

This text has color #7EBCC9 on white background.



Black color preview on #7EBCC9 background

This text has black color on #7EBCC9 background.


White color preview on #7EBCC9 background

This text has white color on #7EBCC9 background.