COLOR #7FBCA7

HEX: #7FBCA7
RGB: (127,188,167)

Color info

#7FBCA7 contains mainly green and blue colors. Web safe color of #7FBCA7 is #66CC99 (or #6C9).

RGB color model

#7FBCA7 color RGB value is (127,188,167).

  • red value is 127;
  • green value is 188;
  • blue value is 167.
RGB:
(127,188,167)
(50%,74%,65%)

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 167 of 255 = 65%

127
188
167

R + G + B ~ 63%. #7FBCA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 188 + 167 = 482 (100%)
R 127 of 482 ~ 26.35%
G 188 of 482 ~ 39%
B 167 of 482 ~ 34.65%

%26.35
%39
%34.65

CMYK color model

#7FBCA7 color CMYK value is (32,0,11,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 26.27%
CMYK:
(32,0,11,26)
C32M0Y11K26 
(32%,0%,11%,26%)
(0.32/0.00/0.11/0.26)	

CMYK percentages

%32.45
%0
%11.17
%26.27

Codes

Color #7FBCA7 in popluar color models

7FBCA7
RGB127188167
HSL159°31.28%61.76%
HSB/HSV159°32.45%73.73%
CMYK32.45%0.00%11.17%
26.27%

Color #7FBCA7 in popluar number systems.

HEX7FBCA7
Decimal127188167
Binary11111111011110010100111
Octal177274247

Shades and tints

Shades of #7FBCA7

#7FBCA7
(127,188,167)
#74AB98
(116,171,152)
#699A89
(105,154,137)
#5E897A
(94,137,122)
#53786B
(83,120,107)
#48675C
(72,103,92)
#3D564D
(61,86,77)
#32453E
(50,69,62)
#27342F
(39,52,47)
#1C2320
(28,35,32)
#111211
(17,18,17)
#000000
(0,0,0)

Tints of #7FBCA7

#7FBCA7
(127,188,167)
#8AC2AF
(138,194,175)
#95C8B7
(149,200,183)
#A0CEBF
(160,206,191)
#ABD4C7
(171,212,199)
#B6DACF
(182,218,207)
#C1E0D7
(193,224,215)
#CCE6DF
(204,230,223)
#D7ECE7
(215,236,231)
#E2F2EF
(226,242,239)
#EDF8F7
(237,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBCA7 color. Also use rgb(127,188,167) instead hex code.

Text Font Color

.myTextColor { color: #7FBCA7; }

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

This text font color is #7FBCA7.


Background Color

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

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

This div background color is #7FBCA7.


Border color

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

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

This div border color is #7FBCA7.


Opacity

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

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

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

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

This text has shadow with #7FBCA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBCA7 on black background.


Color preview on white background

This text has color #7FBCA7 on white background.



Black color preview on #7FBCA7 background

This text has black color on #7FBCA7 background.


White color preview on #7FBCA7 background

This text has white color on #7FBCA7 background.