COLOR #7BCFB0

HEX: #7BCFB0
RGB: (123,207,176)

Color info

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

RGB color model

#7BCFB0 color RGB value is (123,207,176).

  • red value is 123;
  • green value is 207;
  • blue value is 176.
RGB:
(123,207,176)
(48%,81%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 207 of 255 = 81%
B 176 of 255 = 69%

123
207
176

R + G + B ~ 66%. #7BCFB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 207 + 176 = 506 (100%)
R 123 of 506 ~ 24.31%
G 207 of 506 ~ 40.91%
B 176 of 506 ~ 34.78%

%24.31
%40.91
%34.78

CMYK color model

#7BCFB0 color CMYK value is (41,0,15,19).

  • cyan value is 40.58%
  • magenta value is 0.00%
  • yellow value is 14.98%
  • key color value is 18.82%
CMYK:
(41,0,15,19)
C41M0Y15K19 
(41%,0%,15%,19%)
(0.41/0.00/0.15/0.19)	

CMYK percentages

%40.58
%0
%14.98
%18.82

Codes

Color #7BCFB0 in popluar color models

7BCFB0
RGB123207176
HSL158°46.67%64.71%
HSB/HSV158°40.58%81.18%
CMYK40.58%0.00%14.98%
18.82%

Color #7BCFB0 in popluar number systems.

HEX7BCFB0
Decimal123207176
Binary11110111100111110110000
Octal173317260

Shades and tints

Shades of #7BCFB0

#7BCFB0
(123,207,176)
#70BDA0
(112,189,160)
#65AB90
(101,171,144)
#5A9980
(90,153,128)
#4F8770
(79,135,112)
#447560
(68,117,96)
#396350
(57,99,80)
#2E5140
(46,81,64)
#233F30
(35,63,48)
#182D20
(24,45,32)
#0D1B10
(13,27,16)
#000000
(0,0,0)

Tints of #7BCFB0

#7BCFB0
(123,207,176)
#87D3B7
(135,211,183)
#93D7BE
(147,215,190)
#9FDBC5
(159,219,197)
#ABDFCC
(171,223,204)
#B7E3D3
(183,227,211)
#C3E7DA
(195,231,218)
#CFEBE1
(207,235,225)
#DBEFE8
(219,239,232)
#E7F3EF
(231,243,239)
#F3F7F6
(243,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCFB0 color. Also use rgb(123,207,176) instead hex code.

Text Font Color

.myTextColor { color: #7BCFB0; }

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

This text font color is #7BCFB0.


Background Color

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

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

This div background color is #7BCFB0.


Border color

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

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

This div border color is #7BCFB0.


Opacity

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

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

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

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

This text has shadow with #7BCFB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCFB0 on black background.


Color preview on white background

This text has color #7BCFB0 on white background.



Black color preview on #7BCFB0 background

This text has black color on #7BCFB0 background.


White color preview on #7BCFB0 background

This text has white color on #7BCFB0 background.