COLOR #7F9CC3

HEX: #7F9CC3
RGB: (127,156,195)

Color info

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

RGB color model

#7F9CC3 color RGB value is (127,156,195).

  • red value is 127;
  • green value is 156;
  • blue value is 195.
RGB:
(127,156,195)
(50%,61%,76%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 195 of 255 = 76%

127
156
195

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

Portions of RGB colors in percentages

R + G + B =
127 + 156 + 195 = 478 (100%)
R 127 of 478 ~ 26.57%
G 156 of 478 ~ 32.64%
B 195 of 478 ~ 40.79%

%26.57
%32.64
%40.79

CMYK color model

#7F9CC3 color CMYK value is (35,20,0,24).

  • cyan value is 34.87%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,20,0,24)
C35M20Y0K24 
(35%,20%,0%,24%)
(0.35/0.20/0.00/0.24)	

CMYK percentages

%34.87
%20
%0
%23.53

Codes

Color #7F9CC3 in popluar color models

7F9CC3
RGB127156195
HSL214°36.17%63.14%
HSB/HSV214°34.87%76.47%
CMYK34.87%20.00%0.00%
23.53%

Color #7F9CC3 in popluar number systems.

HEX7F9CC3
Decimal127156195
Binary11111111001110011000011
Octal177234303

Shades and tints

Shades of #7F9CC3

#7F9CC3
(127,156,195)
#748EB2
(116,142,178)
#6980A1
(105,128,161)
#5E7290
(94,114,144)
#53647F
(83,100,127)
#48566E
(72,86,110)
#3D485D
(61,72,93)
#323A4C
(50,58,76)
#272C3B
(39,44,59)
#1C1E2A
(28,30,42)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #7F9CC3

#7F9CC3
(127,156,195)
#8AA5C8
(138,165,200)
#95AECD
(149,174,205)
#A0B7D2
(160,183,210)
#ABC0D7
(171,192,215)
#B6C9DC
(182,201,220)
#C1D2E1
(193,210,225)
#CCDBE6
(204,219,230)
#D7E4EB
(215,228,235)
#E2EDF0
(226,237,240)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F9CC3 color. Also use rgb(127,156,195) instead hex code.

Text Font Color

.myTextColor { color: #7F9CC3; }

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

This text font color is #7F9CC3.


Background Color

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

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

This div background color is #7F9CC3.


Border color

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

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

This div border color is #7F9CC3.


Opacity

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

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

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

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

This text has shadow with #7F9CC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9CC3 on black background.


Color preview on white background

This text has color #7F9CC3 on white background.



Black color preview on #7F9CC3 background

This text has black color on #7F9CC3 background.


White color preview on #7F9CC3 background

This text has white color on #7F9CC3 background.