COLOR #7FC5BD

HEX: #7FC5BD
RGB: (127,197,189)

Color info

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

RGB color model

#7FC5BD color RGB value is (127,197,189).

  • red value is 127;
  • green value is 197;
  • blue value is 189.
RGB:
(127,197,189)
(50%,77%,74%)

RGB channels and saturation

R 127 of 255 = 50%
G 197 of 255 = 77%
B 189 of 255 = 74%

127
197
189

R + G + B ~ 67%. #7FC5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 197 + 189 = 513 (100%)
R 127 of 513 ~ 24.76%
G 197 of 513 ~ 38.4%
B 189 of 513 ~ 36.84%

%24.76
%38.4
%36.84

CMYK color model

#7FC5BD color CMYK value is (36,0,4,23).

  • cyan value is 35.53%
  • magenta value is 0.00%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(36,0,4,23)
C36M0Y4K23 
(36%,0%,4%,23%)
(0.36/0.00/0.04/0.23)	

CMYK percentages

%35.53
%0
%4.06
%22.75

Codes

Color #7FC5BD in popluar color models

7FC5BD
RGB127197189
HSL173°37.63%63.53%
HSB/HSV173°35.53%77.25%
CMYK35.53%0.00%4.06%
22.75%

Color #7FC5BD in popluar number systems.

HEX7FC5BD
Decimal127197189
Binary11111111100010110111101
Octal177305275

Shades and tints

Shades of #7FC5BD

#7FC5BD
(127,197,189)
#74B4AC
(116,180,172)
#69A39B
(105,163,155)
#5E928A
(94,146,138)
#538179
(83,129,121)
#487068
(72,112,104)
#3D5F57
(61,95,87)
#324E46
(50,78,70)
#273D35
(39,61,53)
#1C2C24
(28,44,36)
#111B13
(17,27,19)
#000000
(0,0,0)

Tints of #7FC5BD

#7FC5BD
(127,197,189)
#8ACAC3
(138,202,195)
#95CFC9
(149,207,201)
#A0D4CF
(160,212,207)
#ABD9D5
(171,217,213)
#B6DEDB
(182,222,219)
#C1E3E1
(193,227,225)
#CCE8E7
(204,232,231)
#D7EDED
(215,237,237)
#E2F2F3
(226,242,243)
#EDF7F9
(237,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FC5BD color. Also use rgb(127,197,189) instead hex code.

Text Font Color

.myTextColor { color: #7FC5BD; }

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

This text font color is #7FC5BD.


Background Color

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

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

This div background color is #7FC5BD.


Border color

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

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

This div border color is #7FC5BD.


Opacity

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

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

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

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

This text has shadow with #7FC5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FC5BD on black background.


Color preview on white background

This text has color #7FC5BD on white background.



Black color preview on #7FC5BD background

This text has black color on #7FC5BD background.


White color preview on #7FC5BD background

This text has white color on #7FC5BD background.