COLOR #7786B3

HEX: #7786B3
RGB: (119,134,179)

Color info

#7786B3 contains mainly green and blue colors. Web safe color of #7786B3 is #669999 (or #699).

RGB color model

#7786B3 color RGB value is (119,134,179).

  • red value is 119;
  • green value is 134;
  • blue value is 179.
RGB:
(119,134,179)
(47%,53%,70%)

RGB channels and saturation

R 119 of 255 = 47%
G 134 of 255 = 53%
B 179 of 255 = 70%

119
134
179

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

Portions of RGB colors in percentages

R + G + B =
119 + 134 + 179 = 432 (100%)
R 119 of 432 ~ 27.55%
G 134 of 432 ~ 31.02%
B 179 of 432 ~ 41.44%

%27.55
%31.02
%41.44

CMYK color model

#7786B3 color CMYK value is (34,25,0,30).

  • cyan value is 33.52%
  • magenta value is 25.14%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(34,25,0,30)
C34M25Y0K30 
(34%,25%,0%,30%)
(0.34/0.25/0.00/0.30)	

CMYK percentages

%33.52
%25.14
%0
%29.8

Codes

Color #7786B3 in popluar color models

7786B3
RGB119134179
HSL225°28.30%58.43%
HSB/HSV225°33.52%70.20%
CMYK33.52%25.14%0.00%
29.80%

Color #7786B3 in popluar number systems.

HEX7786B3
Decimal119134179
Binary11101111000011010110011
Octal167206263

Shades and tints

Shades of #7786B3

#7786B3
(119,134,179)
#6D7AA3
(109,122,163)
#636E93
(99,110,147)
#596283
(89,98,131)
#4F5673
(79,86,115)
#454A63
(69,74,99)
#3B3E53
(59,62,83)
#313243
(49,50,67)
#272633
(39,38,51)
#1D1A23
(29,26,35)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #7786B3

#7786B3
(119,134,179)
#8391B9
(131,145,185)
#8F9CBF
(143,156,191)
#9BA7C5
(155,167,197)
#A7B2CB
(167,178,203)
#B3BDD1
(179,189,209)
#BFC8D7
(191,200,215)
#CBD3DD
(203,211,221)
#D7DEE3
(215,222,227)
#E3E9E9
(227,233,233)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7786B3 color. Also use rgb(119,134,179) instead hex code.

Text Font Color

.myTextColor { color: #7786B3; }

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

This text font color is #7786B3.


Background Color

.myBgColor { background-color: #7786B3; }

<div style="background-color:#7786B3">Inner text</div>

This div background color is #7786B3.


Border color

.myBorderColor { border: 1px solid #7786B3; }

<div style="border:3px solid #7786B3">Div</div>

This div border color is #7786B3.


Opacity

.myOpacity80 { color: #7786B3; opacity: 0.8; }

<p style="color:#7786B3;opacity:0.8;">80%</p>

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

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

This text has shadow with #7786B3 color.

.textShadow {text-shadow: 3px 3px 1px #7786B3, 3px 3px 1px red;}

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

This text has shadow with #7786B3 primary color and red secondary color.


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

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

This text has shadow with #7786B3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7786B3 on black background.


Color preview on white background

This text has color #7786B3 on white background.



Black color preview on #7786B3 background

This text has black color on #7786B3 background.


White color preview on #7786B3 background

This text has white color on #7786B3 background.