COLOR #7BCCC3

HEX: #7BCCC3
RGB: (123,204,195)

Color info

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

RGB color model

#7BCCC3 color RGB value is (123,204,195).

  • red value is 123;
  • green value is 204;
  • blue value is 195.
RGB:
(123,204,195)
(48%,80%,76%)

RGB channels and saturation

R 123 of 255 = 48%
G 204 of 255 = 80%
B 195 of 255 = 76%

123
204
195

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

Portions of RGB colors in percentages

R + G + B =
123 + 204 + 195 = 522 (100%)
R 123 of 522 ~ 23.56%
G 204 of 522 ~ 39.08%
B 195 of 522 ~ 37.36%

%23.56
%39.08
%37.36

CMYK color model

#7BCCC3 color CMYK value is (40,0,4,20).

  • cyan value is 39.71%
  • magenta value is 0.00%
  • yellow value is 4.41%
  • key color value is 20.00%
CMYK:
(40,0,4,20)
C40M0Y4K20 
(40%,0%,4%,20%)
(0.40/0.00/0.04/0.20)	

CMYK percentages

%39.71
%0
%4.41
%20

Codes

Color #7BCCC3 in popluar color models

7BCCC3
RGB123204195
HSL173°44.26%64.12%
HSB/HSV173°39.71%80.00%
CMYK39.71%0.00%4.41%
20.00%

Color #7BCCC3 in popluar number systems.

HEX7BCCC3
Decimal123204195
Binary11110111100110011000011
Octal173314303

Shades and tints

Shades of #7BCCC3

#7BCCC3
(123,204,195)
#70BAB2
(112,186,178)
#65A8A1
(101,168,161)
#5A9690
(90,150,144)
#4F847F
(79,132,127)
#44726E
(68,114,110)
#39605D
(57,96,93)
#2E4E4C
(46,78,76)
#233C3B
(35,60,59)
#182A2A
(24,42,42)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #7BCCC3

#7BCCC3
(123,204,195)
#87D0C8
(135,208,200)
#93D4CD
(147,212,205)
#9FD8D2
(159,216,210)
#ABDCD7
(171,220,215)
#B7E0DC
(183,224,220)
#C3E4E1
(195,228,225)
#CFE8E6
(207,232,230)
#DBECEB
(219,236,235)
#E7F0F0
(231,240,240)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCCC3 color. Also use rgb(123,204,195) instead hex code.

Text Font Color

.myTextColor { color: #7BCCC3; }

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

This text font color is #7BCCC3.


Background Color

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

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

This div background color is #7BCCC3.


Border color

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

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

This div border color is #7BCCC3.


Opacity

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

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

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

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

This text has shadow with #7BCCC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BCCC3 on black background.


Color preview on white background

This text has color #7BCCC3 on white background.



Black color preview on #7BCCC3 background

This text has black color on #7BCCC3 background.


White color preview on #7BCCC3 background

This text has white color on #7BCCC3 background.