COLOR #7C9CBA

HEX: #7C9CBA
RGB: (124,156,186)

Color info

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

RGB color model

#7C9CBA color RGB value is (124,156,186).

  • red value is 124;
  • green value is 156;
  • blue value is 186.
RGB:
(124,156,186)
(49%,61%,73%)

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 186 of 255 = 73%

124
156
186

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

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 186 = 466 (100%)
R 124 of 466 ~ 26.61%
G 156 of 466 ~ 33.48%
B 186 of 466 ~ 39.91%

%26.61
%33.48
%39.91

CMYK color model

#7C9CBA color CMYK value is (33,16,0,27).

  • cyan value is 33.33%
  • magenta value is 16.13%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(33,16,0,27)
C33M16Y0K27 
(33%,16%,0%,27%)
(0.33/0.16/0.00/0.27)	

CMYK percentages

%33.33
%16.13
%0
%27.06

Codes

Color #7C9CBA in popluar color models

7C9CBA
RGB124156186
HSL209°31.00%60.78%
HSB/HSV209°33.33%72.94%
CMYK33.33%16.13%0.00%
27.06%

Color #7C9CBA in popluar number systems.

HEX7C9CBA
Decimal124156186
Binary11111001001110010111010
Octal174234272

Shades and tints

Shades of #7C9CBA

#7C9CBA
(124,156,186)
#718EAA
(113,142,170)
#66809A
(102,128,154)
#5B728A
(91,114,138)
#50647A
(80,100,122)
#45566A
(69,86,106)
#3A485A
(58,72,90)
#2F3A4A
(47,58,74)
#242C3A
(36,44,58)
#191E2A
(25,30,42)
#0E101A
(14,16,26)
#000000
(0,0,0)

Tints of #7C9CBA

#7C9CBA
(124,156,186)
#87A5C0
(135,165,192)
#92AEC6
(146,174,198)
#9DB7CC
(157,183,204)
#A8C0D2
(168,192,210)
#B3C9D8
(179,201,216)
#BED2DE
(190,210,222)
#C9DBE4
(201,219,228)
#D4E4EA
(212,228,234)
#DFEDF0
(223,237,240)
#EAF6F6
(234,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9CBA color. Also use rgb(124,156,186) instead hex code.

Text Font Color

.myTextColor { color: #7C9CBA; }

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

This text font color is #7C9CBA.


Background Color

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

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

This div background color is #7C9CBA.


Border color

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

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

This div border color is #7C9CBA.


Opacity

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

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

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

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

This text has shadow with #7C9CBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9CBA on black background.


Color preview on white background

This text has color #7C9CBA on white background.



Black color preview on #7C9CBA background

This text has black color on #7C9CBA background.


White color preview on #7C9CBA background

This text has white color on #7C9CBA background.