COLOR #7796AD

HEX: #7796AD
RGB: (119,150,173)

Color info

#7796AD contains red, green and blue colors in about the same proportion. Web safe color of #7796AD is #669999 (or #699).

RGB color model

#7796AD color RGB value is (119,150,173).

  • red value is 119;
  • green value is 150;
  • blue value is 173.
RGB:
(119,150,173)
(47%,59%,68%)

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 173 of 255 = 68%

119
150
173

R + G + B ~ 58%. #7796AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 173 = 442 (100%)
R 119 of 442 ~ 26.92%
G 150 of 442 ~ 33.94%
B 173 of 442 ~ 39.14%

%26.92
%33.94
%39.14

CMYK color model

#7796AD color CMYK value is (31,13,0,32).

  • cyan value is 31.21%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(31,13,0,32)
C31M13Y0K32 
(31%,13%,0%,32%)
(0.31/0.13/0.00/0.32)	

CMYK percentages

%31.21
%13.29
%0
%32.16

Codes

Color #7796AD in popluar color models

7796AD
RGB119150173
HSL206°24.77%57.25%
HSB/HSV206°31.21%67.84%
CMYK31.21%13.29%0.00%
32.16%

Color #7796AD in popluar number systems.

HEX7796AD
Decimal119150173
Binary11101111001011010101101
Octal167226255

Shades and tints

Shades of #7796AD

#7796AD
(119,150,173)
#6D899E
(109,137,158)
#637C8F
(99,124,143)
#596F80
(89,111,128)
#4F6271
(79,98,113)
#455562
(69,85,98)
#3B4853
(59,72,83)
#313B44
(49,59,68)
#272E35
(39,46,53)
#1D2126
(29,33,38)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #7796AD

#7796AD
(119,150,173)
#839FB4
(131,159,180)
#8FA8BB
(143,168,187)
#9BB1C2
(155,177,194)
#A7BAC9
(167,186,201)
#B3C3D0
(179,195,208)
#BFCCD7
(191,204,215)
#CBD5DE
(203,213,222)
#D7DEE5
(215,222,229)
#E3E7EC
(227,231,236)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7796AD color. Also use rgb(119,150,173) instead hex code.

Text Font Color

.myTextColor { color: #7796AD; }

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

This text font color is #7796AD.


Background Color

.myBgColor { background-color: #7796AD; }

<div style="background-color:#7796AD">Inner text</div>

This div background color is #7796AD.


Border color

.myBorderColor { border: 1px solid #7796AD; }

<div style="border:3px solid #7796AD">Div</div>

This div border color is #7796AD.


Opacity

.myOpacity80 { color: #7796AD; opacity: 0.8; }

<p style="color:#7796AD;opacity:0.8;">80%</p>

Text with #7796AD 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 #7796AD;}

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

This text has shadow with #7796AD color.

.textShadow {text-shadow: 3px 3px 1px #7796AD, 3px 3px 1px red;}

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

This text has shadow with #7796AD primary color and red secondary color.


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

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

This text has shadow with #7796AD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7796AD on black background.


Color preview on white background

This text has color #7796AD on white background.



Black color preview on #7796AD background

This text has black color on #7796AD background.


White color preview on #7796AD background

This text has white color on #7796AD background.