COLOR #7B86AE

HEX: #7B86AE
RGB: (123,134,174)

Color info

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

RGB color model

#7B86AE color RGB value is (123,134,174).

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

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 174 of 255 = 68%

123
134
174

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 174 = 431 (100%)
R 123 of 431 ~ 28.54%
G 134 of 431 ~ 31.09%
B 174 of 431 ~ 40.37%

%28.54
%31.09
%40.37

CMYK color model

#7B86AE color CMYK value is (29,23,0,32).

  • cyan value is 29.31%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(29,23,0,32)
C29M23Y0K32 
(29%,23%,0%,32%)
(0.29/0.23/0.00/0.32)	

CMYK percentages

%29.31
%22.99
%0
%31.76

Codes

Color #7B86AE in popluar color models

7B86AE
RGB123134174
HSL227°23.94%58.24%
HSB/HSV227°29.31%68.24%
CMYK29.31%22.99%0.00%
31.76%

Color #7B86AE in popluar number systems.

HEX7B86AE
Decimal123134174
Binary11110111000011010101110
Octal173206256

Shades and tints

Shades of #7B86AE

#7B86AE
(123,134,174)
#707A9F
(112,122,159)
#656E90
(101,110,144)
#5A6281
(90,98,129)
#4F5672
(79,86,114)
#444A63
(68,74,99)
#393E54
(57,62,84)
#2E3245
(46,50,69)
#232636
(35,38,54)
#181A27
(24,26,39)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #7B86AE

#7B86AE
(123,134,174)
#8791B5
(135,145,181)
#939CBC
(147,156,188)
#9FA7C3
(159,167,195)
#ABB2CA
(171,178,202)
#B7BDD1
(183,189,209)
#C3C8D8
(195,200,216)
#CFD3DF
(207,211,223)
#DBDEE6
(219,222,230)
#E7E9ED
(231,233,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B86AE; }

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

This text font color is #7B86AE.


Background Color

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

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

This div background color is #7B86AE.


Border color

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

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

This div border color is #7B86AE.


Opacity

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

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

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

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

This text has shadow with #7B86AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B86AE on black background.


Color preview on white background

This text has color #7B86AE on white background.



Black color preview on #7B86AE background

This text has black color on #7B86AE background.


White color preview on #7B86AE background

This text has white color on #7B86AE background.