COLOR #7F9CAF

HEX: #7F9CAF RGB: (127,156,175)

Color info

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

RGB color model

#7F9CAF color RGB value is (127,156,175).

RGB: (127,156,175) (50%, 61%, 69%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 175 of 255 = 69%

127
156
175

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

Portions of RGB colors in percentages

R + G + B = 127 + 156 + 175 = 458 (100%)
R 127 of 458 ~ 27.73%
G 156 of 458 ~ 34.06%
B 175 of 458 ~ 38.21'%

%27.73
%34.06
%38.21

CMYK color model

#7F9CAF color CMYK value is (27,11,0,31).

  • cyan value is 27.43%
  • magenta value is 10.86%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (27,11,0,31)
C27M11Y0K31 (27%, 11%, 0%, 31%)
(0.27 / 0.11 / 0.00 / 0.31)

CMYK percentages

%27.43
%10.86
%0
%31.37

Codes

Color #7F9CAF in popluar color models

7F 9C AF
RGB 127 156 175
HSL 204° 23.08% 59.22%
HSB/HSV 204° 27.43% 68.63%
CMYK 27.43% 10.86% 0.00%
31.37%

Color #7F9CAF in popluar number systems.

HEX 7F 9C AF
Decimal 127 156 175
Binary 1111111 10011100 10101111
Octal 177 234 257

Shades and tints

Shades of #7F9CAF

#7F9CAF
(127,156,175)
#748EA0
(116,142,160)
#698091
(105,128,145)
#5E7282
(94,114,130)
#536473
(83,100,115)
#485664
(72,86,100)
#3D4855
(61,72,85)
#323A46
(50,58,70)
#272C37
(39,44,55)
#1C1E28
(28,30,40)
#111019
(17,16,25)
#000000
(0,0,0)

Tints of #7F9CAF

#7F9CAF
(127,156,175)
#8AA5B6
(138,165,182)
#95AEBD
(149,174,189)
#A0B7C4
(160,183,196)
#ABC0CB
(171,192,203)
#B6C9D2
(182,201,210)
#C1D2D9
(193,210,217)
#CCDBE0
(204,219,224)
#D7E4E7
(215,228,231)
#E2EDEE
(226,237,238)
#EDF6F5
(237,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9CAF; }

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

This text font color is #7F9CAF.

Background Color

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

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

This div background color is #7F9CAF.

Border color

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

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

This div border color is #7F9CAF.

Opacity

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

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

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

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

This text has shadow with #7F9CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9CAF.

Preview

Color preview on black background

This text has color #7F9CAF on black background.


Color preview on white background

This text has color #7F9CAF on white background.


Black color preview on #7F9CAF background

This text has black color on #7F9CAF background.


White color preview on #7F9CAF background

This text has white color on #7F9CAF background.


Related colors

Complementary color

Complementary color for #hex is #806350.


I love getcolorcode.com

Triadic colors

1 #AF7F9C and #9CAF7F with #7F9CAF are triadic colors.

2 #AF9C7F and #9C7FAF with #7F9CAF are triadic colors.