COLOR #7EB0CF

HEX: #7EB0CF
RGB: (126,176,207)

Color info

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

RGB color model

#7EB0CF color RGB value is (126,176,207).

  • red value is 126;
  • green value is 176;
  • blue value is 207.
RGB:
(126,176,207)
(49%,69%,81%)

RGB channels and saturation

R 126 of 255 = 49%
G 176 of 255 = 69%
B 207 of 255 = 81%

126
176
207

R + G + B ~ 66%. #7EB0CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 176 + 207 = 509 (100%)
R 126 of 509 ~ 24.75%
G 176 of 509 ~ 34.58%
B 207 of 509 ~ 40.67%

%24.75
%34.58
%40.67

CMYK color model

#7EB0CF color CMYK value is (39,15,0,19).

  • cyan value is 39.13%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(39,15,0,19)
C39M15Y0K19 
(39%,15%,0%,19%)
(0.39/0.15/0.00/0.19)	

CMYK percentages

%39.13
%14.98
%0
%18.82

Codes

Color #7EB0CF in popluar color models

7EB0CF
RGB126176207
HSL203°45.76%65.29%
HSB/HSV203°39.13%81.18%
CMYK39.13%14.98%0.00%
18.82%

Color #7EB0CF in popluar number systems.

HEX7EB0CF
Decimal126176207
Binary11111101011000011001111
Octal176260317

Shades and tints

Shades of #7EB0CF

#7EB0CF
(126,176,207)
#73A0BD
(115,160,189)
#6890AB
(104,144,171)
#5D8099
(93,128,153)
#527087
(82,112,135)
#476075
(71,96,117)
#3C5063
(60,80,99)
#314051
(49,64,81)
#26303F
(38,48,63)
#1B202D
(27,32,45)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #7EB0CF

#7EB0CF
(126,176,207)
#89B7D3
(137,183,211)
#94BED7
(148,190,215)
#9FC5DB
(159,197,219)
#AACCDF
(170,204,223)
#B5D3E3
(181,211,227)
#C0DAE7
(192,218,231)
#CBE1EB
(203,225,235)
#D6E8EF
(214,232,239)
#E1EFF3
(225,239,243)
#ECF6F7
(236,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB0CF; }

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

This text font color is #7EB0CF.


Background Color

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

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

This div background color is #7EB0CF.


Border color

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

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

This div border color is #7EB0CF.


Opacity

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

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

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

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

This text has shadow with #7EB0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB0CF on black background.


Color preview on white background

This text has color #7EB0CF on white background.



Black color preview on #7EB0CF background

This text has black color on #7EB0CF background.


White color preview on #7EB0CF background

This text has white color on #7EB0CF background.