COLOR #7BB3BE

HEX: #7BB3BE RGB: (123,179,190)

Color info

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

RGB color model

#7BB3BE color RGB value is (123,179,190).

RGB: (123,179,190) (48%, 70%, 75%)

RGB channels and saturation

R 123 of 255 = 48%
G 179 of 255 = 70%
B 190 of 255 = 75%

123
179
190

R + G + B ~ 64%. #7BB3BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 179 + 190 = 492 (100%)
R 123 of 492 ~ 25%
G 179 of 492 ~ 36.38%
B 190 of 492 ~ 38.62'%

%25
%36.38
%38.62

CMYK color model

#7BB3BE color CMYK value is (35,6,0,25).

  • cyan value is 35.26%
  • magenta value is 5.79%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (35,6,0,25)
C35M6Y0K25 (35%, 6%, 0%, 25%)
(0.35 / 0.06 / 0.00 / 0.25)

CMYK percentages

%35.26
%5.79
%0
%25.49

Codes

Color #7BB3BE in popluar color models

7B B3 BE
RGB 123 179 190
HSL 190° 34.01% 61.37%
HSB/HSV 190° 35.26% 74.51%
CMYK 35.26% 5.79% 0.00%
25.49%

Color #7BB3BE in popluar number systems.

HEX 7B B3 BE
Decimal 123 179 190
Binary 1111011 10110011 10111110
Octal 173 263 276

Shades and tints

Shades of #7BB3BE

#7BB3BE
(123,179,190)
#70A3AD
(112,163,173)
#65939C
(101,147,156)
#5A838B
(90,131,139)
#4F737A
(79,115,122)
#446369
(68,99,105)
#395358
(57,83,88)
#2E4347
(46,67,71)
#233336
(35,51,54)
#182325
(24,35,37)
#0D1314
(13,19,20)
#000000
(0,0,0)

Tints of #7BB3BE

#7BB3BE
(123,179,190)
#87B9C3
(135,185,195)
#93BFC8
(147,191,200)
#9FC5CD
(159,197,205)
#ABCBD2
(171,203,210)
#B7D1D7
(183,209,215)
#C3D7DC
(195,215,220)
#CFDDE1
(207,221,225)
#DBE3E6
(219,227,230)
#E7E9EB
(231,233,235)
#F3EFF0
(243,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BB3BE; }

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

This text font color is #7BB3BE.

Background Color

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

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

This div background color is #7BB3BE.

Border color

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

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

This div border color is #7BB3BE.

Opacity

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

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

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

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

This text has shadow with #7BB3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BB3BE.

Preview

Color preview on black background

This text has color #7BB3BE on black background.


Color preview on white background

This text has color #7BB3BE on white background.


Black color preview on #7BB3BE background

This text has black color on #7BB3BE background.


White color preview on #7BB3BE background

This text has white color on #7BB3BE background.


Related colors

Complementary color

Complementary color for #hex is #844C41.


I love getcolorcode.com

Triadic colors

1 #BE7BB3 and #B3BE7B with #7BB3BE are triadic colors.

2 #BEB37B and #B37BBE with #7BB3BE are triadic colors.