COLOR #7FB7C0

HEX: #7FB7C0
RGB: (127,183,192)

Color info

#7FB7C0 contains mainly green and blue colors. Web safe color of #7FB7C0 is #66CCCC (or #6CC).

RGB color model

#7FB7C0 color RGB value is (127,183,192).

  • red value is 127;
  • green value is 183;
  • blue value is 192.
RGB:
(127,183,192)
(50%,72%,75%)

RGB channels and saturation

R 127 of 255 = 50%
G 183 of 255 = 72%
B 192 of 255 = 75%

127
183
192

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

Portions of RGB colors in percentages

R + G + B =
127 + 183 + 192 = 502 (100%)
R 127 of 502 ~ 25.3%
G 183 of 502 ~ 36.45%
B 192 of 502 ~ 38.25%

%25.3
%36.45
%38.25

CMYK color model

#7FB7C0 color CMYK value is (34,5,0,25).

  • cyan value is 33.85%
  • magenta value is 4.69%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(34,5,0,25)
C34M5Y0K25 
(34%,5%,0%,25%)
(0.34/0.05/0.00/0.25)	

CMYK percentages

%33.85
%4.69
%0
%24.71

Codes

Color #7FB7C0 in popluar color models

7FB7C0
RGB127183192
HSL188°34.03%62.55%
HSB/HSV188°33.85%75.29%
CMYK33.85%4.69%0.00%
24.71%

Color #7FB7C0 in popluar number systems.

HEX7FB7C0
Decimal127183192
Binary11111111011011111000000
Octal177267300

Shades and tints

Shades of #7FB7C0

#7FB7C0
(127,183,192)
#74A7AF
(116,167,175)
#69979E
(105,151,158)
#5E878D
(94,135,141)
#53777C
(83,119,124)
#48676B
(72,103,107)
#3D575A
(61,87,90)
#324749
(50,71,73)
#273738
(39,55,56)
#1C2727
(28,39,39)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #7FB7C0

#7FB7C0
(127,183,192)
#8ABDC5
(138,189,197)
#95C3CA
(149,195,202)
#A0C9CF
(160,201,207)
#ABCFD4
(171,207,212)
#B6D5D9
(182,213,217)
#C1DBDE
(193,219,222)
#CCE1E3
(204,225,227)
#D7E7E8
(215,231,232)
#E2EDED
(226,237,237)
#EDF3F2
(237,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB7C0 color. Also use rgb(127,183,192) instead hex code.

Text Font Color

.myTextColor { color: #7FB7C0; }

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

This text font color is #7FB7C0.


Background Color

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

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

This div background color is #7FB7C0.


Border color

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

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

This div border color is #7FB7C0.


Opacity

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

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

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

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

This text has shadow with #7FB7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB7C0 on black background.


Color preview on white background

This text has color #7FB7C0 on white background.



Black color preview on #7FB7C0 background

This text has black color on #7FB7C0 background.


White color preview on #7FB7C0 background

This text has white color on #7FB7C0 background.