COLOR #796B94

HEX: #796B94
RGB: (121,107,148)

Color info

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

RGB color model

#796B94 color RGB value is (121,107,148).

  • red value is 121;
  • green value is 107;
  • blue value is 148.
RGB:
(121,107,148)
(47%,42%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 107 of 255 = 42%
B 148 of 255 = 58%

121
107
148

R + G + B ~ 49%. #796B94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 107 + 148 = 376 (100%)
R 121 of 376 ~ 32.18%
G 107 of 376 ~ 28.46%
B 148 of 376 ~ 39.36%

%32.18
%28.46
%39.36

CMYK color model

#796B94 color CMYK value is (18,28,0,42).

  • cyan value is 18.24%
  • magenta value is 27.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(18,28,0,42)
C18M28Y0K42 
(18%,28%,0%,42%)
(0.18/0.28/0.00/0.42)	

CMYK percentages

%18.24
%27.7
%0
%41.96

Codes

Color #796B94 in popluar color models

796B94
RGB121107148
HSL260°16.08%50.00%
HSB/HSV260°27.70%58.04%
CMYK18.24%27.70%0.00%
41.96%

Color #796B94 in popluar number systems.

HEX796B94
Decimal121107148
Binary1111001110101110010100
Octal171153224

Shades and tints

Shades of #796B94

#796B94
(121,107,148)
#6E6287
(110,98,135)
#63597A
(99,89,122)
#58506D
(88,80,109)
#4D4760
(77,71,96)
#423E53
(66,62,83)
#373546
(55,53,70)
#2C2C39
(44,44,57)
#21232C
(33,35,44)
#161A1F
(22,26,31)
#0B1112
(11,17,18)
#000000
(0,0,0)

Tints of #796B94

#796B94
(121,107,148)
#85789D
(133,120,157)
#9185A6
(145,133,166)
#9D92AF
(157,146,175)
#A99FB8
(169,159,184)
#B5ACC1
(181,172,193)
#C1B9CA
(193,185,202)
#CDC6D3
(205,198,211)
#D9D3DC
(217,211,220)
#E5E0E5
(229,224,229)
#F1EDEE
(241,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #796B94 color. Also use rgb(121,107,148) instead hex code.

Text Font Color

.myTextColor { color: #796B94; }

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

This text font color is #796B94.


Background Color

.myBgColor { background-color: #796B94; }

<div style="background-color:#796B94">Inner text</div>

This div background color is #796B94.


Border color

.myBorderColor { border: 1px solid #796B94; }

<div style="border:3px solid #796B94">Div</div>

This div border color is #796B94.


Opacity

.myOpacity80 { color: #796B94; opacity: 0.8; }

<p style="color:#796B94;opacity:0.8;">80%</p>

Text with #796B94 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 #796B94;}

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

This text has shadow with #796B94 color.

.textShadow {text-shadow: 3px 3px 1px #796B94, 3px 3px 1px red;}

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

This text has shadow with #796B94 primary color and red secondary color.


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

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

This text has shadow with #796B94 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #796B94 on black background.


Color preview on white background

This text has color #796B94 on white background.



Black color preview on #796B94 background

This text has black color on #796B94 background.


White color preview on #796B94 background

This text has white color on #796B94 background.