COLOR #7BDB87

HEX: #7BDB87
RGB: (123,219,135)

Color info

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

RGB color model

#7BDB87 color RGB value is (123,219,135).

  • red value is 123;
  • green value is 219;
  • blue value is 135.
RGB:
(123,219,135)
(48%,86%,53%)

RGB channels and saturation

R 123 of 255 = 48%
G 219 of 255 = 86%
B 135 of 255 = 53%

123
219
135

R + G + B ~ 62%. #7BDB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 219 + 135 = 477 (100%)
R 123 of 477 ~ 25.79%
G 219 of 477 ~ 45.91%
B 135 of 477 ~ 28.3%

%25.79
%45.91
%28.3

CMYK color model

#7BDB87 color CMYK value is (44,0,38,14).

  • cyan value is 43.84%
  • magenta value is 0.00%
  • yellow value is 38.36%
  • key color value is 14.12%
CMYK:
(44,0,38,14)
C44M0Y38K14 
(44%,0%,38%,14%)
(0.44/0.00/0.38/0.14)	

CMYK percentages

%43.84
%0
%38.36
%14.12

Codes

Color #7BDB87 in popluar color models

7BDB87
RGB123219135
HSL128°57.14%67.06%
HSB/HSV128°43.84%85.88%
CMYK43.84%0.00%38.36%
14.12%

Color #7BDB87 in popluar number systems.

HEX7BDB87
Decimal123219135
Binary11110111101101110000111
Octal173333207

Shades and tints

Shades of #7BDB87

#7BDB87
(123,219,135)
#70C87B
(112,200,123)
#65B56F
(101,181,111)
#5AA263
(90,162,99)
#4F8F57
(79,143,87)
#447C4B
(68,124,75)
#39693F
(57,105,63)
#2E5633
(46,86,51)
#234327
(35,67,39)
#18301B
(24,48,27)
#0D1D0F
(13,29,15)
#000000
(0,0,0)

Tints of #7BDB87

#7BDB87
(123,219,135)
#87DE91
(135,222,145)
#93E19B
(147,225,155)
#9FE4A5
(159,228,165)
#ABE7AF
(171,231,175)
#B7EAB9
(183,234,185)
#C3EDC3
(195,237,195)
#CFF0CD
(207,240,205)
#DBF3D7
(219,243,215)
#E7F6E1
(231,246,225)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDB87 color. Also use rgb(123,219,135) instead hex code.

Text Font Color

.myTextColor { color: #7BDB87; }

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

This text font color is #7BDB87.


Background Color

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

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

This div background color is #7BDB87.


Border color

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

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

This div border color is #7BDB87.


Opacity

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

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

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

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

This text has shadow with #7BDB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDB87 on black background.


Color preview on white background

This text has color #7BDB87 on white background.



Black color preview on #7BDB87 background

This text has black color on #7BDB87 background.


White color preview on #7BDB87 background

This text has white color on #7BDB87 background.