COLOR #7BBD84

HEX: #7BBD84
RGB: (123,189,132)

Color info

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

RGB color model

#7BBD84 color RGB value is (123,189,132).

  • red value is 123;
  • green value is 189;
  • blue value is 132.
RGB:
(123,189,132)
(48%,74%,52%)

RGB channels and saturation

R 123 of 255 = 48%
G 189 of 255 = 74%
B 132 of 255 = 52%

123
189
132

R + G + B ~ 58%. #7BBD84 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 189 + 132 = 444 (100%)
R 123 of 444 ~ 27.7%
G 189 of 444 ~ 42.57%
B 132 of 444 ~ 29.73%

%27.7
%42.57
%29.73

CMYK color model

#7BBD84 color CMYK value is (35,0,30,26).

  • cyan value is 34.92%
  • magenta value is 0.00%
  • yellow value is 30.16%
  • key color value is 25.88%
CMYK:
(35,0,30,26)
C35M0Y30K26 
(35%,0%,30%,26%)
(0.35/0.00/0.30/0.26)	

CMYK percentages

%34.92
%0
%30.16
%25.88

Codes

Color #7BBD84 in popluar color models

7BBD84
RGB123189132
HSL128°33.33%61.18%
HSB/HSV128°34.92%74.12%
CMYK34.92%0.00%30.16%
25.88%

Color #7BBD84 in popluar number systems.

HEX7BBD84
Decimal123189132
Binary11110111011110110000100
Octal173275204

Shades and tints

Shades of #7BBD84

#7BBD84
(123,189,132)
#70AC78
(112,172,120)
#659B6C
(101,155,108)
#5A8A60
(90,138,96)
#4F7954
(79,121,84)
#446848
(68,104,72)
#39573C
(57,87,60)
#2E4630
(46,70,48)
#233524
(35,53,36)
#182418
(24,36,24)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #7BBD84

#7BBD84
(123,189,132)
#87C38F
(135,195,143)
#93C99A
(147,201,154)
#9FCFA5
(159,207,165)
#ABD5B0
(171,213,176)
#B7DBBB
(183,219,187)
#C3E1C6
(195,225,198)
#CFE7D1
(207,231,209)
#DBEDDC
(219,237,220)
#E7F3E7
(231,243,231)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BBD84 color. Also use rgb(123,189,132) instead hex code.

Text Font Color

.myTextColor { color: #7BBD84; }

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

This text font color is #7BBD84.


Background Color

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

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

This div background color is #7BBD84.


Border color

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

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

This div border color is #7BBD84.


Opacity

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

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

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

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

This text has shadow with #7BBD84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BBD84 on black background.


Color preview on white background

This text has color #7BBD84 on white background.



Black color preview on #7BBD84 background

This text has black color on #7BBD84 background.


White color preview on #7BBD84 background

This text has white color on #7BBD84 background.