COLOR #767EB8

HEX: #767EB8
RGB: (118,126,184)

Color info

#767EB8 contains mainly green and blue colors. Web safe color of #767EB8 is #6666CC (or #66C).

RGB color model

#767EB8 color RGB value is (118,126,184).

  • red value is 118;
  • green value is 126;
  • blue value is 184.
RGB:
(118,126,184)
(46%,49%,72%)

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 184 of 255 = 72%

118
126
184

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

Portions of RGB colors in percentages

R + G + B =
118 + 126 + 184 = 428 (100%)
R 118 of 428 ~ 27.57%
G 126 of 428 ~ 29.44%
B 184 of 428 ~ 42.99%

%27.57
%29.44
%42.99

CMYK color model

#767EB8 color CMYK value is (36,32,0,28).

  • cyan value is 35.87%
  • magenta value is 31.52%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(36,32,0,28)
C36M32Y0K28 
(36%,32%,0%,28%)
(0.36/0.32/0.00/0.28)	

CMYK percentages

%35.87
%31.52
%0
%27.84

Codes

Color #767EB8 in popluar color models

767EB8
RGB118126184
HSL233°31.73%59.22%
HSB/HSV233°35.87%72.16%
CMYK35.87%31.52%0.00%
27.84%

Color #767EB8 in popluar number systems.

HEX767EB8
Decimal118126184
Binary1110110111111010111000
Octal166176270

Shades and tints

Shades of #767EB8

#767EB8
(118,126,184)
#6C73A8
(108,115,168)
#626898
(98,104,152)
#585D88
(88,93,136)
#4E5278
(78,82,120)
#444768
(68,71,104)
#3A3C58
(58,60,88)
#303148
(48,49,72)
#262638
(38,38,56)
#1C1B28
(28,27,40)
#121018
(18,16,24)
#000000
(0,0,0)

Tints of #767EB8

#767EB8
(118,126,184)
#8289BE
(130,137,190)
#8E94C4
(142,148,196)
#9A9FCA
(154,159,202)
#A6AAD0
(166,170,208)
#B2B5D6
(178,181,214)
#BEC0DC
(190,192,220)
#CACBE2
(202,203,226)
#D6D6E8
(214,214,232)
#E2E1EE
(226,225,238)
#EEECF4
(238,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #767EB8 color. Also use rgb(118,126,184) instead hex code.

Text Font Color

.myTextColor { color: #767EB8; }

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

This text font color is #767EB8.


Background Color

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

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

This div background color is #767EB8.


Border color

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

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

This div border color is #767EB8.


Opacity

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

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

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

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

This text has shadow with #767EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767EB8 on black background.


Color preview on white background

This text has color #767EB8 on white background.



Black color preview on #767EB8 background

This text has black color on #767EB8 background.


White color preview on #767EB8 background

This text has white color on #767EB8 background.