COLOR #7B99D8

HEX: #7B99D8
RGB: (123,153,216)

Color info

#7B99D8 contains mainly blue color. Web safe color of #7B99D8 is #6699CC (or #69C).

RGB color model

#7B99D8 color RGB value is (123,153,216).

  • red value is 123;
  • green value is 153;
  • blue value is 216.
RGB:
(123,153,216)
(48%,60%,85%)

RGB channels and saturation

R 123 of 255 = 48%
G 153 of 255 = 60%
B 216 of 255 = 85%

123
153
216

R + G + B ~ 64%. #7B99D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 153 + 216 = 492 (100%)
R 123 of 492 ~ 25%
G 153 of 492 ~ 31.1%
B 216 of 492 ~ 43.9%

%25
%31.1
%43.9

CMYK color model

#7B99D8 color CMYK value is (43,29,0,15).

  • cyan value is 43.06%
  • magenta value is 29.17%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(43,29,0,15)
C43M29Y0K15 
(43%,29%,0%,15%)
(0.43/0.29/0.00/0.15)	

CMYK percentages

%43.06
%29.17
%0
%15.29

Codes

Color #7B99D8 in popluar color models

7B99D8
RGB123153216
HSL221°54.39%66.47%
HSB/HSV221°43.06%84.71%
CMYK43.06%29.17%0.00%
15.29%

Color #7B99D8 in popluar number systems.

HEX7B99D8
Decimal123153216
Binary11110111001100111011000
Octal173231330

Shades and tints

Shades of #7B99D8

#7B99D8
(123,153,216)
#708CC5
(112,140,197)
#657FB2
(101,127,178)
#5A729F
(90,114,159)
#4F658C
(79,101,140)
#445879
(68,88,121)
#394B66
(57,75,102)
#2E3E53
(46,62,83)
#233140
(35,49,64)
#18242D
(24,36,45)
#0D171A
(13,23,26)
#000000
(0,0,0)

Tints of #7B99D8

#7B99D8
(123,153,216)
#87A2DB
(135,162,219)
#93ABDE
(147,171,222)
#9FB4E1
(159,180,225)
#ABBDE4
(171,189,228)
#B7C6E7
(183,198,231)
#C3CFEA
(195,207,234)
#CFD8ED
(207,216,237)
#DBE1F0
(219,225,240)
#E7EAF3
(231,234,243)
#F3F3F6
(243,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B99D8 color. Also use rgb(123,153,216) instead hex code.

Text Font Color

.myTextColor { color: #7B99D8; }

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

This text font color is #7B99D8.


Background Color

.myBgColor { background-color: #7B99D8; }

<div style="background-color:#7B99D8">Inner text</div>

This div background color is #7B99D8.


Border color

.myBorderColor { border: 1px solid #7B99D8; }

<div style="border:3px solid #7B99D8">Div</div>

This div border color is #7B99D8.


Opacity

.myOpacity80 { color: #7B99D8; opacity: 0.8; }

<p style="color:#7B99D8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B99D8 color.

.textShadow {text-shadow: 3px 3px 1px #7B99D8, 3px 3px 1px red;}

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

This text has shadow with #7B99D8 primary color and red secondary color.


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

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

This text has shadow with #7B99D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B99D8 on black background.


Color preview on white background

This text has color #7B99D8 on white background.



Black color preview on #7B99D8 background

This text has black color on #7B99D8 background.


White color preview on #7B99D8 background

This text has white color on #7B99D8 background.