COLOR #7FBBB0

HEX: #7FBBB0
RGB: (127,187,176)

Color info

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

RGB color model

#7FBBB0 color RGB value is (127,187,176).

  • red value is 127;
  • green value is 187;
  • blue value is 176.
RGB:
(127,187,176)
(50%,73%,69%)

RGB channels and saturation

R 127 of 255 = 50%
G 187 of 255 = 73%
B 176 of 255 = 69%

127
187
176

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

Portions of RGB colors in percentages

R + G + B =
127 + 187 + 176 = 490 (100%)
R 127 of 490 ~ 25.92%
G 187 of 490 ~ 38.16%
B 176 of 490 ~ 35.92%

%25.92
%38.16
%35.92

CMYK color model

#7FBBB0 color CMYK value is (32,0,6,27).

  • cyan value is 32.09%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 26.67%
CMYK:
(32,0,6,27)
C32M0Y6K27 
(32%,0%,6%,27%)
(0.32/0.00/0.06/0.27)	

CMYK percentages

%32.09
%0
%5.88
%26.67

Codes

Color #7FBBB0 in popluar color models

7FBBB0
RGB127187176
HSL169°30.61%61.57%
HSB/HSV169°32.09%73.33%
CMYK32.09%0.00%5.88%
26.67%

Color #7FBBB0 in popluar number systems.

HEX7FBBB0
Decimal127187176
Binary11111111011101110110000
Octal177273260

Shades and tints

Shades of #7FBBB0

#7FBBB0
(127,187,176)
#74AAA0
(116,170,160)
#699990
(105,153,144)
#5E8880
(94,136,128)
#537770
(83,119,112)
#486660
(72,102,96)
#3D5550
(61,85,80)
#324440
(50,68,64)
#273330
(39,51,48)
#1C2220
(28,34,32)
#111110
(17,17,16)
#000000
(0,0,0)

Tints of #7FBBB0

#7FBBB0
(127,187,176)
#8AC1B7
(138,193,183)
#95C7BE
(149,199,190)
#A0CDC5
(160,205,197)
#ABD3CC
(171,211,204)
#B6D9D3
(182,217,211)
#C1DFDA
(193,223,218)
#CCE5E1
(204,229,225)
#D7EBE8
(215,235,232)
#E2F1EF
(226,241,239)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBBB0 color. Also use rgb(127,187,176) instead hex code.

Text Font Color

.myTextColor { color: #7FBBB0; }

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

This text font color is #7FBBB0.


Background Color

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

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

This div background color is #7FBBB0.


Border color

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

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

This div border color is #7FBBB0.


Opacity

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

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

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

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

This text has shadow with #7FBBB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBBB0 on black background.


Color preview on white background

This text has color #7FBBB0 on white background.



Black color preview on #7FBBB0 background

This text has black color on #7FBBB0 background.


White color preview on #7FBBB0 background

This text has white color on #7FBBB0 background.