COLOR #7FBFC9

HEX: #7FBFC9 RGB: (127,191,201)

Color info

#7FBFC9 contains mainly green and blue colors. Web safe color of #7FBFC9 is #66CCCC (or #6CC).

RGB color model

#7FBFC9 color RGB value is (127,191,201).

RGB: (127,191,201) (50%, 75%, 79%)

RGB channels and saturation

R 127 of 255 = 50%
G 191 of 255 = 75%
B 201 of 255 = 79%

127
191
201

R + G + B ~ 68%. #7FBFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 191 + 201 = 519 (100%)
R 127 of 519 ~ 24.47%
G 191 of 519 ~ 36.8%
B 201 of 519 ~ 38.73'%

%24.47
%36.8
%38.73

CMYK color model

#7FBFC9 color CMYK value is (37,5,0,21).

  • cyan value is 36.82%
  • magenta value is 4.98%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK: (37,5,0,21) C37M5Y0K21 (37%,5%,0%,21%) (0.37/0.05/0.00/0.21) 

CMYK percentages

%36.82
%4.98
%0
%21.18

Codes

Color #7FBFC9 in popluar color models

7F BF C9
RGB 127 191 201
HSL 188° 40.66% 64.31%
HSB/HSV 188° 36.82% 78.82%
CMYK 36.82% 4.98% 0.00%
21.18%

Color #7FBFC9 in popluar number systems.

HEX 7F BF C9
Decimal 127 191 201
Binary 1111111 10111111 11001001
Octal 177 277 311

Shades and tints

Shades of #7FBFC9

#7FBFC9
(127,191,201)
#74AEB7
(116,174,183)
#699DA5
(105,157,165)
#5E8C93
(94,140,147)
#537B81
(83,123,129)
#486A6F
(72,106,111)
#3D595D
(61,89,93)
#32484B
(50,72,75)
#273739
(39,55,57)
#1C2627
(28,38,39)
#111515
(17,21,21)
#000000
(0,0,0)

Tints of #7FBFC9

#7FBFC9
(127,191,201)
#8AC4CD
(138,196,205)
#95C9D1
(149,201,209)
#A0CED5
(160,206,213)
#ABD3D9
(171,211,217)
#B6D8DD
(182,216,221)
#C1DDE1
(193,221,225)
#CCE2E5
(204,226,229)
#D7E7E9
(215,231,233)
#E2ECED
(226,236,237)
#EDF1F1
(237,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FBFC9 color. Also use rgb(127,191,201) instead hex code.

Text Font Color

.myTextColor { color: #7FBFC9; }

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

This text font color is #7FBFC9.

Background Color

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

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

This div background color is #7FBFC9.

Border color

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

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

This div border color is #7FBFC9.

Opacity

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

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

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

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

This text has shadow with #7FBFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBFC9.

Preview

Color preview on black background

This text has color #7FBFC9 on black background.


Color preview on white background

This text has color #7FBFC9 on white background.


Black color preview on #7FBFC9 background

This text has black color on #7FBFC9 background.


White color preview on #7FBFC9 background

This text has white color on #7FBFC9 background.


Related colors

Complementary color

Complementary color for #hex is #804036.


I love getcolorcode.com

Triadic colors

1 #C97FBF and #BFC97F with #7FBFC9 are triadic colors.

2 #C9BF7F and #BF7FC9 with #7FBFC9 are triadic colors.