COLOR #7BC8BE

HEX: #7BC8BE RGB: (123,200,190)

Color info

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

RGB color model

#7BC8BE color RGB value is (123,200,190).

RGB: (123,200,190) (48%, 78%, 75%)

RGB channels and saturation

R 123 of 255 = 48%
G 200 of 255 = 78%
B 190 of 255 = 75%

123
200
190

R + G + B ~ 67%. #7BC8BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 200 + 190 = 513 (100%)
R 123 of 513 ~ 23.98%
G 200 of 513 ~ 38.99%
B 190 of 513 ~ 37.04'%

%23.98
%38.99
%37.04

CMYK color model

#7BC8BE color CMYK value is (39,0,5,22).

  • cyan value is 38.50%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%

CMYK: (39,0,5,22)
C39M0Y5K22 (39%, 0%, 5%, 22%)
(0.39 / 0.00 / 0.05 / 0.22)

CMYK percentages

%38.5
%0
%5
%21.57

Codes

Color #7BC8BE in popluar color models

7B C8 BE
RGB 123 200 190
HSL 172° 41.18% 63.33%
HSB/HSV 172° 38.50% 78.43%
CMYK 38.50% 0.00% 5.00%
21.57%

Color #7BC8BE in popluar number systems.

HEX 7B C8 BE
Decimal 123 200 190
Binary 1111011 11001000 10111110
Octal 173 310 276

Shades and tints

Shades of #7BC8BE

#7BC8BE
(123,200,190)
#70B6AD
(112,182,173)
#65A49C
(101,164,156)
#5A928B
(90,146,139)
#4F807A
(79,128,122)
#446E69
(68,110,105)
#395C58
(57,92,88)
#2E4A47
(46,74,71)
#233836
(35,56,54)
#182625
(24,38,37)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #7BC8BE

#7BC8BE
(123,200,190)
#87CDC3
(135,205,195)
#93D2C8
(147,210,200)
#9FD7CD
(159,215,205)
#ABDCD2
(171,220,210)
#B7E1D7
(183,225,215)
#C3E6DC
(195,230,220)
#CFEBE1
(207,235,225)
#DBF0E6
(219,240,230)
#E7F5EB
(231,245,235)
#F3FAF0
(243,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BC8BE color. Also use rgb(123,200,190) instead hex code.

Text Font Color

.myTextColor { color: #7BC8BE; }

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

This text font color is #7BC8BE.

Background Color

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

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

This div background color is #7BC8BE.

Border color

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

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

This div border color is #7BC8BE.

Opacity

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

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

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

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

This text has shadow with #7BC8BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC8BE.

Preview

Color preview on black background

This text has color #7BC8BE on black background.


Color preview on white background

This text has color #7BC8BE on white background.


Black color preview on #7BC8BE background

This text has black color on #7BC8BE background.


White color preview on #7BC8BE background

This text has white color on #7BC8BE background.


Related colors

Complementary color

Complementary color for #hex is #843741.


I love getcolorcode.com

Triadic colors

1 #BE7BC8 and #C8BE7B with #7BC8BE are triadic colors.

2 #BEC87B and #C87BBE with #7BC8BE are triadic colors.