COLOR #7FBEB6

HEX: #7FBEB6
RGB: (127,190,182)

Color info

#7FBEB6 contains mainly green and blue colors. Web safe color of #7FBEB6 is #66CCCC (or #6CC).

RGB color model

#7FBEB6 color RGB value is (127,190,182).

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

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 182 of 255 = 71%

127
190
182

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

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 182 = 499 (100%)
R 127 of 499 ~ 25.45%
G 190 of 499 ~ 38.08%
B 182 of 499 ~ 36.47%

%25.45
%38.08
%36.47

CMYK color model

#7FBEB6 color CMYK value is (33,0,4,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 4.21%
  • key color value is 25.49%
CMYK:
(33,0,4,25)
C33M0Y4K25 
(33%,0%,4%,25%)
(0.33/0.00/0.04/0.25)	

CMYK percentages

%33.16
%0
%4.21
%25.49

Codes

Color #7FBEB6 in popluar color models

7FBEB6
RGB127190182
HSL172°32.64%62.16%
HSB/HSV172°33.16%74.51%
CMYK33.16%0.00%4.21%
25.49%

Color #7FBEB6 in popluar number systems.

HEX7FBEB6
Decimal127190182
Binary11111111011111010110110
Octal177276266

Shades and tints

Shades of #7FBEB6

#7FBEB6
(127,190,182)
#74ADA6
(116,173,166)
#699C96
(105,156,150)
#5E8B86
(94,139,134)
#537A76
(83,122,118)
#486966
(72,105,102)
#3D5856
(61,88,86)
#324746
(50,71,70)
#273636
(39,54,54)
#1C2526
(28,37,38)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #7FBEB6

#7FBEB6
(127,190,182)
#8AC3BC
(138,195,188)
#95C8C2
(149,200,194)
#A0CDC8
(160,205,200)
#ABD2CE
(171,210,206)
#B6D7D4
(182,215,212)
#C1DCDA
(193,220,218)
#CCE1E0
(204,225,224)
#D7E6E6
(215,230,230)
#E2EBEC
(226,235,236)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBEB6; }

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

This text font color is #7FBEB6.


Background Color

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

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

This div background color is #7FBEB6.


Border color

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

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

This div border color is #7FBEB6.


Opacity

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

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

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

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

This text has shadow with #7FBEB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBEB6 on black background.


Color preview on white background

This text has color #7FBEB6 on white background.



Black color preview on #7FBEB6 background

This text has black color on #7FBEB6 background.


White color preview on #7FBEB6 background

This text has white color on #7FBEB6 background.