COLOR #7996D0

HEX: #7996D0
RGB: (121,150,208)

Color info

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

RGB color model

#7996D0 color RGB value is (121,150,208).

  • red value is 121;
  • green value is 150;
  • blue value is 208.
RGB:
(121,150,208)
(47%,59%,82%)

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 208 of 255 = 82%

121
150
208

R + G + B ~ 63%. #7996D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 208 = 479 (100%)
R 121 of 479 ~ 25.26%
G 150 of 479 ~ 31.32%
B 208 of 479 ~ 43.42%

%25.26
%31.32
%43.42

CMYK color model

#7996D0 color CMYK value is (42,28,0,18).

  • cyan value is 41.83%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(42,28,0,18)
C42M28Y0K18 
(42%,28%,0%,18%)
(0.42/0.28/0.00/0.18)	

CMYK percentages

%41.83
%27.88
%0
%18.43

Codes

Color #7996D0 in popluar color models

7996D0
RGB121150208
HSL220°48.07%64.51%
HSB/HSV220°41.83%81.57%
CMYK41.83%27.88%0.00%
18.43%

Color #7996D0 in popluar number systems.

HEX7996D0
Decimal121150208
Binary11110011001011011010000
Octal171226320

Shades and tints

Shades of #7996D0

#7996D0
(121,150,208)
#6E89BE
(110,137,190)
#637CAC
(99,124,172)
#586F9A
(88,111,154)
#4D6288
(77,98,136)
#425576
(66,85,118)
#374864
(55,72,100)
#2C3B52
(44,59,82)
#212E40
(33,46,64)
#16212E
(22,33,46)
#0B141C
(11,20,28)
#000000
(0,0,0)

Tints of #7996D0

#7996D0
(121,150,208)
#859FD4
(133,159,212)
#91A8D8
(145,168,216)
#9DB1DC
(157,177,220)
#A9BAE0
(169,186,224)
#B5C3E4
(181,195,228)
#C1CCE8
(193,204,232)
#CDD5EC
(205,213,236)
#D9DEF0
(217,222,240)
#E5E7F4
(229,231,244)
#F1F0F8
(241,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7996D0 color. Also use rgb(121,150,208) instead hex code.

Text Font Color

.myTextColor { color: #7996D0; }

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

This text font color is #7996D0.


Background Color

.myBgColor { background-color: #7996D0; }

<div style="background-color:#7996D0">Inner text</div>

This div background color is #7996D0.


Border color

.myBorderColor { border: 1px solid #7996D0; }

<div style="border:3px solid #7996D0">Div</div>

This div border color is #7996D0.


Opacity

.myOpacity80 { color: #7996D0; opacity: 0.8; }

<p style="color:#7996D0;opacity:0.8;">80%</p>

Text with #7996D0 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 #7996D0;}

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

This text has shadow with #7996D0 color.

.textShadow {text-shadow: 3px 3px 1px #7996D0, 3px 3px 1px red;}

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

This text has shadow with #7996D0 primary color and red secondary color.


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

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

This text has shadow with #7996D0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7996D0 on black background.


Color preview on white background

This text has color #7996D0 on white background.



Black color preview on #7996D0 background

This text has black color on #7996D0 background.


White color preview on #7996D0 background

This text has white color on #7996D0 background.