COLOR #7BCEBC

HEX: #7BCEBC
RGB: (123,206,188)

Color info

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

RGB color model

#7BCEBC color RGB value is (123,206,188).

  • red value is 123;
  • green value is 206;
  • blue value is 188.
RGB:
(123,206,188)
(48%,81%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 206 of 255 = 81%
B 188 of 255 = 74%

123
206
188

R + G + B ~ 68%. #7BCEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 206 + 188 = 517 (100%)
R 123 of 517 ~ 23.79%
G 206 of 517 ~ 39.85%
B 188 of 517 ~ 36.36%

%23.79
%39.85
%36.36

CMYK color model

#7BCEBC color CMYK value is (40,0,9,19).

  • cyan value is 40.29%
  • magenta value is 0.00%
  • yellow value is 8.74%
  • key color value is 19.22%
CMYK:
(40,0,9,19)
C40M0Y9K19 
(40%,0%,9%,19%)
(0.40/0.00/0.09/0.19)	

CMYK percentages

%40.29
%0
%8.74
%19.22

Codes

Color #7BCEBC in popluar color models

7BCEBC
RGB123206188
HSL167°45.86%64.51%
HSB/HSV167°40.29%80.78%
CMYK40.29%0.00%8.74%
19.22%

Color #7BCEBC in popluar number systems.

HEX7BCEBC
Decimal123206188
Binary11110111100111010111100
Octal173316274

Shades and tints

Shades of #7BCEBC

#7BCEBC
(123,206,188)
#70BCAB
(112,188,171)
#65AA9A
(101,170,154)
#5A9889
(90,152,137)
#4F8678
(79,134,120)
#447467
(68,116,103)
#396256
(57,98,86)
#2E5045
(46,80,69)
#233E34
(35,62,52)
#182C23
(24,44,35)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #7BCEBC

#7BCEBC
(123,206,188)
#87D2C2
(135,210,194)
#93D6C8
(147,214,200)
#9FDACE
(159,218,206)
#ABDED4
(171,222,212)
#B7E2DA
(183,226,218)
#C3E6E0
(195,230,224)
#CFEAE6
(207,234,230)
#DBEEEC
(219,238,236)
#E7F2F2
(231,242,242)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCEBC color. Also use rgb(123,206,188) instead hex code.

Text Font Color

.myTextColor { color: #7BCEBC; }

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

This text font color is #7BCEBC.


Background Color

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

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

This div background color is #7BCEBC.


Border color

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

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

This div border color is #7BCEBC.


Opacity

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

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

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

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

This text has shadow with #7BCEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCEBC on black background.


Color preview on white background

This text has color #7BCEBC on white background.



Black color preview on #7BCEBC background

This text has black color on #7BCEBC background.


White color preview on #7BCEBC background

This text has white color on #7BCEBC background.