COLOR #7FBCA1

HEX: #7FBCA1
RGB: (127,188,161)

Color info

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

RGB color model

#7FBCA1 color RGB value is (127,188,161).

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

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 161 of 255 = 63%

127
188
161

R + G + B ~ 62%. #7FBCA1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 188 + 161 = 476 (100%)
R 127 of 476 ~ 26.68%
G 188 of 476 ~ 39.5%
B 161 of 476 ~ 33.82%

%26.68
%39.5
%33.82

CMYK color model

#7FBCA1 color CMYK value is (32,0,14,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 26.27%
CMYK:
(32,0,14,26)
C32M0Y14K26 
(32%,0%,14%,26%)
(0.32/0.00/0.14/0.26)	

CMYK percentages

%32.45
%0
%14.36
%26.27

Codes

Color #7FBCA1 in popluar color models

7FBCA1
RGB127188161
HSL153°31.28%61.76%
HSB/HSV153°32.45%73.73%
CMYK32.45%0.00%14.36%
26.27%

Color #7FBCA1 in popluar number systems.

HEX7FBCA1
Decimal127188161
Binary11111111011110010100001
Octal177274241

Shades and tints

Shades of #7FBCA1

#7FBCA1
(127,188,161)
#74AB93
(116,171,147)
#699A85
(105,154,133)
#5E8977
(94,137,119)
#537869
(83,120,105)
#48675B
(72,103,91)
#3D564D
(61,86,77)
#32453F
(50,69,63)
#273431
(39,52,49)
#1C2323
(28,35,35)
#111215
(17,18,21)
#000000
(0,0,0)

Tints of #7FBCA1

#7FBCA1
(127,188,161)
#8AC2A9
(138,194,169)
#95C8B1
(149,200,177)
#A0CEB9
(160,206,185)
#ABD4C1
(171,212,193)
#B6DAC9
(182,218,201)
#C1E0D1
(193,224,209)
#CCE6D9
(204,230,217)
#D7ECE1
(215,236,225)
#E2F2E9
(226,242,233)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBCA1; }

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

This text font color is #7FBCA1.


Background Color

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

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

This div background color is #7FBCA1.


Border color

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

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

This div border color is #7FBCA1.


Opacity

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

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

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

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

This text has shadow with #7FBCA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBCA1 on black background.


Color preview on white background

This text has color #7FBCA1 on white background.



Black color preview on #7FBCA1 background

This text has black color on #7FBCA1 background.


White color preview on #7FBCA1 background

This text has white color on #7FBCA1 background.