COLOR #7C98CF

HEX: #7C98CF RGB: (124,152,207)

Color info

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

RGB color model

#7C98CF color RGB value is (124,152,207).

RGB: (124,152,207) (49%, 60%, 81%)

RGB channels and saturation

R 124 of 255 = 49%
G 152 of 255 = 60%
B 207 of 255 = 81%

124
152
207

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

Portions of RGB colors in percentages

R + G + B = 124 + 152 + 207 = 483 (100%)
R 124 of 483 ~ 25.67%
G 152 of 483 ~ 31.47%
B 207 of 483 ~ 42.86'%

%25.67
%31.47
%42.86

CMYK color model

#7C98CF color CMYK value is (40,27,0,19).

  • cyan value is 40.10%
  • magenta value is 26.57%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (40,27,0,19)
C40M27Y0K19 (40%, 27%, 0%, 19%)
(0.40 / 0.27 / 0.00 / 0.19)

CMYK percentages

%40.1
%26.57
%0
%18.82

Codes

Color #7C98CF in popluar color models

7C 98 CF
RGB 124 152 207
HSL 220° 46.37% 64.90%
HSB/HSV 220° 40.10% 81.18%
CMYK 40.10% 26.57% 0.00%
18.82%

Color #7C98CF in popluar number systems.

HEX 7C 98 CF
Decimal 124 152 207
Binary 1111100 10011000 11001111
Octal 174 230 317

Shades and tints

Shades of #7C98CF

#7C98CF
(124,152,207)
#718BBD
(113,139,189)
#667EAB
(102,126,171)
#5B7199
(91,113,153)
#506487
(80,100,135)
#455775
(69,87,117)
#3A4A63
(58,74,99)
#2F3D51
(47,61,81)
#24303F
(36,48,63)
#19232D
(25,35,45)
#0E161B
(14,22,27)
#000000
(0,0,0)

Tints of #7C98CF

#7C98CF
(124,152,207)
#87A1D3
(135,161,211)
#92AAD7
(146,170,215)
#9DB3DB
(157,179,219)
#A8BCDF
(168,188,223)
#B3C5E3
(179,197,227)
#BECEE7
(190,206,231)
#C9D7EB
(201,215,235)
#D4E0EF
(212,224,239)
#DFE9F3
(223,233,243)
#EAF2F7
(234,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C98CF; }

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

This text font color is #7C98CF.

Background Color

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

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

This div background color is #7C98CF.

Border color

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

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

This div border color is #7C98CF.

Opacity

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

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

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

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

This text has shadow with #7C98CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C98CF.

Preview

Color preview on black background

This text has color #7C98CF on black background.


Color preview on white background

This text has color #7C98CF on white background.


Black color preview on #7C98CF background

This text has black color on #7C98CF background.


White color preview on #7C98CF background

This text has white color on #7C98CF background.


Related colors

Complementary color

Complementary color for #hex is #836730.


I love getcolorcode.com

Triadic colors

1 #CF7C98 and #98CF7C with #7C98CF are triadic colors.

2 #CF987C and #987CCF with #7C98CF are triadic colors.