COLOR #7FBAB4

HEX: #7FBAB4
RGB: (127,186,180)

Color info

#7FBAB4 contains red, green and blue colors in about the same proportion. Web safe color of #7FBAB4 is #66CCCC (or #6CC).

RGB color model

#7FBAB4 color RGB value is (127,186,180).

  • red value is 127;
  • green value is 186;
  • blue value is 180.
RGB:
(127,186,180)
(50%,73%,71%)

RGB channels and saturation

R 127 of 255 = 50%
G 186 of 255 = 73%
B 180 of 255 = 71%

127
186
180

R + G + B ~ 65%. #7FBAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 186 + 180 = 493 (100%)
R 127 of 493 ~ 25.76%
G 186 of 493 ~ 37.73%
B 180 of 493 ~ 36.51%

%25.76
%37.73
%36.51

CMYK color model

#7FBAB4 color CMYK value is (32,0,3,27).

  • cyan value is 31.72%
  • magenta value is 0.00%
  • yellow value is 3.23%
  • key color value is 27.06%
CMYK:
(32,0,3,27)
C32M0Y3K27 
(32%,0%,3%,27%)
(0.32/0.00/0.03/0.27)	

CMYK percentages

%31.72
%0
%3.23
%27.06

Codes

Color #7FBAB4 in popluar color models

7FBAB4
RGB127186180
HSL174°29.95%61.37%
HSB/HSV174°31.72%72.94%
CMYK31.72%0.00%3.23%
27.06%

Color #7FBAB4 in popluar number systems.

HEX7FBAB4
Decimal127186180
Binary11111111011101010110100
Octal177272264

Shades and tints

Shades of #7FBAB4

#7FBAB4
(127,186,180)
#74AAA4
(116,170,164)
#699A94
(105,154,148)
#5E8A84
(94,138,132)
#537A74
(83,122,116)
#486A64
(72,106,100)
#3D5A54
(61,90,84)
#324A44
(50,74,68)
#273A34
(39,58,52)
#1C2A24
(28,42,36)
#111A14
(17,26,20)
#000000
(0,0,0)

Tints of #7FBAB4

#7FBAB4
(127,186,180)
#8AC0BA
(138,192,186)
#95C6C0
(149,198,192)
#A0CCC6
(160,204,198)
#ABD2CC
(171,210,204)
#B6D8D2
(182,216,210)
#C1DED8
(193,222,216)
#CCE4DE
(204,228,222)
#D7EAE4
(215,234,228)
#E2F0EA
(226,240,234)
#EDF6F0
(237,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBAB4 color. Also use rgb(127,186,180) instead hex code.

Text Font Color

.myTextColor { color: #7FBAB4; }

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

This text font color is #7FBAB4.


Background Color

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

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

This div background color is #7FBAB4.


Border color

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

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

This div border color is #7FBAB4.


Opacity

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

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

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

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

This text has shadow with #7FBAB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBAB4 on black background.


Color preview on white background

This text has color #7FBAB4 on white background.



Black color preview on #7FBAB4 background

This text has black color on #7FBAB4 background.


White color preview on #7FBAB4 background

This text has white color on #7FBAB4 background.