COLOR #7BC3CE

HEX: #7BC3CE RGB: (123,195,206)

Color info

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

RGB color model

#7BC3CE color RGB value is (123,195,206).

RGB: (123,195,206) (48%, 76%, 81%)

RGB channels and saturation

R 123 of 255 = 48%
G 195 of 255 = 76%
B 206 of 255 = 81%

123
195
206

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

Portions of RGB colors in percentages

R + G + B = 123 + 195 + 206 = 524 (100%)
R 123 of 524 ~ 23.47%
G 195 of 524 ~ 37.21%
B 206 of 524 ~ 39.31'%

%23.47
%37.21
%39.31

CMYK color model

#7BC3CE color CMYK value is (40,5,0,19).

  • cyan value is 40.29%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (40,5,0,19)
C40M5Y0K19 (40%, 5%, 0%, 19%)
(0.40 / 0.05 / 0.00 / 0.19)

CMYK percentages

%40.29
%5.34
%0
%19.22

Codes

Color #7BC3CE in popluar color models

7B C3 CE
RGB 123 195 206
HSL 188° 45.86% 64.51%
HSB/HSV 188° 40.29% 80.78%
CMYK 40.29% 5.34% 0.00%
19.22%

Color #7BC3CE in popluar number systems.

HEX 7B C3 CE
Decimal 123 195 206
Binary 1111011 11000011 11001110
Octal 173 303 316

Shades and tints

Shades of #7BC3CE

#7BC3CE
(123,195,206)
#70B2BC
(112,178,188)
#65A1AA
(101,161,170)
#5A9098
(90,144,152)
#4F7F86
(79,127,134)
#446E74
(68,110,116)
#395D62
(57,93,98)
#2E4C50
(46,76,80)
#233B3E
(35,59,62)
#182A2C
(24,42,44)
#0D191A
(13,25,26)
#000000
(0,0,0)

Tints of #7BC3CE

#7BC3CE
(123,195,206)
#87C8D2
(135,200,210)
#93CDD6
(147,205,214)
#9FD2DA
(159,210,218)
#ABD7DE
(171,215,222)
#B7DCE2
(183,220,226)
#C3E1E6
(195,225,230)
#CFE6EA
(207,230,234)
#DBEBEE
(219,235,238)
#E7F0F2
(231,240,242)
#F3F5F6
(243,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC3CE; }

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

This text font color is #7BC3CE.

Background Color

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

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

This div background color is #7BC3CE.

Border color

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

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

This div border color is #7BC3CE.

Opacity

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

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

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

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

This text has shadow with #7BC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC3CE.

Preview

Color preview on black background

This text has color #7BC3CE on black background.


Color preview on white background

This text has color #7BC3CE on white background.


Black color preview on #7BC3CE background

This text has black color on #7BC3CE background.


White color preview on #7BC3CE background

This text has white color on #7BC3CE background.


Related colors

Complementary color

Complementary color for #hex is #843C31.


I love getcolorcode.com

Triadic colors

1 #CE7BC3 and #C3CE7B with #7BC3CE are triadic colors.

2 #CEC37B and #C37BCE with #7BC3CE are triadic colors.