COLOR #7F8EBD

HEX: #7F8EBD
RGB: (127,142,189)

Color info

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

RGB color model

#7F8EBD color RGB value is (127,142,189).

  • red value is 127;
  • green value is 142;
  • blue value is 189.
RGB:
(127,142,189)
(50%,56%,74%)

RGB channels and saturation

R 127 of 255 = 50%
G 142 of 255 = 56%
B 189 of 255 = 74%

127
142
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 142 + 189 = 458 (100%)
R 127 of 458 ~ 27.73%
G 142 of 458 ~ 31%
B 189 of 458 ~ 41.27%

%27.73
%31
%41.27

CMYK color model

#7F8EBD color CMYK value is (33,25,0,26).

  • cyan value is 32.80%
  • magenta value is 24.87%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,25,0,26)
C33M25Y0K26 
(33%,25%,0%,26%)
(0.33/0.25/0.00/0.26)	

CMYK percentages

%32.8
%24.87
%0
%25.88

Codes

Color #7F8EBD in popluar color models

7F8EBD
RGB127142189
HSL225°31.96%61.96%
HSB/HSV225°32.80%74.12%
CMYK32.80%24.87%0.00%
25.88%

Color #7F8EBD in popluar number systems.

HEX7F8EBD
Decimal127142189
Binary11111111000111010111101
Octal177216275

Shades and tints

Shades of #7F8EBD

#7F8EBD
(127,142,189)
#7482AC
(116,130,172)
#69769B
(105,118,155)
#5E6A8A
(94,106,138)
#535E79
(83,94,121)
#485268
(72,82,104)
#3D4657
(61,70,87)
#323A46
(50,58,70)
#272E35
(39,46,53)
#1C2224
(28,34,36)
#111613
(17,22,19)
#000000
(0,0,0)

Tints of #7F8EBD

#7F8EBD
(127,142,189)
#8A98C3
(138,152,195)
#95A2C9
(149,162,201)
#A0ACCF
(160,172,207)
#ABB6D5
(171,182,213)
#B6C0DB
(182,192,219)
#C1CAE1
(193,202,225)
#CCD4E7
(204,212,231)
#D7DEED
(215,222,237)
#E2E8F3
(226,232,243)
#EDF2F9
(237,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F8EBD color. Also use rgb(127,142,189) instead hex code.

Text Font Color

.myTextColor { color: #7F8EBD; }

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

This text font color is #7F8EBD.


Background Color

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

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

This div background color is #7F8EBD.


Border color

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

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

This div border color is #7F8EBD.


Opacity

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

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

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

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

This text has shadow with #7F8EBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F8EBD on black background.


Color preview on white background

This text has color #7F8EBD on white background.



Black color preview on #7F8EBD background

This text has black color on #7F8EBD background.


White color preview on #7F8EBD background

This text has white color on #7F8EBD background.