COLOR #766CCE

HEX: #766CCE
RGB: (118,108,206)

Color info

#766CCE contains mainly blue color. Web safe color of #766CCE is #6666CC (or #66C).

RGB color model

#766CCE color RGB value is (118,108,206).

  • red value is 118;
  • green value is 108;
  • blue value is 206.
RGB:
(118,108,206)
(46%,42%,81%)

RGB channels and saturation

R 118 of 255 = 46%
G 108 of 255 = 42%
B 206 of 255 = 81%

118
108
206

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

Portions of RGB colors in percentages

R + G + B =
118 + 108 + 206 = 432 (100%)
R 118 of 432 ~ 27.31%
G 108 of 432 ~ 25%
B 206 of 432 ~ 47.69%

%27.31
%25
%47.69

CMYK color model

#766CCE color CMYK value is (43,48,0,19).

  • cyan value is 42.72%
  • magenta value is 47.57%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(43,48,0,19)
C43M48Y0K19 
(43%,48%,0%,19%)
(0.43/0.48/0.00/0.19)	

CMYK percentages

%42.72
%47.57
%0
%19.22

Codes

Color #766CCE in popluar color models

766CCE
RGB118108206
HSL246°50.00%61.57%
HSB/HSV246°47.57%80.78%
CMYK42.72%47.57%0.00%
19.22%

Color #766CCE in popluar number systems.

HEX766CCE
Decimal118108206
Binary1110110110110011001110
Octal166154316

Shades and tints

Shades of #766CCE

#766CCE
(118,108,206)
#6C63BC
(108,99,188)
#625AAA
(98,90,170)
#585198
(88,81,152)
#4E4886
(78,72,134)
#443F74
(68,63,116)
#3A3662
(58,54,98)
#302D50
(48,45,80)
#26243E
(38,36,62)
#1C1B2C
(28,27,44)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #766CCE

#766CCE
(118,108,206)
#8279D2
(130,121,210)
#8E86D6
(142,134,214)
#9A93DA
(154,147,218)
#A6A0DE
(166,160,222)
#B2ADE2
(178,173,226)
#BEBAE6
(190,186,230)
#CAC7EA
(202,199,234)
#D6D4EE
(214,212,238)
#E2E1F2
(226,225,242)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766CCE color. Also use rgb(118,108,206) instead hex code.

Text Font Color

.myTextColor { color: #766CCE; }

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

This text font color is #766CCE.


Background Color

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

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

This div background color is #766CCE.


Border color

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

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

This div border color is #766CCE.


Opacity

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

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

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

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

This text has shadow with #766CCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766CCE on black background.


Color preview on white background

This text has color #766CCE on white background.



Black color preview on #766CCE background

This text has black color on #766CCE background.


White color preview on #766CCE background

This text has white color on #766CCE background.