COLOR #7EBBE6

HEX: #7EBBE6
RGB: (126,187,230)

Color info

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

RGB color model

#7EBBE6 color RGB value is (126,187,230).

  • red value is 126;
  • green value is 187;
  • blue value is 230.
RGB:
(126,187,230)
(49%,73%,90%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 230 of 255 = 90%

126
187
230

R + G + B ~ 71%. #7EBBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 187 + 230 = 543 (100%)
R 126 of 543 ~ 23.2%
G 187 of 543 ~ 34.44%
B 230 of 543 ~ 42.36%

%23.2
%34.44
%42.36

CMYK color model

#7EBBE6 color CMYK value is (45,19,0,10).

  • cyan value is 45.22%
  • magenta value is 18.70%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(45,19,0,10)
C45M19Y0K10 
(45%,19%,0%,10%)
(0.45/0.19/0.00/0.10)	

CMYK percentages

%45.22
%18.7
%0
%9.8

Codes

Color #7EBBE6 in popluar color models

7EBBE6
RGB126187230
HSL205°67.53%69.80%
HSB/HSV205°45.22%90.20%
CMYK45.22%18.70%0.00%
9.80%

Color #7EBBE6 in popluar number systems.

HEX7EBBE6
Decimal126187230
Binary11111101011101111100110
Octal176273346

Shades and tints

Shades of #7EBBE6

#7EBBE6
(126,187,230)
#73AAD2
(115,170,210)
#6899BE
(104,153,190)
#5D88AA
(93,136,170)
#527796
(82,119,150)
#476682
(71,102,130)
#3C556E
(60,85,110)
#31445A
(49,68,90)
#263346
(38,51,70)
#1B2232
(27,34,50)
#10111E
(16,17,30)
#000000
(0,0,0)

Tints of #7EBBE6

#7EBBE6
(126,187,230)
#89C1E8
(137,193,232)
#94C7EA
(148,199,234)
#9FCDEC
(159,205,236)
#AAD3EE
(170,211,238)
#B5D9F0
(181,217,240)
#C0DFF2
(192,223,242)
#CBE5F4
(203,229,244)
#D6EBF6
(214,235,246)
#E1F1F8
(225,241,248)
#ECF7FA
(236,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBBE6 color. Also use rgb(126,187,230) instead hex code.

Text Font Color

.myTextColor { color: #7EBBE6; }

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

This text font color is #7EBBE6.


Background Color

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

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

This div background color is #7EBBE6.


Border color

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

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

This div border color is #7EBBE6.


Opacity

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

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

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

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

This text has shadow with #7EBBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBBE6 on black background.


Color preview on white background

This text has color #7EBBE6 on white background.



Black color preview on #7EBBE6 background

This text has black color on #7EBBE6 background.


White color preview on #7EBBE6 background

This text has white color on #7EBBE6 background.