COLOR #7C98C9

HEX: #7C98C9
RGB: (124,152,201)

Color info

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

RGB color model

#7C98C9 color RGB value is (124,152,201).

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

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 201 of 255 = 79%

124
152
201

R + G + B ~ 63%. #7C98C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 201 = 477 (100%)
R 124 of 477 ~ 26%
G 152 of 477 ~ 31.87%
B 201 of 477 ~ 42.14%

%26
%31.87
%42.14

CMYK color model

#7C98C9 color CMYK value is (38,24,0,21).

  • cyan value is 38.31%
  • magenta value is 24.38%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(38,24,0,21)
C38M24Y0K21 
(38%,24%,0%,21%)
(0.38/0.24/0.00/0.21)	

CMYK percentages

%38.31
%24.38
%0
%21.18

Codes

Color #7C98C9 in popluar color models

7C98C9
RGB124152201
HSL218°41.62%63.73%
HSB/HSV218°38.31%78.82%
CMYK38.31%24.38%0.00%
21.18%

Color #7C98C9 in popluar number systems.

HEX7C98C9
Decimal124152201
Binary11111001001100011001001
Octal174230311

Shades and tints

Shades of #7C98C9

#7C98C9
(124,152,201)
#718BB7
(113,139,183)
#667EA5
(102,126,165)
#5B7193
(91,113,147)
#506481
(80,100,129)
#45576F
(69,87,111)
#3A4A5D
(58,74,93)
#2F3D4B
(47,61,75)
#243039
(36,48,57)
#192327
(25,35,39)
#0E1615
(14,22,21)
#000000
(0,0,0)

Tints of #7C98C9

#7C98C9
(124,152,201)
#87A1CD
(135,161,205)
#92AAD1
(146,170,209)
#9DB3D5
(157,179,213)
#A8BCD9
(168,188,217)
#B3C5DD
(179,197,221)
#BECEE1
(190,206,225)
#C9D7E5
(201,215,229)
#D4E0E9
(212,224,233)
#DFE9ED
(223,233,237)
#EAF2F1
(234,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C98C9; }

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

This text font color is #7C98C9.


Background Color

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

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

This div background color is #7C98C9.


Border color

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

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

This div border color is #7C98C9.


Opacity

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

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

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

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

This text has shadow with #7C98C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C98C9 on black background.


Color preview on white background

This text has color #7C98C9 on white background.



Black color preview on #7C98C9 background

This text has black color on #7C98C9 background.


White color preview on #7C98C9 background

This text has white color on #7C98C9 background.