COLOR #7C9CB1

HEX: #7C9CB1
RGB: (124,156,177)

Color info

#7C9CB1 contains red, green and blue colors in about the same proportion. Web safe color of #7C9CB1 is #669999 (or #699).

RGB color model

#7C9CB1 color RGB value is (124,156,177).

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

RGB channels and saturation

R 124 of 255 = 49%
G 156 of 255 = 61%
B 177 of 255 = 69%

124
156
177

R + G + B ~ 60%. #7C9CB1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
124 + 156 + 177 = 457 (100%)
R 124 of 457 ~ 27.13%
G 156 of 457 ~ 34.14%
B 177 of 457 ~ 38.73%

%27.13
%34.14
%38.73

CMYK color model

#7C9CB1 color CMYK value is (30,12,0,31).

  • cyan value is 29.94%
  • magenta value is 11.86%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(30,12,0,31)
C30M12Y0K31 
(30%,12%,0%,31%)
(0.30/0.12/0.00/0.31)	

CMYK percentages

%29.94
%11.86
%0
%30.59

Codes

Color #7C9CB1 in popluar color models

7C9CB1
RGB124156177
HSL204°25.36%59.02%
HSB/HSV204°29.94%69.41%
CMYK29.94%11.86%0.00%
30.59%

Color #7C9CB1 in popluar number systems.

HEX7C9CB1
Decimal124156177
Binary11111001001110010110001
Octal174234261

Shades and tints

Shades of #7C9CB1

#7C9CB1
(124,156,177)
#718EA1
(113,142,161)
#668091
(102,128,145)
#5B7281
(91,114,129)
#506471
(80,100,113)
#455661
(69,86,97)
#3A4851
(58,72,81)
#2F3A41
(47,58,65)
#242C31
(36,44,49)
#191E21
(25,30,33)
#0E1011
(14,16,17)
#000000
(0,0,0)

Tints of #7C9CB1

#7C9CB1
(124,156,177)
#87A5B8
(135,165,184)
#92AEBF
(146,174,191)
#9DB7C6
(157,183,198)
#A8C0CD
(168,192,205)
#B3C9D4
(179,201,212)
#BED2DB
(190,210,219)
#C9DBE2
(201,219,226)
#D4E4E9
(212,228,233)
#DFEDF0
(223,237,240)
#EAF6F7
(234,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9CB1; }

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

This text font color is #7C9CB1.


Background Color

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

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

This div background color is #7C9CB1.


Border color

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

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

This div border color is #7C9CB1.


Opacity

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

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

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

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

This text has shadow with #7C9CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9CB1 on black background.


Color preview on white background

This text has color #7C9CB1 on white background.



Black color preview on #7C9CB1 background

This text has black color on #7C9CB1 background.


White color preview on #7C9CB1 background

This text has white color on #7C9CB1 background.