COLOR #7FB1C3

HEX: #7FB1C3
RGB: (127,177,195)

Color info

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

RGB color model

#7FB1C3 color RGB value is (127,177,195).

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

RGB channels and saturation

R 127 of 255 = 50%
G 177 of 255 = 69%
B 195 of 255 = 76%

127
177
195

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

Portions of RGB colors in percentages

R + G + B =
127 + 177 + 195 = 499 (100%)
R 127 of 499 ~ 25.45%
G 177 of 499 ~ 35.47%
B 195 of 499 ~ 39.08%

%25.45
%35.47
%39.08

CMYK color model

#7FB1C3 color CMYK value is (35,9,0,24).

  • cyan value is 34.87%
  • magenta value is 9.23%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(35,9,0,24)
C35M9Y0K24 
(35%,9%,0%,24%)
(0.35/0.09/0.00/0.24)	

CMYK percentages

%34.87
%9.23
%0
%23.53

Codes

Color #7FB1C3 in popluar color models

7FB1C3
RGB127177195
HSL196°36.17%63.14%
HSB/HSV196°34.87%76.47%
CMYK34.87%9.23%0.00%
23.53%

Color #7FB1C3 in popluar number systems.

HEX7FB1C3
Decimal127177195
Binary11111111011000111000011
Octal177261303

Shades and tints

Shades of #7FB1C3

#7FB1C3
(127,177,195)
#74A1B2
(116,161,178)
#6991A1
(105,145,161)
#5E8190
(94,129,144)
#53717F
(83,113,127)
#48616E
(72,97,110)
#3D515D
(61,81,93)
#32414C
(50,65,76)
#27313B
(39,49,59)
#1C212A
(28,33,42)
#111119
(17,17,25)
#000000
(0,0,0)

Tints of #7FB1C3

#7FB1C3
(127,177,195)
#8AB8C8
(138,184,200)
#95BFCD
(149,191,205)
#A0C6D2
(160,198,210)
#ABCDD7
(171,205,215)
#B6D4DC
(182,212,220)
#C1DBE1
(193,219,225)
#CCE2E6
(204,226,230)
#D7E9EB
(215,233,235)
#E2F0F0
(226,240,240)
#EDF7F5
(237,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB1C3; }

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

This text font color is #7FB1C3.


Background Color

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

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

This div background color is #7FB1C3.


Border color

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

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

This div border color is #7FB1C3.


Opacity

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

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

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

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

This text has shadow with #7FB1C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB1C3 on black background.


Color preview on white background

This text has color #7FB1C3 on white background.



Black color preview on #7FB1C3 background

This text has black color on #7FB1C3 background.


White color preview on #7FB1C3 background

This text has white color on #7FB1C3 background.