COLOR #7FBEBC

HEX: #7FBEBC
RGB: (127,190,188)

Color info

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

RGB color model

#7FBEBC color RGB value is (127,190,188).

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

RGB channels and saturation

R 127 of 255 = 50%
G 190 of 255 = 75%
B 188 of 255 = 74%

127
190
188

R + G + B ~ 66%. #7FBEBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 190 + 188 = 505 (100%)
R 127 of 505 ~ 25.15%
G 190 of 505 ~ 37.62%
B 188 of 505 ~ 37.23%

%25.15
%37.62
%37.23

CMYK color model

#7FBEBC color CMYK value is (33,0,1,25).

  • cyan value is 33.16%
  • magenta value is 0.00%
  • yellow value is 1.05%
  • key color value is 25.49%
CMYK:
(33,0,1,25)
C33M0Y1K25 
(33%,0%,1%,25%)
(0.33/0.00/0.01/0.25)	

CMYK percentages

%33.16
%0
%1.05
%25.49

Codes

Color #7FBEBC in popluar color models

7FBEBC
RGB127190188
HSL178°32.64%62.16%
HSB/HSV178°33.16%74.51%
CMYK33.16%0.00%1.05%
25.49%

Color #7FBEBC in popluar number systems.

HEX7FBEBC
Decimal127190188
Binary11111111011111010111100
Octal177276274

Shades and tints

Shades of #7FBEBC

#7FBEBC
(127,190,188)
#74ADAB
(116,173,171)
#699C9A
(105,156,154)
#5E8B89
(94,139,137)
#537A78
(83,122,120)
#486967
(72,105,103)
#3D5856
(61,88,86)
#324745
(50,71,69)
#273634
(39,54,52)
#1C2523
(28,37,35)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #7FBEBC

#7FBEBC
(127,190,188)
#8AC3C2
(138,195,194)
#95C8C8
(149,200,200)
#A0CDCE
(160,205,206)
#ABD2D4
(171,210,212)
#B6D7DA
(182,215,218)
#C1DCE0
(193,220,224)
#CCE1E6
(204,225,230)
#D7E6EC
(215,230,236)
#E2EBF2
(226,235,242)
#EDF0F8
(237,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBEBC; }

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

This text font color is #7FBEBC.


Background Color

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

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

This div background color is #7FBEBC.


Border color

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

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

This div border color is #7FBEBC.


Opacity

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

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

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

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

This text has shadow with #7FBEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBEBC on black background.


Color preview on white background

This text has color #7FBEBC on white background.



Black color preview on #7FBEBC background

This text has black color on #7FBEBC background.


White color preview on #7FBEBC background

This text has white color on #7FBEBC background.