COLOR #7FB0BD

HEX: #7FB0BD
RGB: (127,176,189)

Color info

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

RGB color model

#7FB0BD color RGB value is (127,176,189).

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

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 189 of 255 = 74%

127
176
189

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

Portions of RGB colors in percentages

R + G + B =
127 + 176 + 189 = 492 (100%)
R 127 of 492 ~ 25.81%
G 176 of 492 ~ 35.77%
B 189 of 492 ~ 38.41%

%25.81
%35.77
%38.41

CMYK color model

#7FB0BD color CMYK value is (33,7,0,26).

  • cyan value is 32.80%
  • magenta value is 6.88%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(33,7,0,26)
C33M7Y0K26 
(33%,7%,0%,26%)
(0.33/0.07/0.00/0.26)	

CMYK percentages

%32.8
%6.88
%0
%25.88

Codes

Color #7FB0BD in popluar color models

7FB0BD
RGB127176189
HSL193°31.96%61.96%
HSB/HSV193°32.80%74.12%
CMYK32.80%6.88%0.00%
25.88%

Color #7FB0BD in popluar number systems.

HEX7FB0BD
Decimal127176189
Binary11111111011000010111101
Octal177260275

Shades and tints

Shades of #7FB0BD

#7FB0BD
(127,176,189)
#74A0AC
(116,160,172)
#69909B
(105,144,155)
#5E808A
(94,128,138)
#537079
(83,112,121)
#486068
(72,96,104)
#3D5057
(61,80,87)
#324046
(50,64,70)
#273035
(39,48,53)
#1C2024
(28,32,36)
#111013
(17,16,19)
#000000
(0,0,0)

Tints of #7FB0BD

#7FB0BD
(127,176,189)
#8AB7C3
(138,183,195)
#95BEC9
(149,190,201)
#A0C5CF
(160,197,207)
#ABCCD5
(171,204,213)
#B6D3DB
(182,211,219)
#C1DAE1
(193,218,225)
#CCE1E7
(204,225,231)
#D7E8ED
(215,232,237)
#E2EFF3
(226,239,243)
#EDF6F9
(237,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB0BD; }

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

This text font color is #7FB0BD.


Background Color

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

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

This div background color is #7FB0BD.


Border color

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

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

This div border color is #7FB0BD.


Opacity

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

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

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

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

This text has shadow with #7FB0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB0BD on black background.


Color preview on white background

This text has color #7FB0BD on white background.



Black color preview on #7FB0BD background

This text has black color on #7FB0BD background.


White color preview on #7FB0BD background

This text has white color on #7FB0BD background.