COLOR #7BB6D7

HEX: #7BB6D7
RGB: (123,182,215)

Color info

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

RGB color model

#7BB6D7 color RGB value is (123,182,215).

  • red value is 123;
  • green value is 182;
  • blue value is 215.
RGB:
(123,182,215)
(48%,71%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 182 of 255 = 71%
B 215 of 255 = 84%

123
182
215

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

Portions of RGB colors in percentages

R + G + B =
123 + 182 + 215 = 520 (100%)
R 123 of 520 ~ 23.65%
G 182 of 520 ~ 35%
B 215 of 520 ~ 41.35%

%23.65
%35
%41.35

CMYK color model

#7BB6D7 color CMYK value is (43,15,0,16).

  • cyan value is 42.79%
  • magenta value is 15.35%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(43,15,0,16)
C43M15Y0K16 
(43%,15%,0%,16%)
(0.43/0.15/0.00/0.16)	

CMYK percentages

%42.79
%15.35
%0
%15.69

Codes

Color #7BB6D7 in popluar color models

7BB6D7
RGB123182215
HSL202°53.49%66.27%
HSB/HSV202°42.79%84.31%
CMYK42.79%15.35%0.00%
15.69%

Color #7BB6D7 in popluar number systems.

HEX7BB6D7
Decimal123182215
Binary11110111011011011010111
Octal173266327

Shades and tints

Shades of #7BB6D7

#7BB6D7
(123,182,215)
#70A6C4
(112,166,196)
#6596B1
(101,150,177)
#5A869E
(90,134,158)
#4F768B
(79,118,139)
#446678
(68,102,120)
#395665
(57,86,101)
#2E4652
(46,70,82)
#23363F
(35,54,63)
#18262C
(24,38,44)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #7BB6D7

#7BB6D7
(123,182,215)
#87BCDA
(135,188,218)
#93C2DD
(147,194,221)
#9FC8E0
(159,200,224)
#ABCEE3
(171,206,227)
#B7D4E6
(183,212,230)
#C3DAE9
(195,218,233)
#CFE0EC
(207,224,236)
#DBE6EF
(219,230,239)
#E7ECF2
(231,236,242)
#F3F2F5
(243,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB6D7 color. Also use rgb(123,182,215) instead hex code.

Text Font Color

.myTextColor { color: #7BB6D7; }

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

This text font color is #7BB6D7.


Background Color

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

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

This div background color is #7BB6D7.


Border color

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

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

This div border color is #7BB6D7.


Opacity

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

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

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

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

This text has shadow with #7BB6D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB6D7 on black background.


Color preview on white background

This text has color #7BB6D7 on white background.



Black color preview on #7BB6D7 background

This text has black color on #7BB6D7 background.


White color preview on #7BB6D7 background

This text has white color on #7BB6D7 background.