COLOR #7FBEAF

HEX: #7FBEAF
RGB: (127,190,175)

Color info

#7FBEAF contains mainly green and blue colors. Web safe color of #7FBEAF is #66CC99 (or #6C9).

RGB color model

#7FBEAF color RGB value is (127,190,175).

  • red value is 127;
  • green value is 190;
  • blue value is 175.
RGB:
(127,190,175)
(50%,75%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 175 of 255 = 69%

127
190
175

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

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 175 = 492 (100%)
R 127 of 492 ~ 25.81%
G 190 of 492 ~ 38.62%
B 175 of 492 ~ 35.57%

%25.81
%38.62
%35.57

CMYK color model

#7FBEAF color CMYK value is (33,0,8,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 7.89%
  • key color value is 25.49%
CMYK:
(33,0,8,25)
C33M0Y8K25 
(33%,0%,8%,25%)
(0.33/0.00/0.08/0.25)	

CMYK percentages

%33.16
%0
%7.89
%25.49

Codes

Color #7FBEAF in popluar color models

7FBEAF
RGB127190175
HSL166°32.64%62.16%
HSB/HSV166°33.16%74.51%
CMYK33.16%0.00%7.89%
25.49%

Color #7FBEAF in popluar number systems.

HEX7FBEAF
Decimal127190175
Binary11111111011111010101111
Octal177276257

Shades and tints

Shades of #7FBEAF

#7FBEAF
(127,190,175)
#74ADA0
(116,173,160)
#699C91
(105,156,145)
#5E8B82
(94,139,130)
#537A73
(83,122,115)
#486964
(72,105,100)
#3D5855
(61,88,85)
#324746
(50,71,70)
#273637
(39,54,55)
#1C2528
(28,37,40)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #7FBEAF

#7FBEAF
(127,190,175)
#8AC3B6
(138,195,182)
#95C8BD
(149,200,189)
#A0CDC4
(160,205,196)
#ABD2CB
(171,210,203)
#B6D7D2
(182,215,210)
#C1DCD9
(193,220,217)
#CCE1E0
(204,225,224)
#D7E6E7
(215,230,231)
#E2EBEE
(226,235,238)
#EDF0F5
(237,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBEAF color. Also use rgb(127,190,175) instead hex code.

Text Font Color

.myTextColor { color: #7FBEAF; }

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

This text font color is #7FBEAF.


Background Color

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

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

This div background color is #7FBEAF.


Border color

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

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

This div border color is #7FBEAF.


Opacity

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

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

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

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

This text has shadow with #7FBEAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBEAF on black background.


Color preview on white background

This text has color #7FBEAF on white background.



Black color preview on #7FBEAF background

This text has black color on #7FBEAF background.


White color preview on #7FBEAF background

This text has white color on #7FBEAF background.