COLOR #7BE3C6

HEX: #7BE3C6
RGB: (123,227,198)

Color info

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

RGB color model

#7BE3C6 color RGB value is (123,227,198).

  • red value is 123;
  • green value is 227;
  • blue value is 198.
RGB:
(123,227,198)
(48%,89%,78%)

RGB channels and saturation

R 123 of 255 = 48%
G 227 of 255 = 89%
B 198 of 255 = 78%

123
227
198

R + G + B ~ 72%. #7BE3C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 227 + 198 = 548 (100%)
R 123 of 548 ~ 22.45%
G 227 of 548 ~ 41.42%
B 198 of 548 ~ 36.13%

%22.45
%41.42
%36.13

CMYK color model

#7BE3C6 color CMYK value is (46,0,13,11).

  • cyan value is 45.81%
  • magenta value is 0.00%
  • yellow value is 12.78%
  • key color value is 10.98%
CMYK:
(46,0,13,11)
C46M0Y13K11 
(46%,0%,13%,11%)
(0.46/0.00/0.13/0.11)	

CMYK percentages

%45.81
%0
%12.78
%10.98

Codes

Color #7BE3C6 in popluar color models

7BE3C6
RGB123227198
HSL163°65.00%68.63%
HSB/HSV163°45.81%89.02%
CMYK45.81%0.00%12.78%
10.98%

Color #7BE3C6 in popluar number systems.

HEX7BE3C6
Decimal123227198
Binary11110111110001111000110
Octal173343306

Shades and tints

Shades of #7BE3C6

#7BE3C6
(123,227,198)
#70CFB4
(112,207,180)
#65BBA2
(101,187,162)
#5AA790
(90,167,144)
#4F937E
(79,147,126)
#447F6C
(68,127,108)
#396B5A
(57,107,90)
#2E5748
(46,87,72)
#234336
(35,67,54)
#182F24
(24,47,36)
#0D1B12
(13,27,18)
#000000
(0,0,0)

Tints of #7BE3C6

#7BE3C6
(123,227,198)
#87E5CB
(135,229,203)
#93E7D0
(147,231,208)
#9FE9D5
(159,233,213)
#ABEBDA
(171,235,218)
#B7EDDF
(183,237,223)
#C3EFE4
(195,239,228)
#CFF1E9
(207,241,233)
#DBF3EE
(219,243,238)
#E7F5F3
(231,245,243)
#F3F7F8
(243,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE3C6 color. Also use rgb(123,227,198) instead hex code.

Text Font Color

.myTextColor { color: #7BE3C6; }

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

This text font color is #7BE3C6.


Background Color

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

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

This div background color is #7BE3C6.


Border color

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

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

This div border color is #7BE3C6.


Opacity

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

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

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

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

This text has shadow with #7BE3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BE3C6 on black background.


Color preview on white background

This text has color #7BE3C6 on white background.



Black color preview on #7BE3C6 background

This text has black color on #7BE3C6 background.


White color preview on #7BE3C6 background

This text has white color on #7BE3C6 background.