COLOR #7EB5D7

HEX: #7EB5D7
RGB: (126,181,215)

Color info

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

RGB color model

#7EB5D7 color RGB value is (126,181,215).

  • red value is 126;
  • green value is 181;
  • blue value is 215.
RGB:
(126,181,215)
(49%,71%,84%)

RGB channels and saturation

R 126 of 255 = 49%
G 181 of 255 = 71%
B 215 of 255 = 84%

126
181
215

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

Portions of RGB colors in percentages

R + G + B =
126 + 181 + 215 = 522 (100%)
R 126 of 522 ~ 24.14%
G 181 of 522 ~ 34.67%
B 215 of 522 ~ 41.19%

%24.14
%34.67
%41.19

CMYK color model

#7EB5D7 color CMYK value is (41,16,0,16).

  • cyan value is 41.40%
  • magenta value is 15.81%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(41,16,0,16)
C41M16Y0K16 
(41%,16%,0%,16%)
(0.41/0.16/0.00/0.16)	

CMYK percentages

%41.4
%15.81
%0
%15.69

Codes

Color #7EB5D7 in popluar color models

7EB5D7
RGB126181215
HSL203°52.66%66.86%
HSB/HSV203°41.40%84.31%
CMYK41.40%15.81%0.00%
15.69%

Color #7EB5D7 in popluar number systems.

HEX7EB5D7
Decimal126181215
Binary11111101011010111010111
Octal176265327

Shades and tints

Shades of #7EB5D7

#7EB5D7
(126,181,215)
#73A5C4
(115,165,196)
#6895B1
(104,149,177)
#5D859E
(93,133,158)
#52758B
(82,117,139)
#476578
(71,101,120)
#3C5565
(60,85,101)
#314552
(49,69,82)
#26353F
(38,53,63)
#1B252C
(27,37,44)
#101519
(16,21,25)
#000000
(0,0,0)

Tints of #7EB5D7

#7EB5D7
(126,181,215)
#89BBDA
(137,187,218)
#94C1DD
(148,193,221)
#9FC7E0
(159,199,224)
#AACDE3
(170,205,227)
#B5D3E6
(181,211,230)
#C0D9E9
(192,217,233)
#CBDFEC
(203,223,236)
#D6E5EF
(214,229,239)
#E1EBF2
(225,235,242)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB5D7 color. Also use rgb(126,181,215) instead hex code.

Text Font Color

.myTextColor { color: #7EB5D7; }

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

This text font color is #7EB5D7.


Background Color

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

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

This div background color is #7EB5D7.


Border color

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

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

This div border color is #7EB5D7.


Opacity

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

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

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

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

This text has shadow with #7EB5D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB5D7 on black background.


Color preview on white background

This text has color #7EB5D7 on white background.



Black color preview on #7EB5D7 background

This text has black color on #7EB5D7 background.


White color preview on #7EB5D7 background

This text has white color on #7EB5D7 background.