COLOR #7FB4C7

HEX: #7FB4C7
RGB: (127,180,199)

Color info

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

RGB color model

#7FB4C7 color RGB value is (127,180,199).

  • red value is 127;
  • green value is 180;
  • blue value is 199.
RGB:
(127,180,199)
(50%,71%,78%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 199 of 255 = 78%

127
180
199

R + G + B ~ 66%. #7FB4C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 180 + 199 = 506 (100%)
R 127 of 506 ~ 25.1%
G 180 of 506 ~ 35.57%
B 199 of 506 ~ 39.33%

%25.1
%35.57
%39.33

CMYK color model

#7FB4C7 color CMYK value is (36,10,0,22).

  • cyan value is 36.18%
  • magenta value is 9.55%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(36,10,0,22)
C36M10Y0K22 
(36%,10%,0%,22%)
(0.36/0.10/0.00/0.22)	

CMYK percentages

%36.18
%9.55
%0
%21.96

Codes

Color #7FB4C7 in popluar color models

7FB4C7
RGB127180199
HSL196°39.13%63.92%
HSB/HSV196°36.18%78.04%
CMYK36.18%9.55%0.00%
21.96%

Color #7FB4C7 in popluar number systems.

HEX7FB4C7
Decimal127180199
Binary11111111011010011000111
Octal177264307

Shades and tints

Shades of #7FB4C7

#7FB4C7
(127,180,199)
#74A4B5
(116,164,181)
#6994A3
(105,148,163)
#5E8491
(94,132,145)
#53747F
(83,116,127)
#48646D
(72,100,109)
#3D545B
(61,84,91)
#324449
(50,68,73)
#273437
(39,52,55)
#1C2425
(28,36,37)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7FB4C7

#7FB4C7
(127,180,199)
#8ABACC
(138,186,204)
#95C0D1
(149,192,209)
#A0C6D6
(160,198,214)
#ABCCDB
(171,204,219)
#B6D2E0
(182,210,224)
#C1D8E5
(193,216,229)
#CCDEEA
(204,222,234)
#D7E4EF
(215,228,239)
#E2EAF4
(226,234,244)
#EDF0F9
(237,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB4C7 color. Also use rgb(127,180,199) instead hex code.

Text Font Color

.myTextColor { color: #7FB4C7; }

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

This text font color is #7FB4C7.


Background Color

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

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

This div background color is #7FB4C7.


Border color

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

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

This div border color is #7FB4C7.


Opacity

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

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

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

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

This text has shadow with #7FB4C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FB4C7 on black background.


Color preview on white background

This text has color #7FB4C7 on white background.



Black color preview on #7FB4C7 background

This text has black color on #7FB4C7 background.


White color preview on #7FB4C7 background

This text has white color on #7FB4C7 background.