COLOR #7EBB9B

HEX: #7EBB9B RGB: (126,187,155)

Color info

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

RGB color model

#7EBB9B color RGB value is (126,187,155).

RGB: (126,187,155) (49%, 73%, 61%)

RGB channels and saturation

R 126 of 255 = 49%
G 187 of 255 = 73%
B 155 of 255 = 61%

126
187
155

R + G + B ~ 61%. #7EBB9B is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 187 + 155 = 468 (100%)
R 126 of 468 ~ 26.92%
G 187 of 468 ~ 39.96%
B 155 of 468 ~ 33.12'%

%26.92
%39.96
%33.12

CMYK color model

#7EBB9B color CMYK value is (33,0,17,27).

  • cyan value is 32.62%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (33,0,17,27)
C33M0Y17K27 (33%, 0%, 17%, 27%)
(0.33 / 0.00 / 0.17 / 0.27)

CMYK percentages

%32.62
%0
%17.11
%26.67

Codes

Color #7EBB9B in popluar color models

7E BB 9B
RGB 126 187 155
HSL 149° 30.96% 61.37%
HSB/HSV 149° 32.62% 73.33%
CMYK 32.62% 0.00% 17.11%
26.67%

Color #7EBB9B in popluar number systems.

HEX 7E BB 9B
Decimal 126 187 155
Binary 1111110 10111011 10011011
Octal 176 273 233

Shades and tints

Shades of #7EBB9B

#7EBB9B
(126,187,155)
#73AA8D
(115,170,141)
#68997F
(104,153,127)
#5D8871
(93,136,113)
#527763
(82,119,99)
#476655
(71,102,85)
#3C5547
(60,85,71)
#314439
(49,68,57)
#26332B
(38,51,43)
#1B221D
(27,34,29)
#10110F
(16,17,15)
#000000
(0,0,0)

Tints of #7EBB9B

#7EBB9B
(126,187,155)
#89C1A4
(137,193,164)
#94C7AD
(148,199,173)
#9FCDB6
(159,205,182)
#AAD3BF
(170,211,191)
#B5D9C8
(181,217,200)
#C0DFD1
(192,223,209)
#CBE5DA
(203,229,218)
#D6EBE3
(214,235,227)
#E1F1EC
(225,241,236)
#ECF7F5
(236,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7EBB9B; }

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

This text font color is #7EBB9B.

Background Color

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

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

This div background color is #7EBB9B.

Border color

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

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

This div border color is #7EBB9B.

Opacity

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

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

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

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

This text has shadow with #7EBB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EBB9B.

Preview

Color preview on black background

This text has color #7EBB9B on black background.


Color preview on white background

This text has color #7EBB9B on white background.


Black color preview on #7EBB9B background

This text has black color on #7EBB9B background.


White color preview on #7EBB9B background

This text has white color on #7EBB9B background.


Related colors

Complementary color

Complementary color for #hex is #814464.


I love getcolorcode.com

Triadic colors

1 #9B7EBB and #BB9B7E with #7EBB9B are triadic colors.

2 #9BBB7E and #BB7E9B with #7EBB9B are triadic colors.