COLOR #7F81BB

HEX: #7F81BB
RGB: (127,129,187)

Color info

#7F81BB contains mainly green and blue colors. Web safe color of #7F81BB is #6699CC (or #69C).

RGB color model

#7F81BB color RGB value is (127,129,187).

  • red value is 127;
  • green value is 129;
  • blue value is 187.
RGB:
(127,129,187)
(50%,51%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 129 of 255 = 51%
B 187 of 255 = 73%

127
129
187

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

Portions of RGB colors in percentages

R + G + B =
127 + 129 + 187 = 443 (100%)
R 127 of 443 ~ 28.67%
G 129 of 443 ~ 29.12%
B 187 of 443 ~ 42.21%

%28.67
%29.12
%42.21

CMYK color model

#7F81BB color CMYK value is (32,31,0,27).

  • cyan value is 32.09%
  • magenta value is 31.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(32,31,0,27)
C32M31Y0K27 
(32%,31%,0%,27%)
(0.32/0.31/0.00/0.27)	

CMYK percentages

%32.09
%31.02
%0
%26.67

Codes

Color #7F81BB in popluar color models

7F81BB
RGB127129187
HSL238°30.61%61.57%
HSB/HSV238°32.09%73.33%
CMYK32.09%31.02%0.00%
26.67%

Color #7F81BB in popluar number systems.

HEX7F81BB
Decimal127129187
Binary11111111000000110111011
Octal177201273

Shades and tints

Shades of #7F81BB

#7F81BB
(127,129,187)
#7476AA
(116,118,170)
#696B99
(105,107,153)
#5E6088
(94,96,136)
#535577
(83,85,119)
#484A66
(72,74,102)
#3D3F55
(61,63,85)
#323444
(50,52,68)
#272933
(39,41,51)
#1C1E22
(28,30,34)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7F81BB

#7F81BB
(127,129,187)
#8A8CC1
(138,140,193)
#9597C7
(149,151,199)
#A0A2CD
(160,162,205)
#ABADD3
(171,173,211)
#B6B8D9
(182,184,217)
#C1C3DF
(193,195,223)
#CCCEE5
(204,206,229)
#D7D9EB
(215,217,235)
#E2E4F1
(226,228,241)
#EDEFF7
(237,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F81BB color. Also use rgb(127,129,187) instead hex code.

Text Font Color

.myTextColor { color: #7F81BB; }

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

This text font color is #7F81BB.


Background Color

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

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

This div background color is #7F81BB.


Border color

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

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

This div border color is #7F81BB.


Opacity

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

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

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

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

This text has shadow with #7F81BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F81BB on black background.


Color preview on white background

This text has color #7F81BB on white background.



Black color preview on #7F81BB background

This text has black color on #7F81BB background.


White color preview on #7F81BB background

This text has white color on #7F81BB background.