COLOR #7B98B5

HEX: #7B98B5 RGB: (123,152,181)

Color info

#7B98B5 contains red, green and blue colors in about the same proportion. Web safe color of #7B98B5 is #6699CC (or #69C).

RGB color model

#7B98B5 color RGB value is (123,152,181).

RGB: (123,152,181) (48%, 60%, 71%)

RGB channels and saturation

R 123 of 255 = 48%
G 152 of 255 = 60%
B 181 of 255 = 71%

123
152
181

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

Portions of RGB colors in percentages

R + G + B = 123 + 152 + 181 = 456 (100%)
R 123 of 456 ~ 26.97%
G 152 of 456 ~ 33.33%
B 181 of 456 ~ 39.69'%

%26.97
%33.33
%39.69

CMYK color model

#7B98B5 color CMYK value is (32,16,0,29).

  • cyan value is 32.04%
  • magenta value is 16.02%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (32,16,0,29)
C32M16Y0K29 (32%, 16%, 0%, 29%)
(0.32 / 0.16 / 0.00 / 0.29)

CMYK percentages

%32.04
%16.02
%0
%29.02

Codes

Color #7B98B5 in popluar color models

7B 98 B5
RGB 123 152 181
HSL 210° 28.16% 59.61%
HSB/HSV 210° 32.04% 70.98%
CMYK 32.04% 16.02% 0.00%
29.02%

Color #7B98B5 in popluar number systems.

HEX 7B 98 B5
Decimal 123 152 181
Binary 1111011 10011000 10110101
Octal 173 230 265

Shades and tints

Shades of #7B98B5

#7B98B5
(123,152,181)
#708BA5
(112,139,165)
#657E95
(101,126,149)
#5A7185
(90,113,133)
#4F6475
(79,100,117)
#445765
(68,87,101)
#394A55
(57,74,85)
#2E3D45
(46,61,69)
#233035
(35,48,53)
#182325
(24,35,37)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #7B98B5

#7B98B5
(123,152,181)
#87A1BB
(135,161,187)
#93AAC1
(147,170,193)
#9FB3C7
(159,179,199)
#ABBCCD
(171,188,205)
#B7C5D3
(183,197,211)
#C3CED9
(195,206,217)
#CFD7DF
(207,215,223)
#DBE0E5
(219,224,229)
#E7E9EB
(231,233,235)
#F3F2F1
(243,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B98B5 color. Also use rgb(123,152,181) instead hex code.

Text Font Color

.myTextColor { color: #7B98B5; }

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

This text font color is #7B98B5.

Background Color

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

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

This div background color is #7B98B5.

Border color

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

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

This div border color is #7B98B5.

Opacity

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

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

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

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

This text has shadow with #7B98B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B98B5.

Preview

Color preview on black background

This text has color #7B98B5 on black background.


Color preview on white background

This text has color #7B98B5 on white background.


Black color preview on #7B98B5 background

This text has black color on #7B98B5 background.


White color preview on #7B98B5 background

This text has white color on #7B98B5 background.


Related colors

Complementary color

Complementary color for #hex is #84674A.


I love getcolorcode.com

Triadic colors

1 #B57B98 and #98B57B with #7B98B5 are triadic colors.

2 #B5987B and #987BB5 with #7B98B5 are triadic colors.