COLOR #7991B0

HEX: #7991B0
RGB: (121,145,176)

Color info

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

RGB color model

#7991B0 color RGB value is (121,145,176).

  • red value is 121;
  • green value is 145;
  • blue value is 176.
RGB:
(121,145,176)
(47%,57%,69%)

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 176 of 255 = 69%

121
145
176

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 176 = 442 (100%)
R 121 of 442 ~ 27.38%
G 145 of 442 ~ 32.81%
B 176 of 442 ~ 39.82%

%27.38
%32.81
%39.82

CMYK color model

#7991B0 color CMYK value is (31,18,0,31).

  • cyan value is 31.25%
  • magenta value is 17.61%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(31,18,0,31)
C31M18Y0K31 
(31%,18%,0%,31%)
(0.31/0.18/0.00/0.31)	

CMYK percentages

%31.25
%17.61
%0
%30.98

Codes

Color #7991B0 in popluar color models

7991B0
RGB121145176
HSL214°25.82%58.24%
HSB/HSV214°31.25%69.02%
CMYK31.25%17.61%0.00%
30.98%

Color #7991B0 in popluar number systems.

HEX7991B0
Decimal121145176
Binary11110011001000110110000
Octal171221260

Shades and tints

Shades of #7991B0

#7991B0
(121,145,176)
#6E84A0
(110,132,160)
#637790
(99,119,144)
#586A80
(88,106,128)
#4D5D70
(77,93,112)
#425060
(66,80,96)
#374350
(55,67,80)
#2C3640
(44,54,64)
#212930
(33,41,48)
#161C20
(22,28,32)
#0B0F10
(11,15,16)
#000000
(0,0,0)

Tints of #7991B0

#7991B0
(121,145,176)
#859BB7
(133,155,183)
#91A5BE
(145,165,190)
#9DAFC5
(157,175,197)
#A9B9CC
(169,185,204)
#B5C3D3
(181,195,211)
#C1CDDA
(193,205,218)
#CDD7E1
(205,215,225)
#D9E1E8
(217,225,232)
#E5EBEF
(229,235,239)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7991B0 color. Also use rgb(121,145,176) instead hex code.

Text Font Color

.myTextColor { color: #7991B0; }

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

This text font color is #7991B0.


Background Color

.myBgColor { background-color: #7991B0; }

<div style="background-color:#7991B0">Inner text</div>

This div background color is #7991B0.


Border color

.myBorderColor { border: 1px solid #7991B0; }

<div style="border:3px solid #7991B0">Div</div>

This div border color is #7991B0.


Opacity

.myOpacity80 { color: #7991B0; opacity: 0.8; }

<p style="color:#7991B0;opacity:0.8;">80%</p>

Text with #7991B0 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 #7991B0;}

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

This text has shadow with #7991B0 color.

.textShadow {text-shadow: 3px 3px 1px #7991B0, 3px 3px 1px red;}

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

This text has shadow with #7991B0 primary color and red secondary color.


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

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

This text has shadow with #7991B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7991B0 on black background.


Color preview on white background

This text has color #7991B0 on white background.



Black color preview on #7991B0 background

This text has black color on #7991B0 background.


White color preview on #7991B0 background

This text has white color on #7991B0 background.