COLOR #7FBCB2

HEX: #7FBCB2 RGB: (127,188,178)

Color info

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

RGB color model

#7FBCB2 color RGB value is (127,188,178).

RGB: (127,188,178) (50%, 74%, 70%)

RGB channels and saturation

R 127 of 255 = 50%
G 188 of 255 = 74%
B 178 of 255 = 70%

127
188
178

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

Portions of RGB colors in percentages

R + G + B = 127 + 188 + 178 = 493 (100%)
R 127 of 493 ~ 25.76%
G 188 of 493 ~ 38.13%
B 178 of 493 ~ 36.11'%

%25.76
%38.13
%36.11

CMYK color model

#7FBCB2 color CMYK value is (32,0,5,26).

  • cyan value is 32.45%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 26.27%

CMYK: (32,0,5,26)
C32M0Y5K26 (32%, 0%, 5%, 26%)
(0.32 / 0.00 / 0.05 / 0.26)

CMYK percentages

%32.45
%0
%5.32
%26.27

Codes

Color #7FBCB2 in popluar color models

7F BC B2
RGB 127 188 178
HSL 170° 31.28% 61.76%
HSB/HSV 170° 32.45% 73.73%
CMYK 32.45% 0.00% 5.32%
26.27%

Color #7FBCB2 in popluar number systems.

HEX 7F BC B2
Decimal 127 188 178
Binary 1111111 10111100 10110010
Octal 177 274 262

Shades and tints

Shades of #7FBCB2

#7FBCB2
(127,188,178)
#74ABA2
(116,171,162)
#699A92
(105,154,146)
#5E8982
(94,137,130)
#537872
(83,120,114)
#486762
(72,103,98)
#3D5652
(61,86,82)
#324542
(50,69,66)
#273432
(39,52,50)
#1C2322
(28,35,34)
#111212
(17,18,18)
#000000
(0,0,0)

Tints of #7FBCB2

#7FBCB2
(127,188,178)
#8AC2B9
(138,194,185)
#95C8C0
(149,200,192)
#A0CEC7
(160,206,199)
#ABD4CE
(171,212,206)
#B6DAD5
(182,218,213)
#C1E0DC
(193,224,220)
#CCE6E3
(204,230,227)
#D7ECEA
(215,236,234)
#E2F2F1
(226,242,241)
#EDF8F8
(237,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBCB2; }

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

This text font color is #7FBCB2.

Background Color

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

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

This div background color is #7FBCB2.

Border color

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

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

This div border color is #7FBCB2.

Opacity

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

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

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

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

This text has shadow with #7FBCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBCB2.

Preview

Color preview on black background

This text has color #7FBCB2 on black background.


Color preview on white background

This text has color #7FBCB2 on white background.


Black color preview on #7FBCB2 background

This text has black color on #7FBCB2 background.


White color preview on #7FBCB2 background

This text has white color on #7FBCB2 background.


Related colors

Complementary color

Complementary color for #hex is #80434D.


I love getcolorcode.com

Triadic colors

1 #B27FBC and #BCB27F with #7FBCB2 are triadic colors.

2 #B2BC7F and #BC7FB2 with #7FBCB2 are triadic colors.