COLOR #7996AE

HEX: #7996AE
RGB: (121,150,174)

Color info

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

RGB color model

#7996AE color RGB value is (121,150,174).

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

RGB channels and saturation

R 121 of 255 = 47%
G 150 of 255 = 59%
B 174 of 255 = 68%

121
150
174

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

Portions of RGB colors in percentages

R + G + B =
121 + 150 + 174 = 445 (100%)
R 121 of 445 ~ 27.19%
G 150 of 445 ~ 33.71%
B 174 of 445 ~ 39.1%

%27.19
%33.71
%39.1

CMYK color model

#7996AE color CMYK value is (30,14,0,32).

  • cyan value is 30.46%
  • magenta value is 13.79%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(30,14,0,32)
C30M14Y0K32 
(30%,14%,0%,32%)
(0.30/0.14/0.00/0.32)	

CMYK percentages

%30.46
%13.79
%0
%31.76

Codes

Color #7996AE in popluar color models

7996AE
RGB121150174
HSL207°24.65%57.84%
HSB/HSV207°30.46%68.24%
CMYK30.46%13.79%0.00%
31.76%

Color #7996AE in popluar number systems.

HEX7996AE
Decimal121150174
Binary11110011001011010101110
Octal171226256

Shades and tints

Shades of #7996AE

#7996AE
(121,150,174)
#6E899F
(110,137,159)
#637C90
(99,124,144)
#586F81
(88,111,129)
#4D6272
(77,98,114)
#425563
(66,85,99)
#374854
(55,72,84)
#2C3B45
(44,59,69)
#212E36
(33,46,54)
#162127
(22,33,39)
#0B1418
(11,20,24)
#000000
(0,0,0)

Tints of #7996AE

#7996AE
(121,150,174)
#859FB5
(133,159,181)
#91A8BC
(145,168,188)
#9DB1C3
(157,177,195)
#A9BACA
(169,186,202)
#B5C3D1
(181,195,209)
#C1CCD8
(193,204,216)
#CDD5DF
(205,213,223)
#D9DEE6
(217,222,230)
#E5E7ED
(229,231,237)
#F1F0F4
(241,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7996AE; }

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

This text font color is #7996AE.


Background Color

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

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

This div background color is #7996AE.


Border color

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

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

This div border color is #7996AE.


Opacity

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

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

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

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

This text has shadow with #7996AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7996AE on black background.


Color preview on white background

This text has color #7996AE on white background.



Black color preview on #7996AE background

This text has black color on #7996AE background.


White color preview on #7996AE background

This text has white color on #7996AE background.