COLOR #7C9FBB

HEX: #7C9FBB
RGB: (124,159,187)

Color info

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

RGB color model

#7C9FBB color RGB value is (124,159,187).

  • red value is 124;
  • green value is 159;
  • blue value is 187.
RGB:
(124,159,187)
(49%,62%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 159 of 255 = 62%
B 187 of 255 = 73%

124
159
187

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

Portions of RGB colors in percentages

R + G + B =
124 + 159 + 187 = 470 (100%)
R 124 of 470 ~ 26.38%
G 159 of 470 ~ 33.83%
B 187 of 470 ~ 39.79%

%26.38
%33.83
%39.79

CMYK color model

#7C9FBB color CMYK value is (34,15,0,27).

  • cyan value is 33.69%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(34,15,0,27)
C34M15Y0K27 
(34%,15%,0%,27%)
(0.34/0.15/0.00/0.27)	

CMYK percentages

%33.69
%14.97
%0
%26.67

Codes

Color #7C9FBB in popluar color models

7C9FBB
RGB124159187
HSL207°31.66%60.98%
HSB/HSV207°33.69%73.33%
CMYK33.69%14.97%0.00%
26.67%

Color #7C9FBB in popluar number systems.

HEX7C9FBB
Decimal124159187
Binary11111001001111110111011
Octal174237273

Shades and tints

Shades of #7C9FBB

#7C9FBB
(124,159,187)
#7191AA
(113,145,170)
#668399
(102,131,153)
#5B7588
(91,117,136)
#506777
(80,103,119)
#455966
(69,89,102)
#3A4B55
(58,75,85)
#2F3D44
(47,61,68)
#242F33
(36,47,51)
#192122
(25,33,34)
#0E1311
(14,19,17)
#000000
(0,0,0)

Tints of #7C9FBB

#7C9FBB
(124,159,187)
#87A7C1
(135,167,193)
#92AFC7
(146,175,199)
#9DB7CD
(157,183,205)
#A8BFD3
(168,191,211)
#B3C7D9
(179,199,217)
#BECFDF
(190,207,223)
#C9D7E5
(201,215,229)
#D4DFEB
(212,223,235)
#DFE7F1
(223,231,241)
#EAEFF7
(234,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9FBB color. Also use rgb(124,159,187) instead hex code.

Text Font Color

.myTextColor { color: #7C9FBB; }

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

This text font color is #7C9FBB.


Background Color

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

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

This div background color is #7C9FBB.


Border color

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

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

This div border color is #7C9FBB.


Opacity

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

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

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

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

This text has shadow with #7C9FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9FBB on black background.


Color preview on white background

This text has color #7C9FBB on white background.



Black color preview on #7C9FBB background

This text has black color on #7C9FBB background.


White color preview on #7C9FBB background

This text has white color on #7C9FBB background.