COLOR #7C98AB

HEX: #7C98AB
RGB: (124,152,171)

Color info

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

RGB color model

#7C98AB color RGB value is (124,152,171).

  • red value is 124;
  • green value is 152;
  • blue value is 171.
RGB:
(124,152,171)
(49%,60%,67%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 171 of 255 = 67%

124
152
171

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 171 = 447 (100%)
R 124 of 447 ~ 27.74%
G 152 of 447 ~ 34%
B 171 of 447 ~ 38.26%

%27.74
%34
%38.26

CMYK color model

#7C98AB color CMYK value is (27,11,0,33).

  • cyan value is 27.49%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(27,11,0,33)
C27M11Y0K33 
(27%,11%,0%,33%)
(0.27/0.11/0.00/0.33)	

CMYK percentages

%27.49
%11.11
%0
%32.94

Codes

Color #7C98AB in popluar color models

7C98AB
RGB124152171
HSL204°21.86%57.84%
HSB/HSV204°27.49%67.06%
CMYK27.49%11.11%0.00%
32.94%

Color #7C98AB in popluar number systems.

HEX7C98AB
Decimal124152171
Binary11111001001100010101011
Octal174230253

Shades and tints

Shades of #7C98AB

#7C98AB
(124,152,171)
#718B9C
(113,139,156)
#667E8D
(102,126,141)
#5B717E
(91,113,126)
#50646F
(80,100,111)
#455760
(69,87,96)
#3A4A51
(58,74,81)
#2F3D42
(47,61,66)
#243033
(36,48,51)
#192324
(25,35,36)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #7C98AB

#7C98AB
(124,152,171)
#87A1B2
(135,161,178)
#92AAB9
(146,170,185)
#9DB3C0
(157,179,192)
#A8BCC7
(168,188,199)
#B3C5CE
(179,197,206)
#BECED5
(190,206,213)
#C9D7DC
(201,215,220)
#D4E0E3
(212,224,227)
#DFE9EA
(223,233,234)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C98AB color. Also use rgb(124,152,171) instead hex code.

Text Font Color

.myTextColor { color: #7C98AB; }

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

This text font color is #7C98AB.


Background Color

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

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

This div background color is #7C98AB.


Border color

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

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

This div border color is #7C98AB.


Opacity

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

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

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

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

This text has shadow with #7C98AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C98AB on black background.


Color preview on white background

This text has color #7C98AB on white background.



Black color preview on #7C98AB background

This text has black color on #7C98AB background.


White color preview on #7C98AB background

This text has white color on #7C98AB background.