COLOR #7BCA8F

HEX: #7BCA8F
RGB: (123,202,143)

Color info

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

RGB color model

#7BCA8F color RGB value is (123,202,143).

  • red value is 123;
  • green value is 202;
  • blue value is 143.
RGB:
(123,202,143)
(48%,79%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 143 of 255 = 56%

123
202
143

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

Portions of RGB colors in percentages

R + G + B =
123 + 202 + 143 = 468 (100%)
R 123 of 468 ~ 26.28%
G 202 of 468 ~ 43.16%
B 143 of 468 ~ 30.56%

%26.28
%43.16
%30.56

CMYK color model

#7BCA8F color CMYK value is (39,0,29,21).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 29.21%
  • key color value is 20.78%
CMYK:
(39,0,29,21)
C39M0Y29K21 
(39%,0%,29%,21%)
(0.39/0.00/0.29/0.21)	

CMYK percentages

%39.11
%0
%29.21
%20.78

Codes

Color #7BCA8F in popluar color models

7BCA8F
RGB123202143
HSL135°42.70%63.73%
HSB/HSV135°39.11%79.22%
CMYK39.11%0.00%29.21%
20.78%

Color #7BCA8F in popluar number systems.

HEX7BCA8F
Decimal123202143
Binary11110111100101010001111
Octal173312217

Shades and tints

Shades of #7BCA8F

#7BCA8F
(123,202,143)
#70B882
(112,184,130)
#65A675
(101,166,117)
#5A9468
(90,148,104)
#4F825B
(79,130,91)
#44704E
(68,112,78)
#395E41
(57,94,65)
#2E4C34
(46,76,52)
#233A27
(35,58,39)
#18281A
(24,40,26)
#0D160D
(13,22,13)
#000000
(0,0,0)

Tints of #7BCA8F

#7BCA8F
(123,202,143)
#87CE99
(135,206,153)
#93D2A3
(147,210,163)
#9FD6AD
(159,214,173)
#ABDAB7
(171,218,183)
#B7DEC1
(183,222,193)
#C3E2CB
(195,226,203)
#CFE6D5
(207,230,213)
#DBEADF
(219,234,223)
#E7EEE9
(231,238,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCA8F color. Also use rgb(123,202,143) instead hex code.

Text Font Color

.myTextColor { color: #7BCA8F; }

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

This text font color is #7BCA8F.


Background Color

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

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

This div background color is #7BCA8F.


Border color

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

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

This div border color is #7BCA8F.


Opacity

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

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

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

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

This text has shadow with #7BCA8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCA8F on black background.


Color preview on white background

This text has color #7BCA8F on white background.



Black color preview on #7BCA8F background

This text has black color on #7BCA8F background.


White color preview on #7BCA8F background

This text has white color on #7BCA8F background.