COLOR #7C99CA

HEX: #7C99CA
RGB: (124,153,202)

Color info

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

RGB color model

#7C99CA color RGB value is (124,153,202).

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

RGB channels and saturation

R 124 of 255 = 49%
G 153 of 255 = 60%
B 202 of 255 = 79%

124
153
202

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

Portions of RGB colors in percentages

R + G + B =
124 + 153 + 202 = 479 (100%)
R 124 of 479 ~ 25.89%
G 153 of 479 ~ 31.94%
B 202 of 479 ~ 42.17%

%25.89
%31.94
%42.17

CMYK color model

#7C99CA color CMYK value is (39,24,0,21).

  • cyan value is 38.61%
  • magenta value is 24.26%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(39,24,0,21)
C39M24Y0K21 
(39%,24%,0%,21%)
(0.39/0.24/0.00/0.21)	

CMYK percentages

%38.61
%24.26
%0
%20.78

Codes

Color #7C99CA in popluar color models

7C99CA
RGB124153202
HSL218°42.39%63.92%
HSB/HSV218°38.61%79.22%
CMYK38.61%24.26%0.00%
20.78%

Color #7C99CA in popluar number systems.

HEX7C99CA
Decimal124153202
Binary11111001001100111001010
Octal174231312

Shades and tints

Shades of #7C99CA

#7C99CA
(124,153,202)
#718CB8
(113,140,184)
#667FA6
(102,127,166)
#5B7294
(91,114,148)
#506582
(80,101,130)
#455870
(69,88,112)
#3A4B5E
(58,75,94)
#2F3E4C
(47,62,76)
#24313A
(36,49,58)
#192428
(25,36,40)
#0E1716
(14,23,22)
#000000
(0,0,0)

Tints of #7C99CA

#7C99CA
(124,153,202)
#87A2CE
(135,162,206)
#92ABD2
(146,171,210)
#9DB4D6
(157,180,214)
#A8BDDA
(168,189,218)
#B3C6DE
(179,198,222)
#BECFE2
(190,207,226)
#C9D8E6
(201,216,230)
#D4E1EA
(212,225,234)
#DFEAEE
(223,234,238)
#EAF3F2
(234,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C99CA color. Also use rgb(124,153,202) instead hex code.

Text Font Color

.myTextColor { color: #7C99CA; }

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

This text font color is #7C99CA.


Background Color

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

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

This div background color is #7C99CA.


Border color

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

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

This div border color is #7C99CA.


Opacity

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

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

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

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

This text has shadow with #7C99CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C99CA on black background.


Color preview on white background

This text has color #7C99CA on white background.



Black color preview on #7C99CA background

This text has black color on #7C99CA background.


White color preview on #7C99CA background

This text has white color on #7C99CA background.