COLOR #7FBBA8

HEX: #7FBBA8
RGB: (127,187,168)

Color info

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

RGB color model

#7FBBA8 color RGB value is (127,187,168).

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

RGB channels and saturation

R 127 of 255 = 50%
G 187 of 255 = 73%
B 168 of 255 = 66%

127
187
168

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

Portions of RGB colors in percentages

R + G + B =
127 + 187 + 168 = 482 (100%)
R 127 of 482 ~ 26.35%
G 187 of 482 ~ 38.8%
B 168 of 482 ~ 34.85%

%26.35
%38.8
%34.85

CMYK color model

#7FBBA8 color CMYK value is (32,0,10,27).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 10.16%
  • key color value is 26.67%
CMYK:
(32,0,10,27)
C32M0Y10K27 
(32%,0%,10%,27%)
(0.32/0.00/0.10/0.27)	

CMYK percentages

%32.09
%0
%10.16
%26.67

Codes

Color #7FBBA8 in popluar color models

7FBBA8
RGB127187168
HSL161°30.61%61.57%
HSB/HSV161°32.09%73.33%
CMYK32.09%0.00%10.16%
26.67%

Color #7FBBA8 in popluar number systems.

HEX7FBBA8
Decimal127187168
Binary11111111011101110101000
Octal177273250

Shades and tints

Shades of #7FBBA8

#7FBBA8
(127,187,168)
#74AA99
(116,170,153)
#69998A
(105,153,138)
#5E887B
(94,136,123)
#53776C
(83,119,108)
#48665D
(72,102,93)
#3D554E
(61,85,78)
#32443F
(50,68,63)
#273330
(39,51,48)
#1C2221
(28,34,33)
#111112
(17,17,18)
#000000
(0,0,0)

Tints of #7FBBA8

#7FBBA8
(127,187,168)
#8AC1AF
(138,193,175)
#95C7B6
(149,199,182)
#A0CDBD
(160,205,189)
#ABD3C4
(171,211,196)
#B6D9CB
(182,217,203)
#C1DFD2
(193,223,210)
#CCE5D9
(204,229,217)
#D7EBE0
(215,235,224)
#E2F1E7
(226,241,231)
#EDF7EE
(237,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBBA8; }

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

This text font color is #7FBBA8.


Background Color

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

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

This div background color is #7FBBA8.


Border color

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

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

This div border color is #7FBBA8.


Opacity

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

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

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

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

This text has shadow with #7FBBA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBBA8 on black background.


Color preview on white background

This text has color #7FBBA8 on white background.



Black color preview on #7FBBA8 background

This text has black color on #7FBBA8 background.


White color preview on #7FBBA8 background

This text has white color on #7FBBA8 background.