COLOR #7F9CAD

HEX: #7F9CAD RGB: (127,156,173)

Color info

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

RGB color model

#7F9CAD color RGB value is (127,156,173).

RGB: (127,156,173) (50%, 61%, 68%)

RGB channels and saturation

R 127 of 255 = 50%
G 156 of 255 = 61%
B 173 of 255 = 68%

127
156
173

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

Portions of RGB colors in percentages

R + G + B = 127 + 156 + 173 = 456 (100%)
R 127 of 456 ~ 27.85%
G 156 of 456 ~ 34.21%
B 173 of 456 ~ 37.94'%

%27.85
%34.21
%37.94

CMYK color model

#7F9CAD color CMYK value is (27,10,0,32).

  • cyan value is 26.59%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (27,10,0,32)
C27M10Y0K32 (27%, 10%, 0%, 32%)
(0.27 / 0.10 / 0.00 / 0.32)

CMYK percentages

%26.59
%9.83
%0
%32.16

Codes

Color #7F9CAD in popluar color models

7F 9C AD
RGB 127 156 173
HSL 202° 21.90% 58.82%
HSB/HSV 202° 26.59% 67.84%
CMYK 26.59% 9.83% 0.00%
32.16%

Color #7F9CAD in popluar number systems.

HEX 7F 9C AD
Decimal 127 156 173
Binary 1111111 10011100 10101101
Octal 177 234 255

Shades and tints

Shades of #7F9CAD

#7F9CAD
(127,156,173)
#748E9E
(116,142,158)
#69808F
(105,128,143)
#5E7280
(94,114,128)
#536471
(83,100,113)
#485662
(72,86,98)
#3D4853
(61,72,83)
#323A44
(50,58,68)
#272C35
(39,44,53)
#1C1E26
(28,30,38)
#111017
(17,16,23)
#000000
(0,0,0)

Tints of #7F9CAD

#7F9CAD
(127,156,173)
#8AA5B4
(138,165,180)
#95AEBB
(149,174,187)
#A0B7C2
(160,183,194)
#ABC0C9
(171,192,201)
#B6C9D0
(182,201,208)
#C1D2D7
(193,210,215)
#CCDBDE
(204,219,222)
#D7E4E5
(215,228,229)
#E2EDEC
(226,237,236)
#EDF6F3
(237,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9CAD; }

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

This text font color is #7F9CAD.

Background Color

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

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

This div background color is #7F9CAD.

Border color

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

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

This div border color is #7F9CAD.

Opacity

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

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

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

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

This text has shadow with #7F9CAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F9CAD.

Preview

Color preview on black background

This text has color #7F9CAD on black background.


Color preview on white background

This text has color #7F9CAD on white background.


Black color preview on #7F9CAD background

This text has black color on #7F9CAD background.


White color preview on #7F9CAD background

This text has white color on #7F9CAD background.


Related colors

Complementary color

Complementary color for #hex is #806352.


I love getcolorcode.com

Triadic colors

1 #AD7F9C and #9CAD7F with #7F9CAD are triadic colors.

2 #AD9C7F and #9C7FAD with #7F9CAD are triadic colors.