COLOR #7C9DBF

HEX: #7C9DBF
RGB: (124,157,191)

Color info

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

RGB color model

#7C9DBF color RGB value is (124,157,191).

  • red value is 124;
  • green value is 157;
  • blue value is 191.
RGB:
(124,157,191)
(49%,62%,75%)

RGB channels and saturation

R 124 of 255 = 49%
G 157 of 255 = 62%
B 191 of 255 = 75%

124
157
191

R + G + B ~ 62%. #7C9DBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 157 + 191 = 472 (100%)
R 124 of 472 ~ 26.27%
G 157 of 472 ~ 33.26%
B 191 of 472 ~ 40.47%

%26.27
%33.26
%40.47

CMYK color model

#7C9DBF color CMYK value is (35,18,0,25).

  • cyan value is 35.08%
  • magenta value is 17.80%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(35,18,0,25)
C35M18Y0K25 
(35%,18%,0%,25%)
(0.35/0.18/0.00/0.25)	

CMYK percentages

%35.08
%17.8
%0
%25.1

Codes

Color #7C9DBF in popluar color models

7C9DBF
RGB124157191
HSL210°34.36%61.76%
HSB/HSV210°35.08%74.90%
CMYK35.08%17.80%0.00%
25.10%

Color #7C9DBF in popluar number systems.

HEX7C9DBF
Decimal124157191
Binary11111001001110110111111
Octal174235277

Shades and tints

Shades of #7C9DBF

#7C9DBF
(124,157,191)
#718FAE
(113,143,174)
#66819D
(102,129,157)
#5B738C
(91,115,140)
#50657B
(80,101,123)
#45576A
(69,87,106)
#3A4959
(58,73,89)
#2F3B48
(47,59,72)
#242D37
(36,45,55)
#191F26
(25,31,38)
#0E1115
(14,17,21)
#000000
(0,0,0)

Tints of #7C9DBF

#7C9DBF
(124,157,191)
#87A5C4
(135,165,196)
#92ADC9
(146,173,201)
#9DB5CE
(157,181,206)
#A8BDD3
(168,189,211)
#B3C5D8
(179,197,216)
#BECDDD
(190,205,221)
#C9D5E2
(201,213,226)
#D4DDE7
(212,221,231)
#DFE5EC
(223,229,236)
#EAEDF1
(234,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9DBF color. Also use rgb(124,157,191) instead hex code.

Text Font Color

.myTextColor { color: #7C9DBF; }

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

This text font color is #7C9DBF.


Background Color

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

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

This div background color is #7C9DBF.


Border color

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

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

This div border color is #7C9DBF.


Opacity

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

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

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

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

This text has shadow with #7C9DBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9DBF on black background.


Color preview on white background

This text has color #7C9DBF on white background.



Black color preview on #7C9DBF background

This text has black color on #7C9DBF background.


White color preview on #7C9DBF background

This text has white color on #7C9DBF background.