COLOR #7796BD

HEX: #7796BD RGB: (119,150,189)

Color info

#7796BD contains mainly green and blue colors. Web safe color of #7796BD is #6699CC (or #69C).

RGB color model

#7796BD color RGB value is (119,150,189).

RGB: (119,150,189) (47%, 59%, 74%)

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 189 of 255 = 74%

119
150
189

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

Portions of RGB colors in percentages

R + G + B = 119 + 150 + 189 = 458 (100%)
R 119 of 458 ~ 25.98%
G 150 of 458 ~ 32.75%
B 189 of 458 ~ 41.27'%

%25.98
%32.75
%41.27

CMYK color model

#7796BD color CMYK value is (37,21,0,26).

  • cyan value is 37.04%
  • magenta value is 20.63%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (37,21,0,26)
C37M21Y0K26 (37%, 21%, 0%, 26%)
(0.37 / 0.21 / 0.00 / 0.26)

CMYK percentages

%37.04
%20.63
%0
%25.88

Codes

Color #7796BD in popluar color models

77 96 BD
RGB 119 150 189
HSL 213° 34.65% 60.39%
HSB/HSV 213° 37.04% 74.12%
CMYK 37.04% 20.63% 0.00%
25.88%

Color #7796BD in popluar number systems.

HEX 77 96 BD
Decimal 119 150 189
Binary 1110111 10010110 10111101
Octal 167 226 275

Shades and tints

Shades of #7796BD

#7796BD
(119,150,189)
#6D89AC
(109,137,172)
#637C9B
(99,124,155)
#596F8A
(89,111,138)
#4F6279
(79,98,121)
#455568
(69,85,104)
#3B4857
(59,72,87)
#313B46
(49,59,70)
#272E35
(39,46,53)
#1D2124
(29,33,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #7796BD

#7796BD
(119,150,189)
#839FC3
(131,159,195)
#8FA8C9
(143,168,201)
#9BB1CF
(155,177,207)
#A7BAD5
(167,186,213)
#B3C3DB
(179,195,219)
#BFCCE1
(191,204,225)
#CBD5E7
(203,213,231)
#D7DEED
(215,222,237)
#E3E7F3
(227,231,243)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7796BD; }

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

This text font color is #7796BD.

Background Color

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

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

This div background color is #7796BD.

Border color

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

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

This div border color is #7796BD.

Opacity

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

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

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

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

This text has shadow with #7796BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7796BD.

Preview

Color preview on black background

This text has color #7796BD on black background.


Color preview on white background

This text has color #7796BD on white background.


Black color preview on #7796BD background

This text has black color on #7796BD background.


White color preview on #7796BD background

This text has white color on #7796BD background.


Related colors

Complementary color

Complementary color for #hex is #886942.


I love getcolorcode.com

Triadic colors

1 #BD7796 and #96BD77 with #7796BD are triadic colors.

2 #BD9677 and #9677BD with #7796BD are triadic colors.