COLOR #767FD6

HEX: #767FD6
RGB: (118,127,214)

Color info

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

RGB color model

#767FD6 color RGB value is (118,127,214).

  • red value is 118;
  • green value is 127;
  • blue value is 214.
RGB:
(118,127,214)
(46%,50%,84%)

RGB channels and saturation

R 118 of 255 = 46%
G 127 of 255 = 50%
B 214 of 255 = 84%

118
127
214

R + G + B ~ 60%. #767FD6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 127 + 214 = 459 (100%)
R 118 of 459 ~ 25.71%
G 127 of 459 ~ 27.67%
B 214 of 459 ~ 46.62%

%25.71
%27.67
%46.62

CMYK color model

#767FD6 color CMYK value is (45,41,0,16).

  • cyan value is 44.86%
  • magenta value is 40.65%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(45,41,0,16)
C45M41Y0K16 
(45%,41%,0%,16%)
(0.45/0.41/0.00/0.16)	

CMYK percentages

%44.86
%40.65
%0
%16.08

Codes

Color #767FD6 in popluar color models

767FD6
RGB118127214
HSL234°53.93%65.10%
HSB/HSV234°44.86%83.92%
CMYK44.86%40.65%0.00%
16.08%

Color #767FD6 in popluar number systems.

HEX767FD6
Decimal118127214
Binary1110110111111111010110
Octal166177326

Shades and tints

Shades of #767FD6

#767FD6
(118,127,214)
#6C74C3
(108,116,195)
#6269B0
(98,105,176)
#585E9D
(88,94,157)
#4E538A
(78,83,138)
#444877
(68,72,119)
#3A3D64
(58,61,100)
#303251
(48,50,81)
#26273E
(38,39,62)
#1C1C2B
(28,28,43)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #767FD6

#767FD6
(118,127,214)
#828AD9
(130,138,217)
#8E95DC
(142,149,220)
#9AA0DF
(154,160,223)
#A6ABE2
(166,171,226)
#B2B6E5
(178,182,229)
#BEC1E8
(190,193,232)
#CACCEB
(202,204,235)
#D6D7EE
(214,215,238)
#E2E2F1
(226,226,241)
#EEEDF4
(238,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767FD6 color. Also use rgb(118,127,214) instead hex code.

Text Font Color

.myTextColor { color: #767FD6; }

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

This text font color is #767FD6.


Background Color

.myBgColor { background-color: #767FD6; }

<div style="background-color:#767FD6">Inner text</div>

This div background color is #767FD6.


Border color

.myBorderColor { border: 1px solid #767FD6; }

<div style="border:3px solid #767FD6">Div</div>

This div border color is #767FD6.


Opacity

.myOpacity80 { color: #767FD6; opacity: 0.8; }

<p style="color:#767FD6;opacity:0.8;">80%</p>

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

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

This text has shadow with #767FD6 color.

.textShadow {text-shadow: 3px 3px 1px #767FD6, 3px 3px 1px red;}

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

This text has shadow with #767FD6 primary color and red secondary color.


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

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

This text has shadow with #767FD6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767FD6 on black background.


Color preview on white background

This text has color #767FD6 on white background.



Black color preview on #767FD6 background

This text has black color on #767FD6 background.


White color preview on #767FD6 background

This text has white color on #767FD6 background.