COLOR #7FB0A1

HEX: #7FB0A1
RGB: (127,176,161)

Color info

#7FB0A1 contains red, green and blue colors in about the same proportion. Web safe color of #7FB0A1 is #669999 (or #699).

RGB color model

#7FB0A1 color RGB value is (127,176,161).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 161 of 255 = 63%

127
176
161

R + G + B ~ 61%. #7FB0A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 161 = 464 (100%)
R 127 of 464 ~ 27.37%
G 176 of 464 ~ 37.93%
B 161 of 464 ~ 34.7%

%27.37
%37.93
%34.7

CMYK color model

#7FB0A1 color CMYK value is (28,0,9,31).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 8.52%
  • key color value is 30.98%
CMYK:
(28,0,9,31)
C28M0Y9K31 
(28%,0%,9%,31%)
(0.28/0.00/0.09/0.31)	

CMYK percentages

%27.84
%0
%8.52
%30.98

Codes

Color #7FB0A1 in popluar color models

7FB0A1
RGB127176161
HSL162°23.67%59.41%
HSB/HSV162°27.84%69.02%
CMYK27.84%0.00%8.52%
30.98%

Color #7FB0A1 in popluar number systems.

HEX7FB0A1
Decimal127176161
Binary11111111011000010100001
Octal177260241

Shades and tints

Shades of #7FB0A1

#7FB0A1
(127,176,161)
#74A093
(116,160,147)
#699085
(105,144,133)
#5E8077
(94,128,119)
#537069
(83,112,105)
#48605B
(72,96,91)
#3D504D
(61,80,77)
#32403F
(50,64,63)
#273031
(39,48,49)
#1C2023
(28,32,35)
#111015
(17,16,21)
#000000
(0,0,0)

Tints of #7FB0A1

#7FB0A1
(127,176,161)
#8AB7A9
(138,183,169)
#95BEB1
(149,190,177)
#A0C5B9
(160,197,185)
#ABCCC1
(171,204,193)
#B6D3C9
(182,211,201)
#C1DAD1
(193,218,209)
#CCE1D9
(204,225,217)
#D7E8E1
(215,232,225)
#E2EFE9
(226,239,233)
#EDF6F1
(237,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB0A1; }

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

This text font color is #7FB0A1.


Background Color

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

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

This div background color is #7FB0A1.


Border color

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

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

This div border color is #7FB0A1.


Opacity

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

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

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

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

This text has shadow with #7FB0A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB0A1 on black background.


Color preview on white background

This text has color #7FB0A1 on white background.



Black color preview on #7FB0A1 background

This text has black color on #7FB0A1 background.


White color preview on #7FB0A1 background

This text has white color on #7FB0A1 background.