COLOR #7B9BBE

HEX: #7B9BBE RGB: (123,155,190)

Color info

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

RGB color model

#7B9BBE color RGB value is (123,155,190).

RGB: (123,155,190) (48%, 61%, 75%)

RGB channels and saturation

R 123 of 255 = 48%
G 155 of 255 = 61%
B 190 of 255 = 75%

123
155
190

R + G + B ~ 61%. #7B9BBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 155 + 190 = 468 (100%)
R 123 of 468 ~ 26.28%
G 155 of 468 ~ 33.12%
B 190 of 468 ~ 40.6'%

%26.28
%33.12
%40.6

CMYK color model

#7B9BBE color CMYK value is (35,18,0,25).

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

CMYK: (35,18,0,25)
C35M18Y0K25 (35%, 18%, 0%, 25%)
(0.35 / 0.18 / 0.00 / 0.25)

CMYK percentages

%35.26
%18.42
%0
%25.49

Codes

Color #7B9BBE in popluar color models

7B 9B BE
RGB 123 155 190
HSL 211° 34.01% 61.37%
HSB/HSV 211° 35.26% 74.51%
CMYK 35.26% 18.42% 0.00%
25.49%

Color #7B9BBE in popluar number systems.

HEX 7B 9B BE
Decimal 123 155 190
Binary 1111011 10011011 10111110
Octal 173 233 276

Shades and tints

Shades of #7B9BBE

#7B9BBE
(123,155,190)
#708DAD
(112,141,173)
#657F9C
(101,127,156)
#5A718B
(90,113,139)
#4F637A
(79,99,122)
#445569
(68,85,105)
#394758
(57,71,88)
#2E3947
(46,57,71)
#232B36
(35,43,54)
#181D25
(24,29,37)
#0D0F14
(13,15,20)
#000000
(0,0,0)

Tints of #7B9BBE

#7B9BBE
(123,155,190)
#87A4C3
(135,164,195)
#93ADC8
(147,173,200)
#9FB6CD
(159,182,205)
#ABBFD2
(171,191,210)
#B7C8D7
(183,200,215)
#C3D1DC
(195,209,220)
#CFDAE1
(207,218,225)
#DBE3E6
(219,227,230)
#E7ECEB
(231,236,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B9BBE; }

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

This text font color is #7B9BBE.

Background Color

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

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

This div background color is #7B9BBE.

Border color

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

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

This div border color is #7B9BBE.

Opacity

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

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

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

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

This text has shadow with #7B9BBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B9BBE.

Preview

Color preview on black background

This text has color #7B9BBE on black background.


Color preview on white background

This text has color #7B9BBE on white background.


Black color preview on #7B9BBE background

This text has black color on #7B9BBE background.


White color preview on #7B9BBE background

This text has white color on #7B9BBE background.


Related colors

Complementary color

Complementary color for #hex is #846441.


I love getcolorcode.com

Triadic colors

1 #BE7B9B and #9BBE7B with #7B9BBE are triadic colors.

2 #BE9B7B and #9B7BBE with #7B9BBE are triadic colors.