COLOR #7F9ED1

HEX: #7F9ED1
RGB: (127,158,209)

Color info

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

RGB color model

#7F9ED1 color RGB value is (127,158,209).

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

RGB channels and saturation

R 127 of 255 = 50%
G 158 of 255 = 62%
B 209 of 255 = 82%

127
158
209

R + G + B ~ 65%. #7F9ED1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 158 + 209 = 494 (100%)
R 127 of 494 ~ 25.71%
G 158 of 494 ~ 31.98%
B 209 of 494 ~ 42.31%

%25.71
%31.98
%42.31

CMYK color model

#7F9ED1 color CMYK value is (39,24,0,18).

  • cyan value is 39.23%
  • magenta value is 24.40%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(39,24,0,18)
C39M24Y0K18 
(39%,24%,0%,18%)
(0.39/0.24/0.00/0.18)	

CMYK percentages

%39.23
%24.4
%0
%18.04

Codes

Color #7F9ED1 in popluar color models

7F9ED1
RGB127158209
HSL217°47.13%65.88%
HSB/HSV217°39.23%81.96%
CMYK39.23%24.40%0.00%
18.04%

Color #7F9ED1 in popluar number systems.

HEX7F9ED1
Decimal127158209
Binary11111111001111011010001
Octal177236321

Shades and tints

Shades of #7F9ED1

#7F9ED1
(127,158,209)
#7490BE
(116,144,190)
#6982AB
(105,130,171)
#5E7498
(94,116,152)
#536685
(83,102,133)
#485872
(72,88,114)
#3D4A5F
(61,74,95)
#323C4C
(50,60,76)
#272E39
(39,46,57)
#1C2026
(28,32,38)
#111213
(17,18,19)
#000000
(0,0,0)

Tints of #7F9ED1

#7F9ED1
(127,158,209)
#8AA6D5
(138,166,213)
#95AED9
(149,174,217)
#A0B6DD
(160,182,221)
#ABBEE1
(171,190,225)
#B6C6E5
(182,198,229)
#C1CEE9
(193,206,233)
#CCD6ED
(204,214,237)
#D7DEF1
(215,222,241)
#E2E6F5
(226,230,245)
#EDEEF9
(237,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F9ED1; }

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

This text font color is #7F9ED1.


Background Color

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

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

This div background color is #7F9ED1.


Border color

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

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

This div border color is #7F9ED1.


Opacity

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

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

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

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

This text has shadow with #7F9ED1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F9ED1 on black background.


Color preview on white background

This text has color #7F9ED1 on white background.



Black color preview on #7F9ED1 background

This text has black color on #7F9ED1 background.


White color preview on #7F9ED1 background

This text has white color on #7F9ED1 background.