COLOR #7BCCA6

HEX: #7BCCA6
RGB: (123,204,166)

Color info

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

RGB color model

#7BCCA6 color RGB value is (123,204,166).

  • red value is 123;
  • green value is 204;
  • blue value is 166.
RGB:
(123,204,166)
(48%,80%,65%)

RGB channels and saturation

R 123 of 255 = 48%
G 204 of 255 = 80%
B 166 of 255 = 65%

123
204
166

R + G + B ~ 64%. #7BCCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 204 + 166 = 493 (100%)
R 123 of 493 ~ 24.95%
G 204 of 493 ~ 41.38%
B 166 of 493 ~ 33.67%

%24.95
%41.38
%33.67

CMYK color model

#7BCCA6 color CMYK value is (40,0,19,20).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 18.63%
  • key color value is 20.00%
CMYK:
(40,0,19,20)
C40M0Y19K20 
(40%,0%,19%,20%)
(0.40/0.00/0.19/0.20)	

CMYK percentages

%39.71
%0
%18.63
%20

Codes

Color #7BCCA6 in popluar color models

7BCCA6
RGB123204166
HSL152°44.26%64.12%
HSB/HSV152°39.71%80.00%
CMYK39.71%0.00%18.63%
20.00%

Color #7BCCA6 in popluar number systems.

HEX7BCCA6
Decimal123204166
Binary11110111100110010100110
Octal173314246

Shades and tints

Shades of #7BCCA6

#7BCCA6
(123,204,166)
#70BA97
(112,186,151)
#65A888
(101,168,136)
#5A9679
(90,150,121)
#4F846A
(79,132,106)
#44725B
(68,114,91)
#39604C
(57,96,76)
#2E4E3D
(46,78,61)
#233C2E
(35,60,46)
#182A1F
(24,42,31)
#0D1810
(13,24,16)
#000000
(0,0,0)

Tints of #7BCCA6

#7BCCA6
(123,204,166)
#87D0AE
(135,208,174)
#93D4B6
(147,212,182)
#9FD8BE
(159,216,190)
#ABDCC6
(171,220,198)
#B7E0CE
(183,224,206)
#C3E4D6
(195,228,214)
#CFE8DE
(207,232,222)
#DBECE6
(219,236,230)
#E7F0EE
(231,240,238)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCCA6 color. Also use rgb(123,204,166) instead hex code.

Text Font Color

.myTextColor { color: #7BCCA6; }

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

This text font color is #7BCCA6.


Background Color

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

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

This div background color is #7BCCA6.


Border color

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

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

This div border color is #7BCCA6.


Opacity

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

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

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

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

This text has shadow with #7BCCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCCA6 on black background.


Color preview on white background

This text has color #7BCCA6 on white background.



Black color preview on #7BCCA6 background

This text has black color on #7BCCA6 background.


White color preview on #7BCCA6 background

This text has white color on #7BCCA6 background.