COLOR #7999BD

HEX: #7999BD
RGB: (121,153,189)

Color info

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

RGB color model

#7999BD color RGB value is (121,153,189).

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

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 189 of 255 = 74%

121
153
189

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

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 189 = 463 (100%)
R 121 of 463 ~ 26.13%
G 153 of 463 ~ 33.05%
B 189 of 463 ~ 40.82%

%26.13
%33.05
%40.82

CMYK color model

#7999BD color CMYK value is (36,19,0,26).

  • cyan value is 35.98%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(36,19,0,26)
C36M19Y0K26 
(36%,19%,0%,26%)
(0.36/0.19/0.00/0.26)	

CMYK percentages

%35.98
%19.05
%0
%25.88

Codes

Color #7999BD in popluar color models

7999BD
RGB121153189
HSL212°34.00%60.78%
HSB/HSV212°35.98%74.12%
CMYK35.98%19.05%0.00%
25.88%

Color #7999BD in popluar number systems.

HEX7999BD
Decimal121153189
Binary11110011001100110111101
Octal171231275

Shades and tints

Shades of #7999BD

#7999BD
(121,153,189)
#6E8CAC
(110,140,172)
#637F9B
(99,127,155)
#58728A
(88,114,138)
#4D6579
(77,101,121)
#425868
(66,88,104)
#374B57
(55,75,87)
#2C3E46
(44,62,70)
#213135
(33,49,53)
#162424
(22,36,36)
#0B1713
(11,23,19)
#000000
(0,0,0)

Tints of #7999BD

#7999BD
(121,153,189)
#85A2C3
(133,162,195)
#91ABC9
(145,171,201)
#9DB4CF
(157,180,207)
#A9BDD5
(169,189,213)
#B5C6DB
(181,198,219)
#C1CFE1
(193,207,225)
#CDD8E7
(205,216,231)
#D9E1ED
(217,225,237)
#E5EAF3
(229,234,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7999BD; }

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

This text font color is #7999BD.


Background Color

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

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

This div background color is #7999BD.


Border color

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

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

This div border color is #7999BD.


Opacity

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

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

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

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

This text has shadow with #7999BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7999BD on black background.


Color preview on white background

This text has color #7999BD on white background.



Black color preview on #7999BD background

This text has black color on #7999BD background.


White color preview on #7999BD background

This text has white color on #7999BD background.