COLOR #7EB6D1

HEX: #7EB6D1
RGB: (126,182,209)

Color info

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

RGB color model

#7EB6D1 color RGB value is (126,182,209).

  • red value is 126;
  • green value is 182;
  • blue value is 209.
RGB:
(126,182,209)
(49%,71%,82%)

RGB channels and saturation

R 126 of 255 = 49%
G 182 of 255 = 71%
B 209 of 255 = 82%

126
182
209

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

Portions of RGB colors in percentages

R + G + B =
126 + 182 + 209 = 517 (100%)
R 126 of 517 ~ 24.37%
G 182 of 517 ~ 35.2%
B 209 of 517 ~ 40.43%

%24.37
%35.2
%40.43

CMYK color model

#7EB6D1 color CMYK value is (40,13,0,18).

  • cyan value is 39.71%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(40,13,0,18)
C40M13Y0K18 
(40%,13%,0%,18%)
(0.40/0.13/0.00/0.18)	

CMYK percentages

%39.71
%12.92
%0
%18.04

Codes

Color #7EB6D1 in popluar color models

7EB6D1
RGB126182209
HSL200°47.43%65.69%
HSB/HSV200°39.71%81.96%
CMYK39.71%12.92%0.00%
18.04%

Color #7EB6D1 in popluar number systems.

HEX7EB6D1
Decimal126182209
Binary11111101011011011010001
Octal176266321

Shades and tints

Shades of #7EB6D1

#7EB6D1
(126,182,209)
#73A6BE
(115,166,190)
#6896AB
(104,150,171)
#5D8698
(93,134,152)
#527685
(82,118,133)
#476672
(71,102,114)
#3C565F
(60,86,95)
#31464C
(49,70,76)
#263639
(38,54,57)
#1B2626
(27,38,38)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #7EB6D1

#7EB6D1
(126,182,209)
#89BCD5
(137,188,213)
#94C2D9
(148,194,217)
#9FC8DD
(159,200,221)
#AACEE1
(170,206,225)
#B5D4E5
(181,212,229)
#C0DAE9
(192,218,233)
#CBE0ED
(203,224,237)
#D6E6F1
(214,230,241)
#E1ECF5
(225,236,245)
#ECF2F9
(236,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB6D1 color. Also use rgb(126,182,209) instead hex code.

Text Font Color

.myTextColor { color: #7EB6D1; }

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

This text font color is #7EB6D1.


Background Color

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

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

This div background color is #7EB6D1.


Border color

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

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

This div border color is #7EB6D1.


Opacity

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

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

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

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

This text has shadow with #7EB6D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB6D1 on black background.


Color preview on white background

This text has color #7EB6D1 on white background.



Black color preview on #7EB6D1 background

This text has black color on #7EB6D1 background.


White color preview on #7EB6D1 background

This text has white color on #7EB6D1 background.