COLOR #7F95AB

HEX: #7F95AB
RGB: (127,149,171)

Color info

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

RGB color model

#7F95AB color RGB value is (127,149,171).

  • red value is 127;
  • green value is 149;
  • blue value is 171.
RGB:
(127,149,171)
(50%,58%,67%)

RGB channels and saturation

R 127 of 255 = 50%
G 149 of 255 = 58%
B 171 of 255 = 67%

127
149
171

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

Portions of RGB colors in percentages

R + G + B =
127 + 149 + 171 = 447 (100%)
R 127 of 447 ~ 28.41%
G 149 of 447 ~ 33.33%
B 171 of 447 ~ 38.26%

%28.41
%33.33
%38.26

CMYK color model

#7F95AB color CMYK value is (26,13,0,33).

  • cyan value is 25.73%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(26,13,0,33)
C26M13Y0K33 
(26%,13%,0%,33%)
(0.26/0.13/0.00/0.33)	

CMYK percentages

%25.73
%12.87
%0
%32.94

Codes

Color #7F95AB in popluar color models

7F95AB
RGB127149171
HSL210°20.75%58.43%
HSB/HSV210°25.73%67.06%
CMYK25.73%12.87%0.00%
32.94%

Color #7F95AB in popluar number systems.

HEX7F95AB
Decimal127149171
Binary11111111001010110101011
Octal177225253

Shades and tints

Shades of #7F95AB

#7F95AB
(127,149,171)
#74889C
(116,136,156)
#697B8D
(105,123,141)
#5E6E7E
(94,110,126)
#53616F
(83,97,111)
#485460
(72,84,96)
#3D4751
(61,71,81)
#323A42
(50,58,66)
#272D33
(39,45,51)
#1C2024
(28,32,36)
#111315
(17,19,21)
#000000
(0,0,0)

Tints of #7F95AB

#7F95AB
(127,149,171)
#8A9EB2
(138,158,178)
#95A7B9
(149,167,185)
#A0B0C0
(160,176,192)
#ABB9C7
(171,185,199)
#B6C2CE
(182,194,206)
#C1CBD5
(193,203,213)
#CCD4DC
(204,212,220)
#D7DDE3
(215,221,227)
#E2E6EA
(226,230,234)
#EDEFF1
(237,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F95AB color. Also use rgb(127,149,171) instead hex code.

Text Font Color

.myTextColor { color: #7F95AB; }

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

This text font color is #7F95AB.


Background Color

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

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

This div background color is #7F95AB.


Border color

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

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

This div border color is #7F95AB.


Opacity

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

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

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

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

This text has shadow with #7F95AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F95AB on black background.


Color preview on white background

This text has color #7F95AB on white background.



Black color preview on #7F95AB background

This text has black color on #7F95AB background.


White color preview on #7F95AB background

This text has white color on #7F95AB background.