COLOR #7BC8CF

HEX: #7BC8CF RGB: (123,200,207)

Color info

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

RGB color model

#7BC8CF color RGB value is (123,200,207).

RGB: (123,200,207) (48%, 78%, 81%)

RGB channels and saturation

R 123 of 255 = 48%
G 200 of 255 = 78%
B 207 of 255 = 81%

123
200
207

R + G + B ~ 69%. #7BC8CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 200 + 207 = 530 (100%)
R 123 of 530 ~ 23.21%
G 200 of 530 ~ 37.74%
B 207 of 530 ~ 39.06'%

%23.21
%37.74
%39.06

CMYK color model

#7BC8CF color CMYK value is (41,3,0,19).

  • cyan value is 40.58%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (41,3,0,19)
C41M3Y0K19 (41%, 3%, 0%, 19%)
(0.41 / 0.03 / 0.00 / 0.19)

CMYK percentages

%40.58
%3.38
%0
%18.82

Codes

Color #7BC8CF in popluar color models

7B C8 CF
RGB 123 200 207
HSL 185° 46.67% 64.71%
HSB/HSV 185° 40.58% 81.18%
CMYK 40.58% 3.38% 0.00%
18.82%

Color #7BC8CF in popluar number systems.

HEX 7B C8 CF
Decimal 123 200 207
Binary 1111011 11001000 11001111
Octal 173 310 317

Shades and tints

Shades of #7BC8CF

#7BC8CF
(123,200,207)
#70B6BD
(112,182,189)
#65A4AB
(101,164,171)
#5A9299
(90,146,153)
#4F8087
(79,128,135)
#446E75
(68,110,117)
#395C63
(57,92,99)
#2E4A51
(46,74,81)
#23383F
(35,56,63)
#18262D
(24,38,45)
#0D141B
(13,20,27)
#000000
(0,0,0)

Tints of #7BC8CF

#7BC8CF
(123,200,207)
#87CDD3
(135,205,211)
#93D2D7
(147,210,215)
#9FD7DB
(159,215,219)
#ABDCDF
(171,220,223)
#B7E1E3
(183,225,227)
#C3E6E7
(195,230,231)
#CFEBEB
(207,235,235)
#DBF0EF
(219,240,239)
#E7F5F3
(231,245,243)
#F3FAF7
(243,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BC8CF; }

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

This text font color is #7BC8CF.

Background Color

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

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

This div background color is #7BC8CF.

Border color

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

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

This div border color is #7BC8CF.

Opacity

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

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

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

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

This text has shadow with #7BC8CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BC8CF.

Preview

Color preview on black background

This text has color #7BC8CF on black background.


Color preview on white background

This text has color #7BC8CF on white background.


Black color preview on #7BC8CF background

This text has black color on #7BC8CF background.


White color preview on #7BC8CF background

This text has white color on #7BC8CF background.


Related colors

Complementary color

Complementary color for #hex is #843730.


I love getcolorcode.com

Triadic colors

1 #CF7BC8 and #C8CF7B with #7BC8CF are triadic colors.

2 #CFC87B and #C87BCF with #7BC8CF are triadic colors.