COLOR #7B86AF

HEX: #7B86AF
RGB: (123,134,175)

Color info

#7B86AF contains red, green and blue colors in about the same proportion. Web safe color of #7B86AF is #669999 (or #699).

RGB color model

#7B86AF color RGB value is (123,134,175).

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

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 175 of 255 = 69%

123
134
175

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 175 = 432 (100%)
R 123 of 432 ~ 28.47%
G 134 of 432 ~ 31.02%
B 175 of 432 ~ 40.51%

%28.47
%31.02
%40.51

CMYK color model

#7B86AF color CMYK value is (30,23,0,31).

  • cyan value is 29.71%
  • magenta value is 23.43%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(30,23,0,31)
C30M23Y0K31 
(30%,23%,0%,31%)
(0.30/0.23/0.00/0.31)	

CMYK percentages

%29.71
%23.43
%0
%31.37

Codes

Color #7B86AF in popluar color models

7B86AF
RGB123134175
HSL227°24.53%58.43%
HSB/HSV227°29.71%68.63%
CMYK29.71%23.43%0.00%
31.37%

Color #7B86AF in popluar number systems.

HEX7B86AF
Decimal123134175
Binary11110111000011010101111
Octal173206257

Shades and tints

Shades of #7B86AF

#7B86AF
(123,134,175)
#707AA0
(112,122,160)
#656E91
(101,110,145)
#5A6282
(90,98,130)
#4F5673
(79,86,115)
#444A64
(68,74,100)
#393E55
(57,62,85)
#2E3246
(46,50,70)
#232637
(35,38,55)
#181A28
(24,26,40)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #7B86AF

#7B86AF
(123,134,175)
#8791B6
(135,145,182)
#939CBD
(147,156,189)
#9FA7C4
(159,167,196)
#ABB2CB
(171,178,203)
#B7BDD2
(183,189,210)
#C3C8D9
(195,200,217)
#CFD3E0
(207,211,224)
#DBDEE7
(219,222,231)
#E7E9EE
(231,233,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B86AF; }

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

This text font color is #7B86AF.


Background Color

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

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

This div background color is #7B86AF.


Border color

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

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

This div border color is #7B86AF.


Opacity

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

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

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

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

This text has shadow with #7B86AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B86AF on black background.


Color preview on white background

This text has color #7B86AF on white background.



Black color preview on #7B86AF background

This text has black color on #7B86AF background.


White color preview on #7B86AF background

This text has white color on #7B86AF background.