COLOR #7B869C

HEX: #7B869C
RGB: (123,134,156)

Color info

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

RGB color model

#7B869C color RGB value is (123,134,156).

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

RGB channels and saturation

R 123 of 255 = 48%
G 134 of 255 = 53%
B 156 of 255 = 61%

123
134
156

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

Portions of RGB colors in percentages

R + G + B =
123 + 134 + 156 = 413 (100%)
R 123 of 413 ~ 29.78%
G 134 of 413 ~ 32.45%
B 156 of 413 ~ 37.77%

%29.78
%32.45
%37.77

CMYK color model

#7B869C color CMYK value is (21,14,0,39).

  • cyan value is 21.15%
  • magenta value is 14.10%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(21,14,0,39)
C21M14Y0K39 
(21%,14%,0%,39%)
(0.21/0.14/0.00/0.39)	

CMYK percentages

%21.15
%14.1
%0
%38.82

Codes

Color #7B869C in popluar color models

7B869C
RGB123134156
HSL220°14.29%54.71%
HSB/HSV220°21.15%61.18%
CMYK21.15%14.10%0.00%
38.82%

Color #7B869C in popluar number systems.

HEX7B869C
Decimal123134156
Binary11110111000011010011100
Octal173206234

Shades and tints

Shades of #7B869C

#7B869C
(123,134,156)
#707A8E
(112,122,142)
#656E80
(101,110,128)
#5A6272
(90,98,114)
#4F5664
(79,86,100)
#444A56
(68,74,86)
#393E48
(57,62,72)
#2E323A
(46,50,58)
#23262C
(35,38,44)
#181A1E
(24,26,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B869C

#7B869C
(123,134,156)
#8791A5
(135,145,165)
#939CAE
(147,156,174)
#9FA7B7
(159,167,183)
#ABB2C0
(171,178,192)
#B7BDC9
(183,189,201)
#C3C8D2
(195,200,210)
#CFD3DB
(207,211,219)
#DBDEE4
(219,222,228)
#E7E9ED
(231,233,237)
#F3F4F6
(243,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B869C; }

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

This text font color is #7B869C.


Background Color

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

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

This div background color is #7B869C.


Border color

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

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

This div border color is #7B869C.


Opacity

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

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

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

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

This text has shadow with #7B869C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B869C on black background.


Color preview on white background

This text has color #7B869C on white background.



Black color preview on #7B869C background

This text has black color on #7B869C background.


White color preview on #7B869C background

This text has white color on #7B869C background.