COLOR #7EB1CF

HEX: #7EB1CF
RGB: (126,177,207)

Color info

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

RGB color model

#7EB1CF color RGB value is (126,177,207).

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

RGB channels and saturation

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

126
177
207

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

Portions of RGB colors in percentages

R + G + B =
126 + 177 + 207 = 510 (100%)
R 126 of 510 ~ 24.71%
G 177 of 510 ~ 34.71%
B 207 of 510 ~ 40.59%

%24.71
%34.71
%40.59

CMYK color model

#7EB1CF color CMYK value is (39,14,0,19).

  • cyan value is 39.13%
  • magenta value is 14.49%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(39,14,0,19)
C39M14Y0K19 
(39%,14%,0%,19%)
(0.39/0.14/0.00/0.19)	

CMYK percentages

%39.13
%14.49
%0
%18.82

Codes

Color #7EB1CF in popluar color models

7EB1CF
RGB126177207
HSL202°45.76%65.29%
HSB/HSV202°39.13%81.18%
CMYK39.13%14.49%0.00%
18.82%

Color #7EB1CF in popluar number systems.

HEX7EB1CF
Decimal126177207
Binary11111101011000111001111
Octal176261317

Shades and tints

Shades of #7EB1CF

#7EB1CF
(126,177,207)
#73A1BD
(115,161,189)
#6891AB
(104,145,171)
#5D8199
(93,129,153)
#527187
(82,113,135)
#476175
(71,97,117)
#3C5163
(60,81,99)
#314151
(49,65,81)
#26313F
(38,49,63)
#1B212D
(27,33,45)
#10111B
(16,17,27)
#000000
(0,0,0)

Tints of #7EB1CF

#7EB1CF
(126,177,207)
#89B8D3
(137,184,211)
#94BFD7
(148,191,215)
#9FC6DB
(159,198,219)
#AACDDF
(170,205,223)
#B5D4E3
(181,212,227)
#C0DBE7
(192,219,231)
#CBE2EB
(203,226,235)
#D6E9EF
(214,233,239)
#E1F0F3
(225,240,243)
#ECF7F7
(236,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EB1CF; }

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

This text font color is #7EB1CF.


Background Color

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

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

This div background color is #7EB1CF.


Border color

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

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

This div border color is #7EB1CF.


Opacity

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

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

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

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

This text has shadow with #7EB1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB1CF on black background.


Color preview on white background

This text has color #7EB1CF on white background.



Black color preview on #7EB1CF background

This text has black color on #7EB1CF background.


White color preview on #7EB1CF background

This text has white color on #7EB1CF background.