COLOR #7BDD96

HEX: #7BDD96
RGB: (123,221,150)

Color info

#7BDD96 contains mainly green color. Web safe color of #7BDD96 is #66CC99 (or #6C9).

RGB color model

#7BDD96 color RGB value is (123,221,150).

  • red value is 123;
  • green value is 221;
  • blue value is 150.
RGB:
(123,221,150)
(48%,87%,59%)

RGB channels and saturation

R 123 of 255 = 48%
G 221 of 255 = 87%
B 150 of 255 = 59%

123
221
150

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

Portions of RGB colors in percentages

R + G + B =
123 + 221 + 150 = 494 (100%)
R 123 of 494 ~ 24.9%
G 221 of 494 ~ 44.74%
B 150 of 494 ~ 30.36%

%24.9
%44.74
%30.36

CMYK color model

#7BDD96 color CMYK value is (44,0,32,13).

  • cyan value is 44.34%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%
CMYK:
(44,0,32,13)
C44M0Y32K13 
(44%,0%,32%,13%)
(0.44/0.00/0.32/0.13)	

CMYK percentages

%44.34
%0
%32.13
%13.33

Codes

Color #7BDD96 in popluar color models

7BDD96
RGB123221150
HSL137°59.04%67.45%
HSB/HSV137°44.34%86.67%
CMYK44.34%0.00%32.13%
13.33%

Color #7BDD96 in popluar number systems.

HEX7BDD96
Decimal123221150
Binary11110111101110110010110
Octal173335226

Shades and tints

Shades of #7BDD96

#7BDD96
(123,221,150)
#70C989
(112,201,137)
#65B57C
(101,181,124)
#5AA16F
(90,161,111)
#4F8D62
(79,141,98)
#447955
(68,121,85)
#396548
(57,101,72)
#2E513B
(46,81,59)
#233D2E
(35,61,46)
#182921
(24,41,33)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #7BDD96

#7BDD96
(123,221,150)
#87E09F
(135,224,159)
#93E3A8
(147,227,168)
#9FE6B1
(159,230,177)
#ABE9BA
(171,233,186)
#B7ECC3
(183,236,195)
#C3EFCC
(195,239,204)
#CFF2D5
(207,242,213)
#DBF5DE
(219,245,222)
#E7F8E7
(231,248,231)
#F3FBF0
(243,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDD96 color. Also use rgb(123,221,150) instead hex code.

Text Font Color

.myTextColor { color: #7BDD96; }

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

This text font color is #7BDD96.


Background Color

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

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

This div background color is #7BDD96.


Border color

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

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

This div border color is #7BDD96.


Opacity

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

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

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

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

This text has shadow with #7BDD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDD96 on black background.


Color preview on white background

This text has color #7BDD96 on white background.



Black color preview on #7BDD96 background

This text has black color on #7BDD96 background.


White color preview on #7BDD96 background

This text has white color on #7BDD96 background.