COLOR #7EB8D2

HEX: #7EB8D2
RGB: (126,184,210)

Color info

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

RGB color model

#7EB8D2 color RGB value is (126,184,210).

  • red value is 126;
  • green value is 184;
  • blue value is 210.
RGB:
(126,184,210)
(49%,72%,82%)

RGB channels and saturation

R 126 of 255 = 49%
G 184 of 255 = 72%
B 210 of 255 = 82%

126
184
210

R + G + B ~ 68%. #7EB8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 184 + 210 = 520 (100%)
R 126 of 520 ~ 24.23%
G 184 of 520 ~ 35.38%
B 210 of 520 ~ 40.38%

%24.23
%35.38
%40.38

CMYK color model

#7EB8D2 color CMYK value is (40,12,0,18).

  • cyan value is 40.00%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(40,12,0,18)
C40M12Y0K18 
(40%,12%,0%,18%)
(0.40/0.12/0.00/0.18)	

CMYK percentages

%40
%12.38
%0
%17.65

Codes

Color #7EB8D2 in popluar color models

7EB8D2
RGB126184210
HSL199°48.28%65.88%
HSB/HSV199°40.00%82.35%
CMYK40.00%12.38%0.00%
17.65%

Color #7EB8D2 in popluar number systems.

HEX7EB8D2
Decimal126184210
Binary11111101011100011010010
Octal176270322

Shades and tints

Shades of #7EB8D2

#7EB8D2
(126,184,210)
#73A8BF
(115,168,191)
#6898AC
(104,152,172)
#5D8899
(93,136,153)
#527886
(82,120,134)
#476873
(71,104,115)
#3C5860
(60,88,96)
#31484D
(49,72,77)
#26383A
(38,56,58)
#1B2827
(27,40,39)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #7EB8D2

#7EB8D2
(126,184,210)
#89BED6
(137,190,214)
#94C4DA
(148,196,218)
#9FCADE
(159,202,222)
#AAD0E2
(170,208,226)
#B5D6E6
(181,214,230)
#C0DCEA
(192,220,234)
#CBE2EE
(203,226,238)
#D6E8F2
(214,232,242)
#E1EEF6
(225,238,246)
#ECF4FA
(236,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB8D2 color. Also use rgb(126,184,210) instead hex code.

Text Font Color

.myTextColor { color: #7EB8D2; }

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

This text font color is #7EB8D2.


Background Color

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

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

This div background color is #7EB8D2.


Border color

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

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

This div border color is #7EB8D2.


Opacity

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

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

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

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

This text has shadow with #7EB8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB8D2 on black background.


Color preview on white background

This text has color #7EB8D2 on white background.



Black color preview on #7EB8D2 background

This text has black color on #7EB8D2 background.


White color preview on #7EB8D2 background

This text has white color on #7EB8D2 background.