COLOR #7F9CAC

HEX: #7F9CAC
RGB: (127,156,172)

Color info

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

RGB color model

#7F9CAC color RGB value is (127,156,172).

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

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 172 of 255 = 67%

127
156
172

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

Portions of RGB colors in percentages

R + G + B =
127 + 156 + 172 = 455 (100%)
R 127 of 455 ~ 27.91%
G 156 of 455 ~ 34.29%
B 172 of 455 ~ 37.8%

%27.91
%34.29
%37.8

CMYK color model

#7F9CAC color CMYK value is (26,9,0,33).

  • cyan value is 26.16%
  • magenta value is 9.30%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(26,9,0,33)
C26M9Y0K33 
(26%,9%,0%,33%)
(0.26/0.09/0.00/0.33)	

CMYK percentages

%26.16
%9.3
%0
%32.55

Codes

Color #7F9CAC in popluar color models

7F9CAC
RGB127156172
HSL201°21.33%58.63%
HSB/HSV201°26.16%67.45%
CMYK26.16%9.30%0.00%
32.55%

Color #7F9CAC in popluar number systems.

HEX7F9CAC
Decimal127156172
Binary11111111001110010101100
Octal177234254

Shades and tints

Shades of #7F9CAC

#7F9CAC
(127,156,172)
#748E9D
(116,142,157)
#69808E
(105,128,142)
#5E727F
(94,114,127)
#536470
(83,100,112)
#485661
(72,86,97)
#3D4852
(61,72,82)
#323A43
(50,58,67)
#272C34
(39,44,52)
#1C1E25
(28,30,37)
#111016
(17,16,22)
#000000
(0,0,0)

Tints of #7F9CAC

#7F9CAC
(127,156,172)
#8AA5B3
(138,165,179)
#95AEBA
(149,174,186)
#A0B7C1
(160,183,193)
#ABC0C8
(171,192,200)
#B6C9CF
(182,201,207)
#C1D2D6
(193,210,214)
#CCDBDD
(204,219,221)
#D7E4E4
(215,228,228)
#E2EDEB
(226,237,235)
#EDF6F2
(237,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9CAC; }

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

This text font color is #7F9CAC.


Background Color

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

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

This div background color is #7F9CAC.


Border color

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

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

This div border color is #7F9CAC.


Opacity

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

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

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

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

This text has shadow with #7F9CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9CAC on black background.


Color preview on white background

This text has color #7F9CAC on white background.



Black color preview on #7F9CAC background

This text has black color on #7F9CAC background.


White color preview on #7F9CAC background

This text has white color on #7F9CAC background.