COLOR #7FB0BB

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

Color info

#7FB0BB contains mainly green and blue colors. Web safe color of #7FB0BB is #6699CC (or #69C).

RGB color model

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

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

RGB channels and saturation

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

127
176
187

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

Portions of RGB colors in percentages

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

%25.92
%35.92
%38.16

CMYK color model

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

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

CMYK percentages

%32.09
%5.88
%0
%26.67

Codes

Color #7FB0BB in popluar color models

7FB0BB
RGB127176187
HSL191°30.61%61.57%
HSB/HSV191°32.09%73.33%
CMYK32.09%5.88%0.00%
26.67%

Color #7FB0BB in popluar number systems.

HEX7FB0BB
Decimal127176187
Binary11111111011000010111011
Octal177260273

Shades and tints

Shades of #7FB0BB

#7FB0BB
(127,176,187)
#74A0AA
(116,160,170)
#699099
(105,144,153)
#5E8088
(94,128,136)
#537077
(83,112,119)
#486066
(72,96,102)
#3D5055
(61,80,85)
#324044
(50,64,68)
#273033
(39,48,51)
#1C2022
(28,32,34)
#111011
(17,16,17)
#000000
(0,0,0)

Tints of #7FB0BB

#7FB0BB
(127,176,187)
#8AB7C1
(138,183,193)
#95BEC7
(149,190,199)
#A0C5CD
(160,197,205)
#ABCCD3
(171,204,211)
#B6D3D9
(182,211,217)
#C1DADF
(193,218,223)
#CCE1E5
(204,225,229)
#D7E8EB
(215,232,235)
#E2EFF1
(226,239,241)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB0BB; }

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

This text font color is #7FB0BB.


Background Color

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

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

This div background color is #7FB0BB.


Border color

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

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

This div border color is #7FB0BB.


Opacity

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

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

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

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

This text has shadow with #7FB0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB0BB on black background.


Color preview on white background

This text has color #7FB0BB on white background.



Black color preview on #7FB0BB background

This text has black color on #7FB0BB background.


White color preview on #7FB0BB background

This text has white color on #7FB0BB background.