COLOR #7FBBA0

HEX: #7FBBA0
RGB: (127,187,160)

Color info

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

RGB color model

#7FBBA0 color RGB value is (127,187,160).

  • red value is 127;
  • green value is 187;
  • blue value is 160.
RGB:
(127,187,160)
(50%,73%,63%)

RGB channels and saturation

R 127 of 255 = 50%
G 187 of 255 = 73%
B 160 of 255 = 63%

127
187
160

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

Portions of RGB colors in percentages

R + G + B =
127 + 187 + 160 = 474 (100%)
R 127 of 474 ~ 26.79%
G 187 of 474 ~ 39.45%
B 160 of 474 ~ 33.76%

%26.79
%39.45
%33.76

CMYK color model

#7FBBA0 color CMYK value is (32,0,14,27).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%
CMYK:
(32,0,14,27)
C32M0Y14K27 
(32%,0%,14%,27%)
(0.32/0.00/0.14/0.27)	

CMYK percentages

%32.09
%0
%14.44
%26.67

Codes

Color #7FBBA0 in popluar color models

7FBBA0
RGB127187160
HSL153°30.61%61.57%
HSB/HSV153°32.09%73.33%
CMYK32.09%0.00%14.44%
26.67%

Color #7FBBA0 in popluar number systems.

HEX7FBBA0
Decimal127187160
Binary11111111011101110100000
Octal177273240

Shades and tints

Shades of #7FBBA0

#7FBBA0
(127,187,160)
#74AA92
(116,170,146)
#699984
(105,153,132)
#5E8876
(94,136,118)
#537768
(83,119,104)
#48665A
(72,102,90)
#3D554C
(61,85,76)
#32443E
(50,68,62)
#273330
(39,51,48)
#1C2222
(28,34,34)
#111114
(17,17,20)
#000000
(0,0,0)

Tints of #7FBBA0

#7FBBA0
(127,187,160)
#8AC1A8
(138,193,168)
#95C7B0
(149,199,176)
#A0CDB8
(160,205,184)
#ABD3C0
(171,211,192)
#B6D9C8
(182,217,200)
#C1DFD0
(193,223,208)
#CCE5D8
(204,229,216)
#D7EBE0
(215,235,224)
#E2F1E8
(226,241,232)
#EDF7F0
(237,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBBA0 color. Also use rgb(127,187,160) instead hex code.

Text Font Color

.myTextColor { color: #7FBBA0; }

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

This text font color is #7FBBA0.


Background Color

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

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

This div background color is #7FBBA0.


Border color

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

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

This div border color is #7FBBA0.


Opacity

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

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

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

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

This text has shadow with #7FBBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBBA0 on black background.


Color preview on white background

This text has color #7FBBA0 on white background.



Black color preview on #7FBBA0 background

This text has black color on #7FBBA0 background.


White color preview on #7FBBA0 background

This text has white color on #7FBBA0 background.