COLOR #7F9BC3

HEX: #7F9BC3
RGB: (127,155,195)

Color info

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

RGB color model

#7F9BC3 color RGB value is (127,155,195).

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

RGB channels and saturation

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

127
155
195

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

Portions of RGB colors in percentages

R + G + B =
127 + 155 + 195 = 477 (100%)
R 127 of 477 ~ 26.62%
G 155 of 477 ~ 32.49%
B 195 of 477 ~ 40.88%

%26.62
%32.49
%40.88

CMYK color model

#7F9BC3 color CMYK value is (35,21,0,24).

  • cyan value is 34.87%
  • magenta value is 20.51%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,21,0,24)
C35M21Y0K24 
(35%,21%,0%,24%)
(0.35/0.21/0.00/0.24)	

CMYK percentages

%34.87
%20.51
%0
%23.53

Codes

Color #7F9BC3 in popluar color models

7F9BC3
RGB127155195
HSL215°36.17%63.14%
HSB/HSV215°34.87%76.47%
CMYK34.87%20.51%0.00%
23.53%

Color #7F9BC3 in popluar number systems.

HEX7F9BC3
Decimal127155195
Binary11111111001101111000011
Octal177233303

Shades and tints

Shades of #7F9BC3

#7F9BC3
(127,155,195)
#748DB2
(116,141,178)
#697FA1
(105,127,161)
#5E7190
(94,113,144)
#53637F
(83,99,127)
#48556E
(72,85,110)
#3D475D
(61,71,93)
#32394C
(50,57,76)
#272B3B
(39,43,59)
#1C1D2A
(28,29,42)
#110F19
(17,15,25)
#000000
(0,0,0)

Tints of #7F9BC3

#7F9BC3
(127,155,195)
#8AA4C8
(138,164,200)
#95ADCD
(149,173,205)
#A0B6D2
(160,182,210)
#ABBFD7
(171,191,215)
#B6C8DC
(182,200,220)
#C1D1E1
(193,209,225)
#CCDAE6
(204,218,230)
#D7E3EB
(215,227,235)
#E2ECF0
(226,236,240)
#EDF5F5
(237,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9BC3; }

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

This text font color is #7F9BC3.


Background Color

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

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

This div background color is #7F9BC3.


Border color

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

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

This div border color is #7F9BC3.


Opacity

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

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

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

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

This text has shadow with #7F9BC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9BC3 on black background.


Color preview on white background

This text has color #7F9BC3 on white background.



Black color preview on #7F9BC3 background

This text has black color on #7F9BC3 background.


White color preview on #7F9BC3 background

This text has white color on #7F9BC3 background.