COLOR #7EBEB7

HEX: #7EBEB7
RGB: (126,190,183)

Color info

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

RGB color model

#7EBEB7 color RGB value is (126,190,183).

  • red value is 126;
  • green value is 190;
  • blue value is 183.
RGB:
(126,190,183)
(49%,75%,72%)

RGB channels and saturation

R 126 of 255 = 49%
G 190 of 255 = 75%
B 183 of 255 = 72%

126
190
183

R + G + B ~ 65%. #7EBEB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
126 + 190 + 183 = 499 (100%)
R 126 of 499 ~ 25.25%
G 190 of 499 ~ 38.08%
B 183 of 499 ~ 36.67%

%25.25
%38.08
%36.67

CMYK color model

#7EBEB7 color CMYK value is (34,0,4,25).

  • cyan value is 33.68%
  • magenta value is 0.00%
  • yellow value is 3.68%
  • key color value is 25.49%
CMYK:
(34,0,4,25)
C34M0Y4K25 
(34%,0%,4%,25%)
(0.34/0.00/0.04/0.25)	

CMYK percentages

%33.68
%0
%3.68
%25.49

Codes

Color #7EBEB7 in popluar color models

7EBEB7
RGB126190183
HSL173°32.99%61.96%
HSB/HSV173°33.68%74.51%
CMYK33.68%0.00%3.68%
25.49%

Color #7EBEB7 in popluar number systems.

HEX7EBEB7
Decimal126190183
Binary11111101011111010110111
Octal176276267

Shades and tints

Shades of #7EBEB7

#7EBEB7
(126,190,183)
#73ADA7
(115,173,167)
#689C97
(104,156,151)
#5D8B87
(93,139,135)
#527A77
(82,122,119)
#476967
(71,105,103)
#3C5857
(60,88,87)
#314747
(49,71,71)
#263637
(38,54,55)
#1B2527
(27,37,39)
#101417
(16,20,23)
#000000
(0,0,0)

Tints of #7EBEB7

#7EBEB7
(126,190,183)
#89C3BD
(137,195,189)
#94C8C3
(148,200,195)
#9FCDC9
(159,205,201)
#AAD2CF
(170,210,207)
#B5D7D5
(181,215,213)
#C0DCDB
(192,220,219)
#CBE1E1
(203,225,225)
#D6E6E7
(214,230,231)
#E1EBED
(225,235,237)
#ECF0F3
(236,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBEB7 color. Also use rgb(126,190,183) instead hex code.

Text Font Color

.myTextColor { color: #7EBEB7; }

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

This text font color is #7EBEB7.


Background Color

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

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

This div background color is #7EBEB7.


Border color

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

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

This div border color is #7EBEB7.


Opacity

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

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

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

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

This text has shadow with #7EBEB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7EBEB7 on black background.


Color preview on white background

This text has color #7EBEB7 on white background.



Black color preview on #7EBEB7 background

This text has black color on #7EBEB7 background.


White color preview on #7EBEB7 background

This text has white color on #7EBEB7 background.