COLOR #767EAB

HEX: #767EAB
RGB: (118,126,171)

Color info

#767EAB contains red, green and blue colors in about the same proportion. Web safe color of #767EAB is #666699 (or #669).

RGB color model

#767EAB color RGB value is (118,126,171).

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

RGB channels and saturation

R 118 of 255 = 46%
G 126 of 255 = 49%
B 171 of 255 = 67%

118
126
171

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

Portions of RGB colors in percentages

R + G + B =
118 + 126 + 171 = 415 (100%)
R 118 of 415 ~ 28.43%
G 126 of 415 ~ 30.36%
B 171 of 415 ~ 41.2%

%28.43
%30.36
%41.2

CMYK color model

#767EAB color CMYK value is (31,26,0,33).

  • cyan value is 30.99%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(31,26,0,33)
C31M26Y0K33 
(31%,26%,0%,33%)
(0.31/0.26/0.00/0.33)	

CMYK percentages

%30.99
%26.32
%0
%32.94

Codes

Color #767EAB in popluar color models

767EAB
RGB118126171
HSL231°23.98%56.67%
HSB/HSV231°30.99%67.06%
CMYK30.99%26.32%0.00%
32.94%

Color #767EAB in popluar number systems.

HEX767EAB
Decimal118126171
Binary1110110111111010101011
Octal166176253

Shades and tints

Shades of #767EAB

#767EAB
(118,126,171)
#6C739C
(108,115,156)
#62688D
(98,104,141)
#585D7E
(88,93,126)
#4E526F
(78,82,111)
#444760
(68,71,96)
#3A3C51
(58,60,81)
#303142
(48,49,66)
#262633
(38,38,51)
#1C1B24
(28,27,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #767EAB

#767EAB
(118,126,171)
#8289B2
(130,137,178)
#8E94B9
(142,148,185)
#9A9FC0
(154,159,192)
#A6AAC7
(166,170,199)
#B2B5CE
(178,181,206)
#BEC0D5
(190,192,213)
#CACBDC
(202,203,220)
#D6D6E3
(214,214,227)
#E2E1EA
(226,225,234)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #767EAB; }

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

This text font color is #767EAB.


Background Color

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

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

This div background color is #767EAB.


Border color

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

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

This div border color is #767EAB.


Opacity

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

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

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

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

This text has shadow with #767EAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #767EAB on black background.


Color preview on white background

This text has color #767EAB on white background.



Black color preview on #767EAB background

This text has black color on #767EAB background.


White color preview on #767EAB background

This text has white color on #767EAB background.