COLOR #7EBF9B

HEX: #7EBF9B RGB: (126,191,155)

Color info

#7EBF9B contains mainly green and blue colors. Web safe color of #7EBF9B is #66CC99 (or #6C9).

RGB color model

#7EBF9B color RGB value is (126,191,155).

RGB: (126,191,155) (49%, 75%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 191 of 255 = 75%
B 155 of 255 = 61%

126
191
155

R + G + B ~ 62%. #7EBF9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 191 + 155 = 472 (100%)
R 126 of 472 ~ 26.69%
G 191 of 472 ~ 40.47%
B 155 of 472 ~ 32.84'%

%26.69
%40.47
%32.84

CMYK color model

#7EBF9B color CMYK value is (34,0,19,25).

  • cyan value is 34.03%
  • magenta value is 0.00%
  • yellow value is 18.85%
  • key color value is 25.10%

CMYK: (34,0,19,25)
C34M0Y19K25 (34%, 0%, 19%, 25%)
(0.34 / 0.00 / 0.19 / 0.25)

CMYK percentages

%34.03
%0
%18.85
%25.1

Codes

Color #7EBF9B in popluar color models

7E BF 9B
RGB 126 191 155
HSL 147° 33.68% 62.16%
HSB/HSV 147° 34.03% 74.90%
CMYK 34.03% 0.00% 18.85%
25.10%

Color #7EBF9B in popluar number systems.

HEX 7E BF 9B
Decimal 126 191 155
Binary 1111110 10111111 10011011
Octal 176 277 233

Shades and tints

Shades of #7EBF9B

#7EBF9B
(126,191,155)
#73AE8D
(115,174,141)
#689D7F
(104,157,127)
#5D8C71
(93,140,113)
#527B63
(82,123,99)
#476A55
(71,106,85)
#3C5947
(60,89,71)
#314839
(49,72,57)
#26372B
(38,55,43)
#1B261D
(27,38,29)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #7EBF9B

#7EBF9B
(126,191,155)
#89C4A4
(137,196,164)
#94C9AD
(148,201,173)
#9FCEB6
(159,206,182)
#AAD3BF
(170,211,191)
#B5D8C8
(181,216,200)
#C0DDD1
(192,221,209)
#CBE2DA
(203,226,218)
#D6E7E3
(214,231,227)
#E1ECEC
(225,236,236)
#ECF1F5
(236,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EBF9B color. Also use rgb(126,191,155) instead hex code.

Text Font Color

.myTextColor { color: #7EBF9B; }

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

This text font color is #7EBF9B.

Background Color

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

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

This div background color is #7EBF9B.

Border color

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

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

This div border color is #7EBF9B.

Opacity

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

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

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

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

This text has shadow with #7EBF9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBF9B.

Preview

Color preview on black background

This text has color #7EBF9B on black background.


Color preview on white background

This text has color #7EBF9B on white background.


Black color preview on #7EBF9B background

This text has black color on #7EBF9B background.


White color preview on #7EBF9B background

This text has white color on #7EBF9B background.


Related colors

Complementary color

Complementary color for #hex is #814064.


I love getcolorcode.com

Triadic colors

1 #9B7EBF and #BF9B7E with #7EBF9B are triadic colors.

2 #9BBF7E and #BF7E9B with #7EBF9B are triadic colors.