COLOR #7BCDB0

HEX: #7BCDB0
RGB: (123,205,176)

Color info

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

RGB color model

#7BCDB0 color RGB value is (123,205,176).

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

RGB channels and saturation

R 123 of 255 = 48%
G 205 of 255 = 80%
B 176 of 255 = 69%

123
205
176

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

Portions of RGB colors in percentages

R + G + B =
123 + 205 + 176 = 504 (100%)
R 123 of 504 ~ 24.4%
G 205 of 504 ~ 40.67%
B 176 of 504 ~ 34.92%

%24.4
%40.67
%34.92

CMYK color model

#7BCDB0 color CMYK value is (40,0,14,20).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 14.15%
  • key color value is 19.61%
CMYK:
(40,0,14,20)
C40M0Y14K20 
(40%,0%,14%,20%)
(0.40/0.00/0.14/0.20)	

CMYK percentages

%40
%0
%14.15
%19.61

Codes

Color #7BCDB0 in popluar color models

7BCDB0
RGB123205176
HSL159°45.05%64.31%
HSB/HSV159°40.00%80.39%
CMYK40.00%0.00%14.15%
19.61%

Color #7BCDB0 in popluar number systems.

HEX7BCDB0
Decimal123205176
Binary11110111100110110110000
Octal173315260

Shades and tints

Shades of #7BCDB0

#7BCDB0
(123,205,176)
#70BBA0
(112,187,160)
#65A990
(101,169,144)
#5A9780
(90,151,128)
#4F8570
(79,133,112)
#447360
(68,115,96)
#396150
(57,97,80)
#2E4F40
(46,79,64)
#233D30
(35,61,48)
#182B20
(24,43,32)
#0D1910
(13,25,16)
#000000
(0,0,0)

Tints of #7BCDB0

#7BCDB0
(123,205,176)
#87D1B7
(135,209,183)
#93D5BE
(147,213,190)
#9FD9C5
(159,217,197)
#ABDDCC
(171,221,204)
#B7E1D3
(183,225,211)
#C3E5DA
(195,229,218)
#CFE9E1
(207,233,225)
#DBEDE8
(219,237,232)
#E7F1EF
(231,241,239)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BCDB0; }

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

This text font color is #7BCDB0.


Background Color

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

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

This div background color is #7BCDB0.


Border color

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

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

This div border color is #7BCDB0.


Opacity

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

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

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

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

This text has shadow with #7BCDB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCDB0 on black background.


Color preview on white background

This text has color #7BCDB0 on white background.



Black color preview on #7BCDB0 background

This text has black color on #7BCDB0 background.


White color preview on #7BCDB0 background

This text has white color on #7BCDB0 background.