COLOR #7C8DC8

HEX: #7C8DC8
RGB: (124,141,200)

Color info

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

RGB color model

#7C8DC8 color RGB value is (124,141,200).

  • red value is 124;
  • green value is 141;
  • blue value is 200.
RGB:
(124,141,200)
(49%,55%,78%)

RGB channels and saturation

R 124 of 255 = 49%
G 141 of 255 = 55%
B 200 of 255 = 78%

124
141
200

R + G + B ~ 61%. #7C8DC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 141 + 200 = 465 (100%)
R 124 of 465 ~ 26.67%
G 141 of 465 ~ 30.32%
B 200 of 465 ~ 43.01%

%26.67
%30.32
%43.01

CMYK color model

#7C8DC8 color CMYK value is (38,30,0,22).

  • cyan value is 38.00%
  • magenta value is 29.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(38,30,0,22)
C38M30Y0K22 
(38%,30%,0%,22%)
(0.38/0.30/0.00/0.22)	

CMYK percentages

%38
%29.5
%0
%21.57

Codes

Color #7C8DC8 in popluar color models

7C8DC8
RGB124141200
HSL227°40.86%63.53%
HSB/HSV227°38.00%78.43%
CMYK38.00%29.50%0.00%
21.57%

Color #7C8DC8 in popluar number systems.

HEX7C8DC8
Decimal124141200
Binary11111001000110111001000
Octal174215310

Shades and tints

Shades of #7C8DC8

#7C8DC8
(124,141,200)
#7181B6
(113,129,182)
#6675A4
(102,117,164)
#5B6992
(91,105,146)
#505D80
(80,93,128)
#45516E
(69,81,110)
#3A455C
(58,69,92)
#2F394A
(47,57,74)
#242D38
(36,45,56)
#192126
(25,33,38)
#0E1514
(14,21,20)
#000000
(0,0,0)

Tints of #7C8DC8

#7C8DC8
(124,141,200)
#8797CD
(135,151,205)
#92A1D2
(146,161,210)
#9DABD7
(157,171,215)
#A8B5DC
(168,181,220)
#B3BFE1
(179,191,225)
#BEC9E6
(190,201,230)
#C9D3EB
(201,211,235)
#D4DDF0
(212,221,240)
#DFE7F5
(223,231,245)
#EAF1FA
(234,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C8DC8 color. Also use rgb(124,141,200) instead hex code.

Text Font Color

.myTextColor { color: #7C8DC8; }

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

This text font color is #7C8DC8.


Background Color

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

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

This div background color is #7C8DC8.


Border color

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

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

This div border color is #7C8DC8.


Opacity

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

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

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

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

This text has shadow with #7C8DC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8DC8 on black background.


Color preview on white background

This text has color #7C8DC8 on white background.



Black color preview on #7C8DC8 background

This text has black color on #7C8DC8 background.


White color preview on #7C8DC8 background

This text has white color on #7C8DC8 background.