COLOR #766EB3

HEX: #766EB3
RGB: (118,110,179)

Color info

#766EB3 contains mainly blue color. Web safe color of #766EB3 is #666699 (or #669).

RGB color model

#766EB3 color RGB value is (118,110,179).

  • red value is 118;
  • green value is 110;
  • blue value is 179.
RGB:
(118,110,179)
(46%,43%,70%)

RGB channels and saturation

R 118 of 255 = 46%
G 110 of 255 = 43%
B 179 of 255 = 70%

118
110
179

R + G + B ~ 53%. #766EB3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 110 + 179 = 407 (100%)
R 118 of 407 ~ 28.99%
G 110 of 407 ~ 27.03%
B 179 of 407 ~ 43.98%

%28.99
%27.03
%43.98

CMYK color model

#766EB3 color CMYK value is (34,39,0,30).

  • cyan value is 34.08%
  • magenta value is 38.55%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(34,39,0,30)
C34M39Y0K30 
(34%,39%,0%,30%)
(0.34/0.39/0.00/0.30)	

CMYK percentages

%34.08
%38.55
%0
%29.8

Codes

Color #766EB3 in popluar color models

766EB3
RGB118110179
HSL247°31.22%56.67%
HSB/HSV247°38.55%70.20%
CMYK34.08%38.55%0.00%
29.80%

Color #766EB3 in popluar number systems.

HEX766EB3
Decimal118110179
Binary1110110110111010110011
Octal166156263

Shades and tints

Shades of #766EB3

#766EB3
(118,110,179)
#6C64A3
(108,100,163)
#625A93
(98,90,147)
#585083
(88,80,131)
#4E4673
(78,70,115)
#443C63
(68,60,99)
#3A3253
(58,50,83)
#302843
(48,40,67)
#261E33
(38,30,51)
#1C1423
(28,20,35)
#120A13
(18,10,19)
#000000
(0,0,0)

Tints of #766EB3

#766EB3
(118,110,179)
#827BB9
(130,123,185)
#8E88BF
(142,136,191)
#9A95C5
(154,149,197)
#A6A2CB
(166,162,203)
#B2AFD1
(178,175,209)
#BEBCD7
(190,188,215)
#CAC9DD
(202,201,221)
#D6D6E3
(214,214,227)
#E2E3E9
(226,227,233)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766EB3 color. Also use rgb(118,110,179) instead hex code.

Text Font Color

.myTextColor { color: #766EB3; }

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

This text font color is #766EB3.


Background Color

.myBgColor { background-color: #766EB3; }

<div style="background-color:#766EB3">Inner text</div>

This div background color is #766EB3.


Border color

.myBorderColor { border: 1px solid #766EB3; }

<div style="border:3px solid #766EB3">Div</div>

This div border color is #766EB3.


Opacity

.myOpacity80 { color: #766EB3; opacity: 0.8; }

<p style="color:#766EB3;opacity:0.8;">80%</p>

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

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

This text has shadow with #766EB3 color.

.textShadow {text-shadow: 3px 3px 1px #766EB3, 3px 3px 1px red;}

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

This text has shadow with #766EB3 primary color and red secondary color.


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

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

This text has shadow with #766EB3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766EB3 on black background.


Color preview on white background

This text has color #766EB3 on white background.



Black color preview on #766EB3 background

This text has black color on #766EB3 background.


White color preview on #766EB3 background

This text has white color on #766EB3 background.