COLOR #7F9CB8

HEX: #7F9CB8
RGB: (127,156,184)

Color info

#7F9CB8 contains red, green and blue colors in about the same proportion. Web safe color of #7F9CB8 is #6699CC (or #69C).

RGB color model

#7F9CB8 color RGB value is (127,156,184).

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

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 184 of 255 = 72%

127
156
184

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

Portions of RGB colors in percentages

R + G + B =
127 + 156 + 184 = 467 (100%)
R 127 of 467 ~ 27.19%
G 156 of 467 ~ 33.4%
B 184 of 467 ~ 39.4%

%27.19
%33.4
%39.4

CMYK color model

#7F9CB8 color CMYK value is (31,15,0,28).

  • cyan value is 30.98%
  • magenta value is 15.22%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(31,15,0,28)
C31M15Y0K28 
(31%,15%,0%,28%)
(0.31/0.15/0.00/0.28)	

CMYK percentages

%30.98
%15.22
%0
%27.84

Codes

Color #7F9CB8 in popluar color models

7F9CB8
RGB127156184
HSL209°28.64%60.98%
HSB/HSV209°30.98%72.16%
CMYK30.98%15.22%0.00%
27.84%

Color #7F9CB8 in popluar number systems.

HEX7F9CB8
Decimal127156184
Binary11111111001110010111000
Octal177234270

Shades and tints

Shades of #7F9CB8

#7F9CB8
(127,156,184)
#748EA8
(116,142,168)
#698098
(105,128,152)
#5E7288
(94,114,136)
#536478
(83,100,120)
#485668
(72,86,104)
#3D4858
(61,72,88)
#323A48
(50,58,72)
#272C38
(39,44,56)
#1C1E28
(28,30,40)
#111018
(17,16,24)
#000000
(0,0,0)

Tints of #7F9CB8

#7F9CB8
(127,156,184)
#8AA5BE
(138,165,190)
#95AEC4
(149,174,196)
#A0B7CA
(160,183,202)
#ABC0D0
(171,192,208)
#B6C9D6
(182,201,214)
#C1D2DC
(193,210,220)
#CCDBE2
(204,219,226)
#D7E4E8
(215,228,232)
#E2EDEE
(226,237,238)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9CB8; }

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

This text font color is #7F9CB8.


Background Color

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

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

This div background color is #7F9CB8.


Border color

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

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

This div border color is #7F9CB8.


Opacity

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

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

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

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

This text has shadow with #7F9CB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9CB8 on black background.


Color preview on white background

This text has color #7F9CB8 on white background.



Black color preview on #7F9CB8 background

This text has black color on #7F9CB8 background.


White color preview on #7F9CB8 background

This text has white color on #7F9CB8 background.