COLOR #7F99AC

HEX: #7F99AC
RGB: (127,153,172)

Color info

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

RGB color model

#7F99AC color RGB value is (127,153,172).

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

RGB channels and saturation

R 127 of 255 = 50%
G 153 of 255 = 60%
B 172 of 255 = 67%

127
153
172

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

Portions of RGB colors in percentages

R + G + B =
127 + 153 + 172 = 452 (100%)
R 127 of 452 ~ 28.1%
G 153 of 452 ~ 33.85%
B 172 of 452 ~ 38.05%

%28.1
%33.85
%38.05

CMYK color model

#7F99AC color CMYK value is (26,11,0,33).

  • cyan value is 26.16%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(26,11,0,33)
C26M11Y0K33 
(26%,11%,0%,33%)
(0.26/0.11/0.00/0.33)	

CMYK percentages

%26.16
%11.05
%0
%32.55

Codes

Color #7F99AC in popluar color models

7F99AC
RGB127153172
HSL205°21.33%58.63%
HSB/HSV205°26.16%67.45%
CMYK26.16%11.05%0.00%
32.55%

Color #7F99AC in popluar number systems.

HEX7F99AC
Decimal127153172
Binary11111111001100110101100
Octal177231254

Shades and tints

Shades of #7F99AC

#7F99AC
(127,153,172)
#748C9D
(116,140,157)
#697F8E
(105,127,142)
#5E727F
(94,114,127)
#536570
(83,101,112)
#485861
(72,88,97)
#3D4B52
(61,75,82)
#323E43
(50,62,67)
#273134
(39,49,52)
#1C2425
(28,36,37)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7F99AC

#7F99AC
(127,153,172)
#8AA2B3
(138,162,179)
#95ABBA
(149,171,186)
#A0B4C1
(160,180,193)
#ABBDC8
(171,189,200)
#B6C6CF
(182,198,207)
#C1CFD6
(193,207,214)
#CCD8DD
(204,216,221)
#D7E1E4
(215,225,228)
#E2EAEB
(226,234,235)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F99AC; }

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

This text font color is #7F99AC.


Background Color

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

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

This div background color is #7F99AC.


Border color

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

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

This div border color is #7F99AC.


Opacity

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

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

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

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

This text has shadow with #7F99AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F99AC on black background.


Color preview on white background

This text has color #7F99AC on white background.



Black color preview on #7F99AC background

This text has black color on #7F99AC background.


White color preview on #7F99AC background

This text has white color on #7F99AC background.