COLOR #7C98CB

HEX: #7C98CB
RGB: (124,152,203)

Color info

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

RGB color model

#7C98CB color RGB value is (124,152,203).

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

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 203 of 255 = 80%

124
152
203

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

Portions of RGB colors in percentages

R + G + B =
124 + 152 + 203 = 479 (100%)
R 124 of 479 ~ 25.89%
G 152 of 479 ~ 31.73%
B 203 of 479 ~ 42.38%

%25.89
%31.73
%42.38

CMYK color model

#7C98CB color CMYK value is (39,25,0,20).

  • cyan value is 38.92%
  • magenta value is 25.12%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(39,25,0,20)
C39M25Y0K20 
(39%,25%,0%,20%)
(0.39/0.25/0.00/0.20)	

CMYK percentages

%38.92
%25.12
%0
%20.39

Codes

Color #7C98CB in popluar color models

7C98CB
RGB124152203
HSL219°43.17%64.12%
HSB/HSV219°38.92%79.61%
CMYK38.92%25.12%0.00%
20.39%

Color #7C98CB in popluar number systems.

HEX7C98CB
Decimal124152203
Binary11111001001100011001011
Octal174230313

Shades and tints

Shades of #7C98CB

#7C98CB
(124,152,203)
#718BB9
(113,139,185)
#667EA7
(102,126,167)
#5B7195
(91,113,149)
#506483
(80,100,131)
#455771
(69,87,113)
#3A4A5F
(58,74,95)
#2F3D4D
(47,61,77)
#24303B
(36,48,59)
#192329
(25,35,41)
#0E1617
(14,22,23)
#000000
(0,0,0)

Tints of #7C98CB

#7C98CB
(124,152,203)
#87A1CF
(135,161,207)
#92AAD3
(146,170,211)
#9DB3D7
(157,179,215)
#A8BCDB
(168,188,219)
#B3C5DF
(179,197,223)
#BECEE3
(190,206,227)
#C9D7E7
(201,215,231)
#D4E0EB
(212,224,235)
#DFE9EF
(223,233,239)
#EAF2F3
(234,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C98CB; }

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

This text font color is #7C98CB.


Background Color

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

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

This div background color is #7C98CB.


Border color

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

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

This div border color is #7C98CB.


Opacity

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

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

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

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

This text has shadow with #7C98CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C98CB on black background.


Color preview on white background

This text has color #7C98CB on white background.



Black color preview on #7C98CB background

This text has black color on #7C98CB background.


White color preview on #7C98CB background

This text has white color on #7C98CB background.