COLOR #7BC493

HEX: #7BC493 RGB: (123,196,147)

Color info

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

RGB color model

#7BC493 color RGB value is (123,196,147).

RGB: (123,196,147) (48%, 77%, 58%)

RGB channels and saturation

R 123 of 255 = 48%
G 196 of 255 = 77%
B 147 of 255 = 58%

123
196
147

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

Portions of RGB colors in percentages

R + G + B = 123 + 196 + 147 = 466 (100%)
R 123 of 466 ~ 26.39%
G 196 of 466 ~ 42.06%
B 147 of 466 ~ 31.55'%

%26.39
%42.06
%31.55

CMYK color model

#7BC493 color CMYK value is (37,0,25,23).

  • cyan value is 37.24%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 23.14%

CMYK: (37,0,25,23)
C37M0Y25K23 (37%, 0%, 25%, 23%)
(0.37 / 0.00 / 0.25 / 0.23)

CMYK percentages

%37.24
%0
%25
%23.14

Codes

Color #7BC493 in popluar color models

7B C4 93
RGB 123 196 147
HSL 140° 38.22% 62.55%
HSB/HSV 140° 37.24% 76.86%
CMYK 37.24% 0.00% 25.00%
23.14%

Color #7BC493 in popluar number systems.

HEX 7B C4 93
Decimal 123 196 147
Binary 1111011 11000100 10010011
Octal 173 304 223

Shades and tints

Shades of #7BC493

#7BC493
(123,196,147)
#70B386
(112,179,134)
#65A279
(101,162,121)
#5A916C
(90,145,108)
#4F805F
(79,128,95)
#446F52
(68,111,82)
#395E45
(57,94,69)
#2E4D38
(46,77,56)
#233C2B
(35,60,43)
#182B1E
(24,43,30)
#0D1A11
(13,26,17)
#000000
(0,0,0)

Tints of #7BC493

#7BC493
(123,196,147)
#87C99C
(135,201,156)
#93CEA5
(147,206,165)
#9FD3AE
(159,211,174)
#ABD8B7
(171,216,183)
#B7DDC0
(183,221,192)
#C3E2C9
(195,226,201)
#CFE7D2
(207,231,210)
#DBECDB
(219,236,219)
#E7F1E4
(231,241,228)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC493 color. Also use rgb(123,196,147) instead hex code.

Text Font Color

.myTextColor { color: #7BC493; }

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

This text font color is #7BC493.

Background Color

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

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

This div background color is #7BC493.

Border color

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

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

This div border color is #7BC493.

Opacity

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

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

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

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

This text has shadow with #7BC493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC493.

Preview

Color preview on black background

This text has color #7BC493 on black background.


Color preview on white background

This text has color #7BC493 on white background.


Black color preview on #7BC493 background

This text has black color on #7BC493 background.


White color preview on #7BC493 background

This text has white color on #7BC493 background.


Related colors

Complementary color

Complementary color for #hex is #843B6C.


I love getcolorcode.com

Triadic colors

1 #937BC4 and #C4937B with #7BC493 are triadic colors.

2 #93C47B and #C47B93 with #7BC493 are triadic colors.