COLOR #7BCBF7

HEX: #7BCBF7 RGB: (123,203,247)

Color info

#7BCBF7 contains mainly green and blue colors. Web safe color of #7BCBF7 is #66CCFF (or #6CF).

RGB color model

#7BCBF7 color RGB value is (123,203,247).

RGB: (123,203,247) (48%, 80%, 97%)

RGB channels and saturation

R 123 of 255 = 48%
G 203 of 255 = 80%
B 247 of 255 = 97%

123
203
247

R + G + B ~ 75%. #7BCBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 203 + 247 = 573 (100%)
R 123 of 573 ~ 21.47%
G 203 of 573 ~ 35.43%
B 247 of 573 ~ 43.11'%

%21.47
%35.43
%43.11

CMYK color model

#7BCBF7 color CMYK value is (50,18,0,3).

  • cyan value is 50.20%
  • magenta value is 17.81%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (50,18,0,3)
C50M18Y0K3 (50%, 18%, 0%, 3%)
(0.50 / 0.18 / 0.00 / 0.03)

CMYK percentages

%50.2
%17.81
%0
%3.14

Codes

Color #7BCBF7 in popluar color models

7B CB F7
RGB 123 203 247
HSL 201° 88.57% 72.55%
HSB/HSV 201° 50.20% 96.86%
CMYK 50.20% 17.81% 0.00%
3.14%

Color #7BCBF7 in popluar number systems.

HEX 7B CB F7
Decimal 123 203 247
Binary 1111011 11001011 11110111
Octal 173 313 367

Shades and tints

Shades of #7BCBF7

#7BCBF7
(123,203,247)
#70B9E1
(112,185,225)
#65A7CB
(101,167,203)
#5A95B5
(90,149,181)
#4F839F
(79,131,159)
#447189
(68,113,137)
#395F73
(57,95,115)
#2E4D5D
(46,77,93)
#233B47
(35,59,71)
#182931
(24,41,49)
#0D171B
(13,23,27)
#000000
(0,0,0)

Tints of #7BCBF7

#7BCBF7
(123,203,247)
#87CFF7
(135,207,247)
#93D3F7
(147,211,247)
#9FD7F7
(159,215,247)
#ABDBF7
(171,219,247)
#B7DFF7
(183,223,247)
#C3E3F7
(195,227,247)
#CFE7F7
(207,231,247)
#DBEBF7
(219,235,247)
#E7EFF7
(231,239,247)
#F3F3F7
(243,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BCBF7 color. Also use rgb(123,203,247) instead hex code.

Text Font Color

.myTextColor { color: #7BCBF7; }

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

This text font color is #7BCBF7.

Background Color

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

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

This div background color is #7BCBF7.

Border color

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

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

This div border color is #7BCBF7.

Opacity

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

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

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

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

This text has shadow with #7BCBF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BCBF7.

Preview

Color preview on black background

This text has color #7BCBF7 on black background.


Color preview on white background

This text has color #7BCBF7 on white background.


Black color preview on #7BCBF7 background

This text has black color on #7BCBF7 background.


White color preview on #7BCBF7 background

This text has white color on #7BCBF7 background.


Related colors

Complementary color

Complementary color for #hex is #843408.


I love getcolorcode.com

Triadic colors

1 #F77BCB and #CBF77B with #7BCBF7 are triadic colors.

2 #F7CB7B and #CB7BF7 with #7BCBF7 are triadic colors.