COLOR #7999B5

HEX: #7999B5
RGB: (121,153,181)

Color info

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

RGB color model

#7999B5 color RGB value is (121,153,181).

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

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 181 of 255 = 71%

121
153
181

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

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 181 = 455 (100%)
R 121 of 455 ~ 26.59%
G 153 of 455 ~ 33.63%
B 181 of 455 ~ 39.78%

%26.59
%33.63
%39.78

CMYK color model

#7999B5 color CMYK value is (33,15,0,29).

  • cyan value is 33.15%
  • magenta value is 15.47%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(33,15,0,29)
C33M15Y0K29 
(33%,15%,0%,29%)
(0.33/0.15/0.00/0.29)	

CMYK percentages

%33.15
%15.47
%0
%29.02

Codes

Color #7999B5 in popluar color models

7999B5
RGB121153181
HSL208°28.85%59.22%
HSB/HSV208°33.15%70.98%
CMYK33.15%15.47%0.00%
29.02%

Color #7999B5 in popluar number systems.

HEX7999B5
Decimal121153181
Binary11110011001100110110101
Octal171231265

Shades and tints

Shades of #7999B5

#7999B5
(121,153,181)
#6E8CA5
(110,140,165)
#637F95
(99,127,149)
#587285
(88,114,133)
#4D6575
(77,101,117)
#425865
(66,88,101)
#374B55
(55,75,85)
#2C3E45
(44,62,69)
#213135
(33,49,53)
#162425
(22,36,37)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #7999B5

#7999B5
(121,153,181)
#85A2BB
(133,162,187)
#91ABC1
(145,171,193)
#9DB4C7
(157,180,199)
#A9BDCD
(169,189,205)
#B5C6D3
(181,198,211)
#C1CFD9
(193,207,217)
#CDD8DF
(205,216,223)
#D9E1E5
(217,225,229)
#E5EAEB
(229,234,235)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7999B5; }

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

This text font color is #7999B5.


Background Color

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

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

This div background color is #7999B5.


Border color

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

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

This div border color is #7999B5.


Opacity

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

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

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

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

This text has shadow with #7999B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7999B5 on black background.


Color preview on white background

This text has color #7999B5 on white background.



Black color preview on #7999B5 background

This text has black color on #7999B5 background.


White color preview on #7999B5 background

This text has white color on #7999B5 background.