COLOR #766ACB

HEX: #766ACB
RGB: (118,106,203)

Color info

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

RGB color model

#766ACB color RGB value is (118,106,203).

  • red value is 118;
  • green value is 106;
  • blue value is 203.
RGB:
(118,106,203)
(46%,42%,80%)

RGB channels and saturation

R 118 of 255 = 46%
G 106 of 255 = 42%
B 203 of 255 = 80%

118
106
203

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

Portions of RGB colors in percentages

R + G + B =
118 + 106 + 203 = 427 (100%)
R 118 of 427 ~ 27.63%
G 106 of 427 ~ 24.82%
B 203 of 427 ~ 47.54%

%27.63
%24.82
%47.54

CMYK color model

#766ACB color CMYK value is (42,48,0,20).

  • cyan value is 41.87%
  • magenta value is 47.78%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(42,48,0,20)
C42M48Y0K20 
(42%,48%,0%,20%)
(0.42/0.48/0.00/0.20)	

CMYK percentages

%41.87
%47.78
%0
%20.39

Codes

Color #766ACB in popluar color models

766ACB
RGB118106203
HSL247°48.26%60.59%
HSB/HSV247°47.78%79.61%
CMYK41.87%47.78%0.00%
20.39%

Color #766ACB in popluar number systems.

HEX766ACB
Decimal118106203
Binary1110110110101011001011
Octal166152313

Shades and tints

Shades of #766ACB

#766ACB
(118,106,203)
#6C61B9
(108,97,185)
#6258A7
(98,88,167)
#584F95
(88,79,149)
#4E4683
(78,70,131)
#443D71
(68,61,113)
#3A345F
(58,52,95)
#302B4D
(48,43,77)
#26223B
(38,34,59)
#1C1929
(28,25,41)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #766ACB

#766ACB
(118,106,203)
#8277CF
(130,119,207)
#8E84D3
(142,132,211)
#9A91D7
(154,145,215)
#A69EDB
(166,158,219)
#B2ABDF
(178,171,223)
#BEB8E3
(190,184,227)
#CAC5E7
(202,197,231)
#D6D2EB
(214,210,235)
#E2DFEF
(226,223,239)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766ACB color. Also use rgb(118,106,203) instead hex code.

Text Font Color

.myTextColor { color: #766ACB; }

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

This text font color is #766ACB.


Background Color

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

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

This div background color is #766ACB.


Border color

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

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

This div border color is #766ACB.


Opacity

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

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

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

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

This text has shadow with #766ACB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766ACB on black background.


Color preview on white background

This text has color #766ACB on white background.



Black color preview on #766ACB background

This text has black color on #766ACB background.


White color preview on #766ACB background

This text has white color on #766ACB background.