COLOR #7FB0CF

HEX: #7FB0CF RGB: (127,176,207)

Color info

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

RGB color model

#7FB0CF color RGB value is (127,176,207).

RGB: (127,176,207) (50%, 69%, 81%)

RGB channels and saturation

R 127 of 255 = 50%
G 176 of 255 = 69%
B 207 of 255 = 81%

127
176
207

R + G + B ~ 67%. #7FB0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 176 + 207 = 510 (100%)
R 127 of 510 ~ 24.9%
G 176 of 510 ~ 34.51%
B 207 of 510 ~ 40.59'%

%24.9
%34.51
%40.59

CMYK color model

#7FB0CF color CMYK value is (39,15,0,19).

  • cyan value is 38.65%
  • magenta value is 14.98%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (39,15,0,19) C39M15Y0K19 (39%,15%,0%,19%) (0.39/0.15/0.00/0.19) 

CMYK percentages

%38.65
%14.98
%0
%18.82

Codes

Color #7FB0CF in popluar color models

7F B0 CF
RGB 127 176 207
HSL 203° 45.45% 65.49%
HSB/HSV 203° 38.65% 81.18%
CMYK 38.65% 14.98% 0.00%
18.82%

Color #7FB0CF in popluar number systems.

HEX 7F B0 CF
Decimal 127 176 207
Binary 1111111 10110000 11001111
Octal 177 260 317

Shades and tints

Shades of #7FB0CF

#7FB0CF
(127,176,207)
#74A0BD
(116,160,189)
#6990AB
(105,144,171)
#5E8099
(94,128,153)
#537087
(83,112,135)
#486075
(72,96,117)
#3D5063
(61,80,99)
#324051
(50,64,81)
#27303F
(39,48,63)
#1C202D
(28,32,45)
#11101B
(17,16,27)
#000000
(0,0,0)

Tints of #7FB0CF

#7FB0CF
(127,176,207)
#8AB7D3
(138,183,211)
#95BED7
(149,190,215)
#A0C5DB
(160,197,219)
#ABCCDF
(171,204,223)
#B6D3E3
(182,211,227)
#C1DAE7
(193,218,231)
#CCE1EB
(204,225,235)
#D7E8EF
(215,232,239)
#E2EFF3
(226,239,243)
#EDF6F7
(237,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB0CF; }

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

This text font color is #7FB0CF.

Background Color

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

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

This div background color is #7FB0CF.

Border color

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

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

This div border color is #7FB0CF.

Opacity

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

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

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

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

This text has shadow with #7FB0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB0CF.

Preview

Color preview on black background

This text has color #7FB0CF on black background.


Color preview on white background

This text has color #7FB0CF on white background.


Black color preview on #7FB0CF background

This text has black color on #7FB0CF background.


White color preview on #7FB0CF background

This text has white color on #7FB0CF background.


Related colors

Complementary color

Complementary color for #hex is #804F30.


I love getcolorcode.com

Triadic colors

1 #CF7FB0 and #B0CF7F with #7FB0CF are triadic colors.

2 #CFB07F and #B07FCF with #7FB0CF are triadic colors.