COLOR #7BCA9C

HEX: #7BCA9C
RGB: (123,202,156)

Color info

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

RGB color model

#7BCA9C color RGB value is (123,202,156).

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

RGB channels and saturation

R 123 of 255 = 48%
G 202 of 255 = 79%
B 156 of 255 = 61%

123
202
156

R + G + B ~ 63%. #7BCA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 202 + 156 = 481 (100%)
R 123 of 481 ~ 25.57%
G 202 of 481 ~ 42%
B 156 of 481 ~ 32.43%

%25.57
%42
%32.43

CMYK color model

#7BCA9C color CMYK value is (39,0,23,21).

  • cyan value is 39.11%
  • magenta value is 0.00%
  • yellow value is 22.77%
  • key color value is 20.78%
CMYK:
(39,0,23,21)
C39M0Y23K21 
(39%,0%,23%,21%)
(0.39/0.00/0.23/0.21)	

CMYK percentages

%39.11
%0
%22.77
%20.78

Codes

Color #7BCA9C in popluar color models

7BCA9C
RGB123202156
HSL145°42.70%63.73%
HSB/HSV145°39.11%79.22%
CMYK39.11%0.00%22.77%
20.78%

Color #7BCA9C in popluar number systems.

HEX7BCA9C
Decimal123202156
Binary11110111100101010011100
Octal173312234

Shades and tints

Shades of #7BCA9C

#7BCA9C
(123,202,156)
#70B88E
(112,184,142)
#65A680
(101,166,128)
#5A9472
(90,148,114)
#4F8264
(79,130,100)
#447056
(68,112,86)
#395E48
(57,94,72)
#2E4C3A
(46,76,58)
#233A2C
(35,58,44)
#18281E
(24,40,30)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #7BCA9C

#7BCA9C
(123,202,156)
#87CEA5
(135,206,165)
#93D2AE
(147,210,174)
#9FD6B7
(159,214,183)
#ABDAC0
(171,218,192)
#B7DEC9
(183,222,201)
#C3E2D2
(195,226,210)
#CFE6DB
(207,230,219)
#DBEAE4
(219,234,228)
#E7EEED
(231,238,237)
#F3F2F6
(243,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCA9C; }

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

This text font color is #7BCA9C.


Background Color

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

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

This div background color is #7BCA9C.


Border color

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

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

This div border color is #7BCA9C.


Opacity

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

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

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

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

This text has shadow with #7BCA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCA9C on black background.


Color preview on white background

This text has color #7BCA9C on white background.



Black color preview on #7BCA9C background

This text has black color on #7BCA9C background.


White color preview on #7BCA9C background

This text has white color on #7BCA9C background.