COLOR #7B86BE

HEX: #7B86BE
RGB: (123,134,190)

Color info

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

RGB color model

#7B86BE color RGB value is (123,134,190).

  • red value is 123;
  • green value is 134;
  • blue value is 190.
RGB:
(123,134,190)
(48%,53%,75%)

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 190 of 255 = 75%

123
134
190

R + G + B ~ 59%. #7B86BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 190 = 447 (100%)
R 123 of 447 ~ 27.52%
G 134 of 447 ~ 29.98%
B 190 of 447 ~ 42.51%

%27.52
%29.98
%42.51

CMYK color model

#7B86BE color CMYK value is (35,29,0,25).

  • cyan value is 35.26%
  • magenta value is 29.47%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(35,29,0,25)
C35M29Y0K25 
(35%,29%,0%,25%)
(0.35/0.29/0.00/0.25)	

CMYK percentages

%35.26
%29.47
%0
%25.49

Codes

Color #7B86BE in popluar color models

7B86BE
RGB123134190
HSL230°34.01%61.37%
HSB/HSV230°35.26%74.51%
CMYK35.26%29.47%0.00%
25.49%

Color #7B86BE in popluar number systems.

HEX7B86BE
Decimal123134190
Binary11110111000011010111110
Octal173206276

Shades and tints

Shades of #7B86BE

#7B86BE
(123,134,190)
#707AAD
(112,122,173)
#656E9C
(101,110,156)
#5A628B
(90,98,139)
#4F567A
(79,86,122)
#444A69
(68,74,105)
#393E58
(57,62,88)
#2E3247
(46,50,71)
#232636
(35,38,54)
#181A25
(24,26,37)
#0D0E14
(13,14,20)
#000000
(0,0,0)

Tints of #7B86BE

#7B86BE
(123,134,190)
#8791C3
(135,145,195)
#939CC8
(147,156,200)
#9FA7CD
(159,167,205)
#ABB2D2
(171,178,210)
#B7BDD7
(183,189,215)
#C3C8DC
(195,200,220)
#CFD3E1
(207,211,225)
#DBDEE6
(219,222,230)
#E7E9EB
(231,233,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B86BE; }

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

This text font color is #7B86BE.


Background Color

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

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

This div background color is #7B86BE.


Border color

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

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

This div border color is #7B86BE.


Opacity

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

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

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

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

This text has shadow with #7B86BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B86BE on black background.


Color preview on white background

This text has color #7B86BE on white background.



Black color preview on #7B86BE background

This text has black color on #7B86BE background.


White color preview on #7B86BE background

This text has white color on #7B86BE background.