COLOR #7FBCAD

HEX: #7FBCAD
RGB: (127,188,173)

Color info

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

RGB color model

#7FBCAD color RGB value is (127,188,173).

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

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 173 of 255 = 68%

127
188
173

R + G + B ~ 64%. #7FBCAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 188 + 173 = 488 (100%)
R 127 of 488 ~ 26.02%
G 188 of 488 ~ 38.52%
B 173 of 488 ~ 35.45%

%26.02
%38.52
%35.45

CMYK color model

#7FBCAD color CMYK value is (32,0,8,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 26.27%
CMYK:
(32,0,8,26)
C32M0Y8K26 
(32%,0%,8%,26%)
(0.32/0.00/0.08/0.26)	

CMYK percentages

%32.45
%0
%7.98
%26.27

Codes

Color #7FBCAD in popluar color models

7FBCAD
RGB127188173
HSL165°31.28%61.76%
HSB/HSV165°32.45%73.73%
CMYK32.45%0.00%7.98%
26.27%

Color #7FBCAD in popluar number systems.

HEX7FBCAD
Decimal127188173
Binary11111111011110010101101
Octal177274255

Shades and tints

Shades of #7FBCAD

#7FBCAD
(127,188,173)
#74AB9E
(116,171,158)
#699A8F
(105,154,143)
#5E8980
(94,137,128)
#537871
(83,120,113)
#486762
(72,103,98)
#3D5653
(61,86,83)
#324544
(50,69,68)
#273435
(39,52,53)
#1C2326
(28,35,38)
#111217
(17,18,23)
#000000
(0,0,0)

Tints of #7FBCAD

#7FBCAD
(127,188,173)
#8AC2B4
(138,194,180)
#95C8BB
(149,200,187)
#A0CEC2
(160,206,194)
#ABD4C9
(171,212,201)
#B6DAD0
(182,218,208)
#C1E0D7
(193,224,215)
#CCE6DE
(204,230,222)
#D7ECE5
(215,236,229)
#E2F2EC
(226,242,236)
#EDF8F3
(237,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBCAD; }

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

This text font color is #7FBCAD.


Background Color

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

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

This div background color is #7FBCAD.


Border color

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

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

This div border color is #7FBCAD.


Opacity

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

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

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

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

This text has shadow with #7FBCAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBCAD on black background.


Color preview on white background

This text has color #7FBCAD on white background.



Black color preview on #7FBCAD background

This text has black color on #7FBCAD background.


White color preview on #7FBCAD background

This text has white color on #7FBCAD background.