COLOR #7996AA

HEX: #7996AA
RGB: (121,150,170)

Color info

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

RGB color model

#7996AA color RGB value is (121,150,170).

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

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 170 of 255 = 67%

121
150
170

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 170 = 441 (100%)
R 121 of 441 ~ 27.44%
G 150 of 441 ~ 34.01%
B 170 of 441 ~ 38.55%

%27.44
%34.01
%38.55

CMYK color model

#7996AA color CMYK value is (29,12,0,33).

  • cyan value is 28.82%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(29,12,0,33)
C29M12Y0K33 
(29%,12%,0%,33%)
(0.29/0.12/0.00/0.33)	

CMYK percentages

%28.82
%11.76
%0
%33.33

Codes

Color #7996AA in popluar color models

7996AA
RGB121150170
HSL204°22.37%57.06%
HSB/HSV204°28.82%66.67%
CMYK28.82%11.76%0.00%
33.33%

Color #7996AA in popluar number systems.

HEX7996AA
Decimal121150170
Binary11110011001011010101010
Octal171226252

Shades and tints

Shades of #7996AA

#7996AA
(121,150,170)
#6E899B
(110,137,155)
#637C8C
(99,124,140)
#586F7D
(88,111,125)
#4D626E
(77,98,110)
#42555F
(66,85,95)
#374850
(55,72,80)
#2C3B41
(44,59,65)
#212E32
(33,46,50)
#162123
(22,33,35)
#0B1414
(11,20,20)
#000000
(0,0,0)

Tints of #7996AA

#7996AA
(121,150,170)
#859FB1
(133,159,177)
#91A8B8
(145,168,184)
#9DB1BF
(157,177,191)
#A9BAC6
(169,186,198)
#B5C3CD
(181,195,205)
#C1CCD4
(193,204,212)
#CDD5DB
(205,213,219)
#D9DEE2
(217,222,226)
#E5E7E9
(229,231,233)
#F1F0F0
(241,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7996AA; }

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

This text font color is #7996AA.


Background Color

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

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

This div background color is #7996AA.


Border color

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

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

This div border color is #7996AA.


Opacity

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

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

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

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

This text has shadow with #7996AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7996AA on black background.


Color preview on white background

This text has color #7996AA on white background.



Black color preview on #7996AA background

This text has black color on #7996AA background.


White color preview on #7996AA background

This text has white color on #7996AA background.