COLOR #7FB3AD

HEX: #7FB3AD
RGB: (127,179,173)

Color info

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

RGB color model

#7FB3AD color RGB value is (127,179,173).

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

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 173 of 255 = 68%

127
179
173

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

Portions of RGB colors in percentages

R + G + B =
127 + 179 + 173 = 479 (100%)
R 127 of 479 ~ 26.51%
G 179 of 479 ~ 37.37%
B 173 of 479 ~ 36.12%

%26.51
%37.37
%36.12

CMYK color model

#7FB3AD color CMYK value is (29,0,3,30).

  • cyan value is 29.05%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 29.80%
CMYK:
(29,0,3,30)
C29M0Y3K30 
(29%,0%,3%,30%)
(0.29/0.00/0.03/0.30)	

CMYK percentages

%29.05
%0
%3.35
%29.8

Codes

Color #7FB3AD in popluar color models

7FB3AD
RGB127179173
HSL173°25.49%60.00%
HSB/HSV173°29.05%70.20%
CMYK29.05%0.00%3.35%
29.80%

Color #7FB3AD in popluar number systems.

HEX7FB3AD
Decimal127179173
Binary11111111011001110101101
Octal177263255

Shades and tints

Shades of #7FB3AD

#7FB3AD
(127,179,173)
#74A39E
(116,163,158)
#69938F
(105,147,143)
#5E8380
(94,131,128)
#537371
(83,115,113)
#486362
(72,99,98)
#3D5353
(61,83,83)
#324344
(50,67,68)
#273335
(39,51,53)
#1C2326
(28,35,38)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7FB3AD

#7FB3AD
(127,179,173)
#8AB9B4
(138,185,180)
#95BFBB
(149,191,187)
#A0C5C2
(160,197,194)
#ABCBC9
(171,203,201)
#B6D1D0
(182,209,208)
#C1D7D7
(193,215,215)
#CCDDDE
(204,221,222)
#D7E3E5
(215,227,229)
#E2E9EC
(226,233,236)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB3AD; }

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

This text font color is #7FB3AD.


Background Color

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

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

This div background color is #7FB3AD.


Border color

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

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

This div border color is #7FB3AD.


Opacity

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

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

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

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

This text has shadow with #7FB3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB3AD on black background.


Color preview on white background

This text has color #7FB3AD on white background.



Black color preview on #7FB3AD background

This text has black color on #7FB3AD background.


White color preview on #7FB3AD background

This text has white color on #7FB3AD background.