COLOR #7796DB

HEX: #7796DB
RGB: (119,150,219)

Color info

#7796DB contains mainly blue color. Web safe color of #7796DB is #6699CC (or #69C).

RGB color model

#7796DB color RGB value is (119,150,219).

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

RGB channels and saturation

R 119 of 255 = 47%
G 150 of 255 = 59%
B 219 of 255 = 86%

119
150
219

R + G + B ~ 64%. #7796DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 150 + 219 = 488 (100%)
R 119 of 488 ~ 24.39%
G 150 of 488 ~ 30.74%
B 219 of 488 ~ 44.88%

%24.39
%30.74
%44.88

CMYK color model

#7796DB color CMYK value is (46,32,0,14).

  • cyan value is 45.66%
  • magenta value is 31.51%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(46,32,0,14)
C46M32Y0K14 
(46%,32%,0%,14%)
(0.46/0.32/0.00/0.14)	

CMYK percentages

%45.66
%31.51
%0
%14.12

Codes

Color #7796DB in popluar color models

7796DB
RGB119150219
HSL221°58.14%66.27%
HSB/HSV221°45.66%85.88%
CMYK45.66%31.51%0.00%
14.12%

Color #7796DB in popluar number systems.

HEX7796DB
Decimal119150219
Binary11101111001011011011011
Octal167226333

Shades and tints

Shades of #7796DB

#7796DB
(119,150,219)
#6D89C8
(109,137,200)
#637CB5
(99,124,181)
#596FA2
(89,111,162)
#4F628F
(79,98,143)
#45557C
(69,85,124)
#3B4869
(59,72,105)
#313B56
(49,59,86)
#272E43
(39,46,67)
#1D2130
(29,33,48)
#13141D
(19,20,29)
#000000
(0,0,0)

Tints of #7796DB

#7796DB
(119,150,219)
#839FDE
(131,159,222)
#8FA8E1
(143,168,225)
#9BB1E4
(155,177,228)
#A7BAE7
(167,186,231)
#B3C3EA
(179,195,234)
#BFCCED
(191,204,237)
#CBD5F0
(203,213,240)
#D7DEF3
(215,222,243)
#E3E7F6
(227,231,246)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7796DB; }

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

This text font color is #7796DB.


Background Color

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

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

This div background color is #7796DB.


Border color

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

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

This div border color is #7796DB.


Opacity

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

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

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

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

This text has shadow with #7796DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7796DB on black background.


Color preview on white background

This text has color #7796DB on white background.



Black color preview on #7796DB background

This text has black color on #7796DB background.


White color preview on #7796DB background

This text has white color on #7796DB background.