COLOR #7F88B1

HEX: #7F88B1
RGB: (127,136,177)

Color info

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

RGB color model

#7F88B1 color RGB value is (127,136,177).

  • red value is 127;
  • green value is 136;
  • blue value is 177.
RGB:
(127,136,177)
(50%,53%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 136 of 255 = 53%
B 177 of 255 = 69%

127
136
177

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

Portions of RGB colors in percentages

R + G + B =
127 + 136 + 177 = 440 (100%)
R 127 of 440 ~ 28.86%
G 136 of 440 ~ 30.91%
B 177 of 440 ~ 40.23%

%28.86
%30.91
%40.23

CMYK color model

#7F88B1 color CMYK value is (28,23,0,31).

  • cyan value is 28.25%
  • magenta value is 23.16%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(28,23,0,31)
C28M23Y0K31 
(28%,23%,0%,31%)
(0.28/0.23/0.00/0.31)	

CMYK percentages

%28.25
%23.16
%0
%30.59

Codes

Color #7F88B1 in popluar color models

7F88B1
RGB127136177
HSL229°24.27%59.61%
HSB/HSV229°28.25%69.41%
CMYK28.25%23.16%0.00%
30.59%

Color #7F88B1 in popluar number systems.

HEX7F88B1
Decimal127136177
Binary11111111000100010110001
Octal177210261

Shades and tints

Shades of #7F88B1

#7F88B1
(127,136,177)
#747CA1
(116,124,161)
#697091
(105,112,145)
#5E6481
(94,100,129)
#535871
(83,88,113)
#484C61
(72,76,97)
#3D4051
(61,64,81)
#323441
(50,52,65)
#272831
(39,40,49)
#1C1C21
(28,28,33)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7F88B1

#7F88B1
(127,136,177)
#8A92B8
(138,146,184)
#959CBF
(149,156,191)
#A0A6C6
(160,166,198)
#ABB0CD
(171,176,205)
#B6BAD4
(182,186,212)
#C1C4DB
(193,196,219)
#CCCEE2
(204,206,226)
#D7D8E9
(215,216,233)
#E2E2F0
(226,226,240)
#EDECF7
(237,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F88B1 color. Also use rgb(127,136,177) instead hex code.

Text Font Color

.myTextColor { color: #7F88B1; }

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

This text font color is #7F88B1.


Background Color

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

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

This div background color is #7F88B1.


Border color

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

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

This div border color is #7F88B1.


Opacity

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

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

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

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

This text has shadow with #7F88B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F88B1 on black background.


Color preview on white background

This text has color #7F88B1 on white background.



Black color preview on #7F88B1 background

This text has black color on #7F88B1 background.


White color preview on #7F88B1 background

This text has white color on #7F88B1 background.