COLOR #7BC2B9

HEX: #7BC2B9 RGB: (123,194,185)

Color info

#7BC2B9 contains mainly green and blue colors. Web safe color of #7BC2B9 is #66CCCC (or #6CC).

RGB color model

#7BC2B9 color RGB value is (123,194,185).

RGB: (123,194,185) (48%, 76%, 73%)

RGB channels and saturation

R 123 of 255 = 48%
G 194 of 255 = 76%
B 185 of 255 = 73%

123
194
185

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

Portions of RGB colors in percentages

R + G + B = 123 + 194 + 185 = 502 (100%)
R 123 of 502 ~ 24.5%
G 194 of 502 ~ 38.65%
B 185 of 502 ~ 36.85'%

%24.5
%38.65
%36.85

CMYK color model

#7BC2B9 color CMYK value is (37,0,5,24).

  • cyan value is 36.60%
  • magenta value is 0.00%
  • yellow value is 4.64%
  • key color value is 23.92%

CMYK: (37,0,5,24)
C37M0Y5K24 (37%, 0%, 5%, 24%)
(0.37 / 0.00 / 0.05 / 0.24)

CMYK percentages

%36.6
%0
%4.64
%23.92

Codes

Color #7BC2B9 in popluar color models

7B C2 B9
RGB 123 194 185
HSL 172° 36.79% 62.16%
HSB/HSV 172° 36.60% 76.08%
CMYK 36.60% 0.00% 4.64%
23.92%

Color #7BC2B9 in popluar number systems.

HEX 7B C2 B9
Decimal 123 194 185
Binary 1111011 11000010 10111001
Octal 173 302 271

Shades and tints

Shades of #7BC2B9

#7BC2B9
(123,194,185)
#70B1A9
(112,177,169)
#65A099
(101,160,153)
#5A8F89
(90,143,137)
#4F7E79
(79,126,121)
#446D69
(68,109,105)
#395C59
(57,92,89)
#2E4B49
(46,75,73)
#233A39
(35,58,57)
#182929
(24,41,41)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #7BC2B9

#7BC2B9
(123,194,185)
#87C7BF
(135,199,191)
#93CCC5
(147,204,197)
#9FD1CB
(159,209,203)
#ABD6D1
(171,214,209)
#B7DBD7
(183,219,215)
#C3E0DD
(195,224,221)
#CFE5E3
(207,229,227)
#DBEAE9
(219,234,233)
#E7EFEF
(231,239,239)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC2B9 color. Also use rgb(123,194,185) instead hex code.

Text Font Color

.myTextColor { color: #7BC2B9; }

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

This text font color is #7BC2B9.

Background Color

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

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

This div background color is #7BC2B9.

Border color

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

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

This div border color is #7BC2B9.

Opacity

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

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

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

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

This text has shadow with #7BC2B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC2B9.

Preview

Color preview on black background

This text has color #7BC2B9 on black background.


Color preview on white background

This text has color #7BC2B9 on white background.


Black color preview on #7BC2B9 background

This text has black color on #7BC2B9 background.


White color preview on #7BC2B9 background

This text has white color on #7BC2B9 background.


Related colors

Complementary color

Complementary color for #hex is #843D46.


I love getcolorcode.com

Triadic colors

1 #B97BC2 and #C2B97B with #7BC2B9 are triadic colors.

2 #B9C27B and #C27BB9 with #7BC2B9 are triadic colors.