COLOR #7FB3BA

HEX: #7FB3BA
RGB: (127,179,186)

Color info

#7FB3BA contains red, green and blue colors in about the same proportion. Web safe color of #7FB3BA is #6699CC (or #69C).

RGB color model

#7FB3BA color RGB value is (127,179,186).

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

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 186 of 255 = 73%

127
179
186

R + G + B ~ 64%. #7FB3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 179 + 186 = 492 (100%)
R 127 of 492 ~ 25.81%
G 179 of 492 ~ 36.38%
B 186 of 492 ~ 37.8%

%25.81
%36.38
%37.8

CMYK color model

#7FB3BA color CMYK value is (32,4,0,27).

  • cyan value is 31.72%
  • magenta value is 3.76%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,4,0,27)
C32M4Y0K27 
(32%,4%,0%,27%)
(0.32/0.04/0.00/0.27)	

CMYK percentages

%31.72
%3.76
%0
%27.06

Codes

Color #7FB3BA in popluar color models

7FB3BA
RGB127179186
HSL187°29.95%61.37%
HSB/HSV187°31.72%72.94%
CMYK31.72%3.76%0.00%
27.06%

Color #7FB3BA in popluar number systems.

HEX7FB3BA
Decimal127179186
Binary11111111011001110111010
Octal177263272

Shades and tints

Shades of #7FB3BA

#7FB3BA
(127,179,186)
#74A3AA
(116,163,170)
#69939A
(105,147,154)
#5E838A
(94,131,138)
#53737A
(83,115,122)
#48636A
(72,99,106)
#3D535A
(61,83,90)
#32434A
(50,67,74)
#27333A
(39,51,58)
#1C232A
(28,35,42)
#11131A
(17,19,26)
#000000
(0,0,0)

Tints of #7FB3BA

#7FB3BA
(127,179,186)
#8AB9C0
(138,185,192)
#95BFC6
(149,191,198)
#A0C5CC
(160,197,204)
#ABCBD2
(171,203,210)
#B6D1D8
(182,209,216)
#C1D7DE
(193,215,222)
#CCDDE4
(204,221,228)
#D7E3EA
(215,227,234)
#E2E9F0
(226,233,240)
#EDEFF6
(237,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB3BA; }

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

This text font color is #7FB3BA.


Background Color

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

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

This div background color is #7FB3BA.


Border color

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

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

This div border color is #7FB3BA.


Opacity

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

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

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

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

This text has shadow with #7FB3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB3BA on black background.


Color preview on white background

This text has color #7FB3BA on white background.



Black color preview on #7FB3BA background

This text has black color on #7FB3BA background.


White color preview on #7FB3BA background

This text has white color on #7FB3BA background.