COLOR #7BD69D

HEX: #7BD69D
RGB: (123,214,157)

Color info

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

RGB color model

#7BD69D color RGB value is (123,214,157).

  • red value is 123;
  • green value is 214;
  • blue value is 157.
RGB:
(123,214,157)
(48%,84%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 214 of 255 = 84%
B 157 of 255 = 62%

123
214
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 214 + 157 = 494 (100%)
R 123 of 494 ~ 24.9%
G 214 of 494 ~ 43.32%
B 157 of 494 ~ 31.78%

%24.9
%43.32
%31.78

CMYK color model

#7BD69D color CMYK value is (43,0,27,16).

  • cyan value is 42.52%
  • magenta value is 0.00%
  • yellow value is 26.64%
  • key color value is 16.08%
CMYK:
(43,0,27,16)
C43M0Y27K16 
(43%,0%,27%,16%)
(0.43/0.00/0.27/0.16)	

CMYK percentages

%42.52
%0
%26.64
%16.08

Codes

Color #7BD69D in popluar color models

7BD69D
RGB123214157
HSL142°52.60%66.08%
HSB/HSV142°42.52%83.92%
CMYK42.52%0.00%26.64%
16.08%

Color #7BD69D in popluar number systems.

HEX7BD69D
Decimal123214157
Binary11110111101011010011101
Octal173326235

Shades and tints

Shades of #7BD69D

#7BD69D
(123,214,157)
#70C38F
(112,195,143)
#65B081
(101,176,129)
#5A9D73
(90,157,115)
#4F8A65
(79,138,101)
#447757
(68,119,87)
#396449
(57,100,73)
#2E513B
(46,81,59)
#233E2D
(35,62,45)
#182B1F
(24,43,31)
#0D1811
(13,24,17)
#000000
(0,0,0)

Tints of #7BD69D

#7BD69D
(123,214,157)
#87D9A5
(135,217,165)
#93DCAD
(147,220,173)
#9FDFB5
(159,223,181)
#ABE2BD
(171,226,189)
#B7E5C5
(183,229,197)
#C3E8CD
(195,232,205)
#CFEBD5
(207,235,213)
#DBEEDD
(219,238,221)
#E7F1E5
(231,241,229)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD69D color. Also use rgb(123,214,157) instead hex code.

Text Font Color

.myTextColor { color: #7BD69D; }

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

This text font color is #7BD69D.


Background Color

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

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

This div background color is #7BD69D.


Border color

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

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

This div border color is #7BD69D.


Opacity

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

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

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

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

This text has shadow with #7BD69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD69D on black background.


Color preview on white background

This text has color #7BD69D on white background.



Black color preview on #7BD69D background

This text has black color on #7BD69D background.


White color preview on #7BD69D background

This text has white color on #7BD69D background.