COLOR #7EBDD0

HEX: #7EBDD0
RGB: (126,189,208)

Color info

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

RGB color model

#7EBDD0 color RGB value is (126,189,208).

  • red value is 126;
  • green value is 189;
  • blue value is 208.
RGB:
(126,189,208)
(49%,74%,82%)

RGB channels and saturation

R 126 of 255 = 49%
G 189 of 255 = 74%
B 208 of 255 = 82%

126
189
208

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

Portions of RGB colors in percentages

R + G + B =
126 + 189 + 208 = 523 (100%)
R 126 of 523 ~ 24.09%
G 189 of 523 ~ 36.14%
B 208 of 523 ~ 39.77%

%24.09
%36.14
%39.77

CMYK color model

#7EBDD0 color CMYK value is (39,9,0,18).

  • cyan value is 39.42%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(39,9,0,18)
C39M9Y0K18 
(39%,9%,0%,18%)
(0.39/0.09/0.00/0.18)	

CMYK percentages

%39.42
%9.13
%0
%18.43

Codes

Color #7EBDD0 in popluar color models

7EBDD0
RGB126189208
HSL194°46.59%65.49%
HSB/HSV194°39.42%81.57%
CMYK39.42%9.13%0.00%
18.43%

Color #7EBDD0 in popluar number systems.

HEX7EBDD0
Decimal126189208
Binary11111101011110111010000
Octal176275320

Shades and tints

Shades of #7EBDD0

#7EBDD0
(126,189,208)
#73ACBE
(115,172,190)
#689BAC
(104,155,172)
#5D8A9A
(93,138,154)
#527988
(82,121,136)
#476876
(71,104,118)
#3C5764
(60,87,100)
#314652
(49,70,82)
#263540
(38,53,64)
#1B242E
(27,36,46)
#10131C
(16,19,28)
#000000
(0,0,0)

Tints of #7EBDD0

#7EBDD0
(126,189,208)
#89C3D4
(137,195,212)
#94C9D8
(148,201,216)
#9FCFDC
(159,207,220)
#AAD5E0
(170,213,224)
#B5DBE4
(181,219,228)
#C0E1E8
(192,225,232)
#CBE7EC
(203,231,236)
#D6EDF0
(214,237,240)
#E1F3F4
(225,243,244)
#ECF9F8
(236,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBDD0 color. Also use rgb(126,189,208) instead hex code.

Text Font Color

.myTextColor { color: #7EBDD0; }

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

This text font color is #7EBDD0.


Background Color

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

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

This div background color is #7EBDD0.


Border color

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

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

This div border color is #7EBDD0.


Opacity

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

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

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

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

This text has shadow with #7EBDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBDD0 on black background.


Color preview on white background

This text has color #7EBDD0 on white background.



Black color preview on #7EBDD0 background

This text has black color on #7EBDD0 background.


White color preview on #7EBDD0 background

This text has white color on #7EBDD0 background.