COLOR #7BB3CD

HEX: #7BB3CD
RGB: (123,179,205)

Color info

#7BB3CD contains mainly green and blue colors. Web safe color of #7BB3CD is #6699CC (or #69C).

RGB color model

#7BB3CD color RGB value is (123,179,205).

  • red value is 123;
  • green value is 179;
  • blue value is 205.
RGB:
(123,179,205)
(48%,70%,80%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 205 of 255 = 80%

123
179
205

R + G + B ~ 66%. #7BB3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 179 + 205 = 507 (100%)
R 123 of 507 ~ 24.26%
G 179 of 507 ~ 35.31%
B 205 of 507 ~ 40.43%

%24.26
%35.31
%40.43

CMYK color model

#7BB3CD color CMYK value is (40,13,0,20).

  • cyan value is 40.00%
  • magenta value is 12.68%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(40,13,0,20)
C40M13Y0K20 
(40%,13%,0%,20%)
(0.40/0.13/0.00/0.20)	

CMYK percentages

%40
%12.68
%0
%19.61

Codes

Color #7BB3CD in popluar color models

7BB3CD
RGB123179205
HSL199°45.05%64.31%
HSB/HSV199°40.00%80.39%
CMYK40.00%12.68%0.00%
19.61%

Color #7BB3CD in popluar number systems.

HEX7BB3CD
Decimal123179205
Binary11110111011001111001101
Octal173263315

Shades and tints

Shades of #7BB3CD

#7BB3CD
(123,179,205)
#70A3BB
(112,163,187)
#6593A9
(101,147,169)
#5A8397
(90,131,151)
#4F7385
(79,115,133)
#446373
(68,99,115)
#395361
(57,83,97)
#2E434F
(46,67,79)
#23333D
(35,51,61)
#18232B
(24,35,43)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #7BB3CD

#7BB3CD
(123,179,205)
#87B9D1
(135,185,209)
#93BFD5
(147,191,213)
#9FC5D9
(159,197,217)
#ABCBDD
(171,203,221)
#B7D1E1
(183,209,225)
#C3D7E5
(195,215,229)
#CFDDE9
(207,221,233)
#DBE3ED
(219,227,237)
#E7E9F1
(231,233,241)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BB3CD color. Also use rgb(123,179,205) instead hex code.

Text Font Color

.myTextColor { color: #7BB3CD; }

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

This text font color is #7BB3CD.


Background Color

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

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

This div background color is #7BB3CD.


Border color

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

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

This div border color is #7BB3CD.


Opacity

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

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

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

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

This text has shadow with #7BB3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BB3CD on black background.


Color preview on white background

This text has color #7BB3CD on white background.



Black color preview on #7BB3CD background

This text has black color on #7BB3CD background.


White color preview on #7BB3CD background

This text has white color on #7BB3CD background.