COLOR #7F849C

HEX: #7F849C
RGB: (127,132,156)

Color info

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

RGB color model

#7F849C color RGB value is (127,132,156).

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

RGB channels and saturation

R 127 of 255 = 50%
G 132 of 255 = 52%
B 156 of 255 = 61%

127
132
156

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

Portions of RGB colors in percentages

R + G + B =
127 + 132 + 156 = 415 (100%)
R 127 of 415 ~ 30.6%
G 132 of 415 ~ 31.81%
B 156 of 415 ~ 37.59%

%30.6
%31.81
%37.59

CMYK color model

#7F849C color CMYK value is (19,15,0,39).

  • cyan value is 18.59%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(19,15,0,39)
C19M15Y0K39 
(19%,15%,0%,39%)
(0.19/0.15/0.00/0.39)	

CMYK percentages

%18.59
%15.38
%0
%38.82

Codes

Color #7F849C in popluar color models

7F849C
RGB127132156
HSL230°12.78%55.49%
HSB/HSV230°18.59%61.18%
CMYK18.59%15.38%0.00%
38.82%

Color #7F849C in popluar number systems.

HEX7F849C
Decimal127132156
Binary11111111000010010011100
Octal177204234

Shades and tints

Shades of #7F849C

#7F849C
(127,132,156)
#74788E
(116,120,142)
#696C80
(105,108,128)
#5E6072
(94,96,114)
#535464
(83,84,100)
#484856
(72,72,86)
#3D3C48
(61,60,72)
#32303A
(50,48,58)
#27242C
(39,36,44)
#1C181E
(28,24,30)
#110C10
(17,12,16)
#000000
(0,0,0)

Tints of #7F849C

#7F849C
(127,132,156)
#8A8FA5
(138,143,165)
#959AAE
(149,154,174)
#A0A5B7
(160,165,183)
#ABB0C0
(171,176,192)
#B6BBC9
(182,187,201)
#C1C6D2
(193,198,210)
#CCD1DB
(204,209,219)
#D7DCE4
(215,220,228)
#E2E7ED
(226,231,237)
#EDF2F6
(237,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F849C; }

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

This text font color is #7F849C.


Background Color

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

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

This div background color is #7F849C.


Border color

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

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

This div border color is #7F849C.


Opacity

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

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

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

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

This text has shadow with #7F849C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F849C on black background.


Color preview on white background

This text has color #7F849C on white background.



Black color preview on #7F849C background

This text has black color on #7F849C background.


White color preview on #7F849C background

This text has white color on #7F849C background.