COLOR #7FB1C7

HEX: #7FB1C7
RGB: (127,177,199)

Color info

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

RGB color model

#7FB1C7 color RGB value is (127,177,199).

  • red value is 127;
  • green value is 177;
  • blue value is 199.
RGB:
(127,177,199)
(50%,69%,78%)

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 199 of 255 = 78%

127
177
199

R + G + B ~ 66%. #7FB1C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 199 = 503 (100%)
R 127 of 503 ~ 25.25%
G 177 of 503 ~ 35.19%
B 199 of 503 ~ 39.56%

%25.25
%35.19
%39.56

CMYK color model

#7FB1C7 color CMYK value is (36,11,0,22).

  • cyan value is 36.18%
  • magenta value is 11.06%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,11,0,22)
C36M11Y0K22 
(36%,11%,0%,22%)
(0.36/0.11/0.00/0.22)	

CMYK percentages

%36.18
%11.06
%0
%21.96

Codes

Color #7FB1C7 in popluar color models

7FB1C7
RGB127177199
HSL198°39.13%63.92%
HSB/HSV198°36.18%78.04%
CMYK36.18%11.06%0.00%
21.96%

Color #7FB1C7 in popluar number systems.

HEX7FB1C7
Decimal127177199
Binary11111111011000111000111
Octal177261307

Shades and tints

Shades of #7FB1C7

#7FB1C7
(127,177,199)
#74A1B5
(116,161,181)
#6991A3
(105,145,163)
#5E8191
(94,129,145)
#53717F
(83,113,127)
#48616D
(72,97,109)
#3D515B
(61,81,91)
#324149
(50,65,73)
#273137
(39,49,55)
#1C2125
(28,33,37)
#111113
(17,17,19)
#000000
(0,0,0)

Tints of #7FB1C7

#7FB1C7
(127,177,199)
#8AB8CC
(138,184,204)
#95BFD1
(149,191,209)
#A0C6D6
(160,198,214)
#ABCDDB
(171,205,219)
#B6D4E0
(182,212,224)
#C1DBE5
(193,219,229)
#CCE2EA
(204,226,234)
#D7E9EF
(215,233,239)
#E2F0F4
(226,240,244)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB1C7; }

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

This text font color is #7FB1C7.


Background Color

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

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

This div background color is #7FB1C7.


Border color

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

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

This div border color is #7FB1C7.


Opacity

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

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

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

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

This text has shadow with #7FB1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB1C7 on black background.


Color preview on white background

This text has color #7FB1C7 on white background.



Black color preview on #7FB1C7 background

This text has black color on #7FB1C7 background.


White color preview on #7FB1C7 background

This text has white color on #7FB1C7 background.