COLOR #7FB1E7

HEX: #7FB1E7 RGB: (127,177,231)

Color info

#7FB1E7 contains mainly green and blue colors. Web safe color of #7FB1E7 is #6699FF (or #69F).

RGB color model

#7FB1E7 color RGB value is (127,177,231).

RGB: (127,177,231) (50%, 69%, 91%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 231 of 255 = 91%

127
177
231

R + G + B ~ 70%. #7FB1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 177 + 231 = 535 (100%)
R 127 of 535 ~ 23.74%
G 177 of 535 ~ 33.08%
B 231 of 535 ~ 43.18'%

%23.74
%33.08
%43.18

CMYK color model

#7FB1E7 color CMYK value is (45,23,0,9).

  • cyan value is 45.02%
  • magenta value is 23.38%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (45,23,0,9)
C45M23Y0K9 (45%, 23%, 0%, 9%)
(0.45 / 0.23 / 0.00 / 0.09)

CMYK percentages

%45.02
%23.38
%0
%9.41

Codes

Color #7FB1E7 in popluar color models

7F B1 E7
RGB 127 177 231
HSL 211° 68.42% 70.20%
HSB/HSV 211° 45.02% 90.59%
CMYK 45.02% 23.38% 0.00%
9.41%

Color #7FB1E7 in popluar number systems.

HEX 7F B1 E7
Decimal 127 177 231
Binary 1111111 10110001 11100111
Octal 177 261 347

Shades and tints

Shades of #7FB1E7

#7FB1E7
(127,177,231)
#74A1D2
(116,161,210)
#6991BD
(105,145,189)
#5E81A8
(94,129,168)
#537193
(83,113,147)
#48617E
(72,97,126)
#3D5169
(61,81,105)
#324154
(50,65,84)
#27313F
(39,49,63)
#1C212A
(28,33,42)
#111115
(17,17,21)
#000000
(0,0,0)

Tints of #7FB1E7

#7FB1E7
(127,177,231)
#8AB8E9
(138,184,233)
#95BFEB
(149,191,235)
#A0C6ED
(160,198,237)
#ABCDEF
(171,205,239)
#B6D4F1
(182,212,241)
#C1DBF3
(193,219,243)
#CCE2F5
(204,226,245)
#D7E9F7
(215,233,247)
#E2F0F9
(226,240,249)
#EDF7FB
(237,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB1E7; }

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

This text font color is #7FB1E7.

Background Color

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

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

This div background color is #7FB1E7.

Border color

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

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

This div border color is #7FB1E7.

Opacity

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

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

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

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

This text has shadow with #7FB1E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB1E7.

Preview

Color preview on black background

This text has color #7FB1E7 on black background.


Color preview on white background

This text has color #7FB1E7 on white background.


Black color preview on #7FB1E7 background

This text has black color on #7FB1E7 background.


White color preview on #7FB1E7 background

This text has white color on #7FB1E7 background.


Related colors

Complementary color

Complementary color for #hex is #804E18.


I love getcolorcode.com

Triadic colors

1 #E77FB1 and #B1E77F with #7FB1E7 are triadic colors.

2 #E7B17F and #B17FE7 with #7FB1E7 are triadic colors.