COLOR #7C98CE

HEX: #7C98CE RGB: (124,152,206)

Color info

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

RGB color model

#7C98CE color RGB value is (124,152,206).

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

RGB channels and saturation

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

124
152
206

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

Portions of RGB colors in percentages

R + G + B = 124 + 152 + 206 = 482 (100%)
R 124 of 482 ~ 25.73%
G 152 of 482 ~ 31.54%
B 206 of 482 ~ 42.74'%

%25.73
%31.54
%42.74

CMYK color model

#7C98CE color CMYK value is (40,26,0,19).

  • cyan value is 39.81%
  • magenta value is 26.21%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (40,26,0,19) C40M26Y0K19 (40%,26%,0%,19%) (0.40/0.26/0.00/0.19) 

CMYK percentages

%39.81
%26.21
%0
%19.22

Codes

Color #7C98CE in popluar color models

7C 98 CE
RGB 124 152 206
HSL 220° 45.56% 64.71%
HSB/HSV 220° 39.81% 80.78%
CMYK 39.81% 26.21% 0.00%
19.22%

Color #7C98CE in popluar number systems.

HEX 7C 98 CE
Decimal 124 152 206
Binary 1111100 10011000 11001110
Octal 174 230 316

Shades and tints

Shades of #7C98CE

#7C98CE
(124,152,206)
#718BBC
(113,139,188)
#667EAA
(102,126,170)
#5B7198
(91,113,152)
#506486
(80,100,134)
#455774
(69,87,116)
#3A4A62
(58,74,98)
#2F3D50
(47,61,80)
#24303E
(36,48,62)
#19232C
(25,35,44)
#0E161A
(14,22,26)
#000000
(0,0,0)

Tints of #7C98CE

#7C98CE
(124,152,206)
#87A1D2
(135,161,210)
#92AAD6
(146,170,214)
#9DB3DA
(157,179,218)
#A8BCDE
(168,188,222)
#B3C5E2
(179,197,226)
#BECEE6
(190,206,230)
#C9D7EA
(201,215,234)
#D4E0EE
(212,224,238)
#DFE9F2
(223,233,242)
#EAF2F6
(234,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C98CE; }

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

This text font color is #7C98CE.

Background Color

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

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

This div background color is #7C98CE.

Border color

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

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

This div border color is #7C98CE.

Opacity

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

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

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

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

This text has shadow with #7C98CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7C98CE.

Preview

Color preview on black background

This text has color #7C98CE on black background.


Color preview on white background

This text has color #7C98CE on white background.


Black color preview on #7C98CE background

This text has black color on #7C98CE background.


White color preview on #7C98CE background

This text has white color on #7C98CE background.


Related colors

Complementary color

Complementary color for #hex is #836731.


I love getcolorcode.com

Triadic colors

1 #CE7C98 and #98CE7C with #7C98CE are triadic colors.

2 #CE987C and #987CCE with #7C98CE are triadic colors.