COLOR #7FB5AD

HEX: #7FB5AD
RGB: (127,181,173)

Color info

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

RGB color model

#7FB5AD color RGB value is (127,181,173).

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

RGB channels and saturation

R 127 of 255 = 50%
G 181 of 255 = 71%
B 173 of 255 = 68%

127
181
173

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

Portions of RGB colors in percentages

R + G + B =
127 + 181 + 173 = 481 (100%)
R 127 of 481 ~ 26.4%
G 181 of 481 ~ 37.63%
B 173 of 481 ~ 35.97%

%26.4
%37.63
%35.97

CMYK color model

#7FB5AD color CMYK value is (30,0,4,29).

  • cyan value is 29.83%
  • magenta value is 0.00%
  • yellow value is 4.42%
  • key color value is 29.02%
CMYK:
(30,0,4,29)
C30M0Y4K29 
(30%,0%,4%,29%)
(0.30/0.00/0.04/0.29)	

CMYK percentages

%29.83
%0
%4.42
%29.02

Codes

Color #7FB5AD in popluar color models

7FB5AD
RGB127181173
HSL171°26.73%60.39%
HSB/HSV171°29.83%70.98%
CMYK29.83%0.00%4.42%
29.02%

Color #7FB5AD in popluar number systems.

HEX7FB5AD
Decimal127181173
Binary11111111011010110101101
Octal177265255

Shades and tints

Shades of #7FB5AD

#7FB5AD
(127,181,173)
#74A59E
(116,165,158)
#69958F
(105,149,143)
#5E8580
(94,133,128)
#537571
(83,117,113)
#486562
(72,101,98)
#3D5553
(61,85,83)
#324544
(50,69,68)
#273535
(39,53,53)
#1C2526
(28,37,38)
#111517
(17,21,23)
#000000
(0,0,0)

Tints of #7FB5AD

#7FB5AD
(127,181,173)
#8ABBB4
(138,187,180)
#95C1BB
(149,193,187)
#A0C7C2
(160,199,194)
#ABCDC9
(171,205,201)
#B6D3D0
(182,211,208)
#C1D9D7
(193,217,215)
#CCDFDE
(204,223,222)
#D7E5E5
(215,229,229)
#E2EBEC
(226,235,236)
#EDF1F3
(237,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB5AD; }

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

This text font color is #7FB5AD.


Background Color

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

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

This div background color is #7FB5AD.


Border color

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

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

This div border color is #7FB5AD.


Opacity

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

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

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

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

This text has shadow with #7FB5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB5AD on black background.


Color preview on white background

This text has color #7FB5AD on white background.



Black color preview on #7FB5AD background

This text has black color on #7FB5AD background.


White color preview on #7FB5AD background

This text has white color on #7FB5AD background.