COLOR #7EB9C1

HEX: #7EB9C1
RGB: (126,185,193)

Color info

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

RGB color model

#7EB9C1 color RGB value is (126,185,193).

  • red value is 126;
  • green value is 185;
  • blue value is 193.
RGB:
(126,185,193)
(49%,73%,76%)

RGB channels and saturation

R 126 of 255 = 49%
G 185 of 255 = 73%
B 193 of 255 = 76%

126
185
193

R + G + B ~ 66%. #7EB9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 185 + 193 = 504 (100%)
R 126 of 504 ~ 25%
G 185 of 504 ~ 36.71%
B 193 of 504 ~ 38.29%

%25
%36.71
%38.29

CMYK color model

#7EB9C1 color CMYK value is (35,4,0,24).

  • cyan value is 34.72%
  • magenta value is 4.15%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(35,4,0,24)
C35M4Y0K24 
(35%,4%,0%,24%)
(0.35/0.04/0.00/0.24)	

CMYK percentages

%34.72
%4.15
%0
%24.31

Codes

Color #7EB9C1 in popluar color models

7EB9C1
RGB126185193
HSL187°35.08%62.55%
HSB/HSV187°34.72%75.69%
CMYK34.72%4.15%0.00%
24.31%

Color #7EB9C1 in popluar number systems.

HEX7EB9C1
Decimal126185193
Binary11111101011100111000001
Octal176271301

Shades and tints

Shades of #7EB9C1

#7EB9C1
(126,185,193)
#73A9B0
(115,169,176)
#68999F
(104,153,159)
#5D898E
(93,137,142)
#52797D
(82,121,125)
#47696C
(71,105,108)
#3C595B
(60,89,91)
#31494A
(49,73,74)
#263939
(38,57,57)
#1B2928
(27,41,40)
#101917
(16,25,23)
#000000
(0,0,0)

Tints of #7EB9C1

#7EB9C1
(126,185,193)
#89BFC6
(137,191,198)
#94C5CB
(148,197,203)
#9FCBD0
(159,203,208)
#AAD1D5
(170,209,213)
#B5D7DA
(181,215,218)
#C0DDDF
(192,221,223)
#CBE3E4
(203,227,228)
#D6E9E9
(214,233,233)
#E1EFEE
(225,239,238)
#ECF5F3
(236,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EB9C1 color. Also use rgb(126,185,193) instead hex code.

Text Font Color

.myTextColor { color: #7EB9C1; }

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

This text font color is #7EB9C1.


Background Color

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

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

This div background color is #7EB9C1.


Border color

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

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

This div border color is #7EB9C1.


Opacity

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

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

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

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

This text has shadow with #7EB9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EB9C1 on black background.


Color preview on white background

This text has color #7EB9C1 on white background.



Black color preview on #7EB9C1 background

This text has black color on #7EB9C1 background.


White color preview on #7EB9C1 background

This text has white color on #7EB9C1 background.