COLOR #7999B2

HEX: #7999B2
RGB: (121,153,178)

Color info

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

RGB color model

#7999B2 color RGB value is (121,153,178).

  • red value is 121;
  • green value is 153;
  • blue value is 178.
RGB:
(121,153,178)
(47%,60%,70%)

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 178 of 255 = 70%

121
153
178

R + G + B ~ 59%. #7999B2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 178 = 452 (100%)
R 121 of 452 ~ 26.77%
G 153 of 452 ~ 33.85%
B 178 of 452 ~ 39.38%

%26.77
%33.85
%39.38

CMYK color model

#7999B2 color CMYK value is (32,14,0,30).

  • cyan value is 32.02%
  • magenta value is 14.04%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(32,14,0,30)
C32M14Y0K30 
(32%,14%,0%,30%)
(0.32/0.14/0.00/0.30)	

CMYK percentages

%32.02
%14.04
%0
%30.2

Codes

Color #7999B2 in popluar color models

7999B2
RGB121153178
HSL206°27.01%58.63%
HSB/HSV206°32.02%69.80%
CMYK32.02%14.04%0.00%
30.20%

Color #7999B2 in popluar number systems.

HEX7999B2
Decimal121153178
Binary11110011001100110110010
Octal171231262

Shades and tints

Shades of #7999B2

#7999B2
(121,153,178)
#6E8CA2
(110,140,162)
#637F92
(99,127,146)
#587282
(88,114,130)
#4D6572
(77,101,114)
#425862
(66,88,98)
#374B52
(55,75,82)
#2C3E42
(44,62,66)
#213132
(33,49,50)
#162422
(22,36,34)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #7999B2

#7999B2
(121,153,178)
#85A2B9
(133,162,185)
#91ABC0
(145,171,192)
#9DB4C7
(157,180,199)
#A9BDCE
(169,189,206)
#B5C6D5
(181,198,213)
#C1CFDC
(193,207,220)
#CDD8E3
(205,216,227)
#D9E1EA
(217,225,234)
#E5EAF1
(229,234,241)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7999B2 color. Also use rgb(121,153,178) instead hex code.

Text Font Color

.myTextColor { color: #7999B2; }

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

This text font color is #7999B2.


Background Color

.myBgColor { background-color: #7999B2; }

<div style="background-color:#7999B2">Inner text</div>

This div background color is #7999B2.


Border color

.myBorderColor { border: 1px solid #7999B2; }

<div style="border:3px solid #7999B2">Div</div>

This div border color is #7999B2.


Opacity

.myOpacity80 { color: #7999B2; opacity: 0.8; }

<p style="color:#7999B2;opacity:0.8;">80%</p>

Text with #7999B2 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 #7999B2;}

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

This text has shadow with #7999B2 color.

.textShadow {text-shadow: 3px 3px 1px #7999B2, 3px 3px 1px red;}

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

This text has shadow with #7999B2 primary color and red secondary color.


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

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

This text has shadow with #7999B2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7999B2 on black background.


Color preview on white background

This text has color #7999B2 on white background.



Black color preview on #7999B2 background

This text has black color on #7999B2 background.


White color preview on #7999B2 background

This text has white color on #7999B2 background.