COLOR #7F86D1

HEX: #7F86D1
RGB: (127,134,209)

Color info

#7F86D1 contains mainly blue color. Web safe color of #7F86D1 is #6699CC (or #69C).

RGB color model

#7F86D1 color RGB value is (127,134,209).

  • red value is 127;
  • green value is 134;
  • blue value is 209.
RGB:
(127,134,209)
(50%,53%,82%)

RGB channels and saturation

R 127 of 255 = 50%
G 134 of 255 = 53%
B 209 of 255 = 82%

127
134
209

R + G + B ~ 62%. #7F86D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 134 + 209 = 470 (100%)
R 127 of 470 ~ 27.02%
G 134 of 470 ~ 28.51%
B 209 of 470 ~ 44.47%

%27.02
%28.51
%44.47

CMYK color model

#7F86D1 color CMYK value is (39,36,0,18).

  • cyan value is 39.23%
  • magenta value is 35.89%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(39,36,0,18)
C39M36Y0K18 
(39%,36%,0%,18%)
(0.39/0.36/0.00/0.18)	

CMYK percentages

%39.23
%35.89
%0
%18.04

Codes

Color #7F86D1 in popluar color models

7F86D1
RGB127134209
HSL235°47.13%65.88%
HSB/HSV235°39.23%81.96%
CMYK39.23%35.89%0.00%
18.04%

Color #7F86D1 in popluar number systems.

HEX7F86D1
Decimal127134209
Binary11111111000011011010001
Octal177206321

Shades and tints

Shades of #7F86D1

#7F86D1
(127,134,209)
#747ABE
(116,122,190)
#696EAB
(105,110,171)
#5E6298
(94,98,152)
#535685
(83,86,133)
#484A72
(72,74,114)
#3D3E5F
(61,62,95)
#32324C
(50,50,76)
#272639
(39,38,57)
#1C1A26
(28,26,38)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #7F86D1

#7F86D1
(127,134,209)
#8A91D5
(138,145,213)
#959CD9
(149,156,217)
#A0A7DD
(160,167,221)
#ABB2E1
(171,178,225)
#B6BDE5
(182,189,229)
#C1C8E9
(193,200,233)
#CCD3ED
(204,211,237)
#D7DEF1
(215,222,241)
#E2E9F5
(226,233,245)
#EDF4F9
(237,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F86D1 color. Also use rgb(127,134,209) instead hex code.

Text Font Color

.myTextColor { color: #7F86D1; }

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

This text font color is #7F86D1.


Background Color

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

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

This div background color is #7F86D1.


Border color

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

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

This div border color is #7F86D1.


Opacity

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

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

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

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

This text has shadow with #7F86D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F86D1 on black background.


Color preview on white background

This text has color #7F86D1 on white background.



Black color preview on #7F86D1 background

This text has black color on #7F86D1 background.


White color preview on #7F86D1 background

This text has white color on #7F86D1 background.