COLOR #7FB4B7

HEX: #7FB4B7 RGB: (127,180,183)

Color info

#7FB4B7 contains red, green and blue colors in about the same proportion. Web safe color of #7FB4B7 is #66CCCC (or #6CC).

RGB color model

#7FB4B7 color RGB value is (127,180,183).

RGB: (127,180,183) (50%, 71%, 72%)

RGB channels and saturation

R 127 of 255 = 50%
G 180 of 255 = 71%
B 183 of 255 = 72%

127
180
183

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

Portions of RGB colors in percentages

R + G + B = 127 + 180 + 183 = 490 (100%)
R 127 of 490 ~ 25.92%
G 180 of 490 ~ 36.73%
B 183 of 490 ~ 37.35'%

%25.92
%36.73
%37.35

CMYK color model

#7FB4B7 color CMYK value is (31,2,0,28).

  • cyan value is 30.60%
  • magenta value is 1.64%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (31,2,0,28)
C31M2Y0K28 (31%, 2%, 0%, 28%)
(0.31 / 0.02 / 0.00 / 0.28)

CMYK percentages

%30.6
%1.64
%0
%28.24

Codes

Color #7FB4B7 in popluar color models

7F B4 B7
RGB 127 180 183
HSL 183° 28.00% 60.78%
HSB/HSV 183° 30.60% 71.76%
CMYK 30.60% 1.64% 0.00%
28.24%

Color #7FB4B7 in popluar number systems.

HEX 7F B4 B7
Decimal 127 180 183
Binary 1111111 10110100 10110111
Octal 177 264 267

Shades and tints

Shades of #7FB4B7

#7FB4B7
(127,180,183)
#74A4A7
(116,164,167)
#699497
(105,148,151)
#5E8487
(94,132,135)
#537477
(83,116,119)
#486467
(72,100,103)
#3D5457
(61,84,87)
#324447
(50,68,71)
#273437
(39,52,55)
#1C2427
(28,36,39)
#111417
(17,20,23)
#000000
(0,0,0)

Tints of #7FB4B7

#7FB4B7
(127,180,183)
#8ABABD
(138,186,189)
#95C0C3
(149,192,195)
#A0C6C9
(160,198,201)
#ABCCCF
(171,204,207)
#B6D2D5
(182,210,213)
#C1D8DB
(193,216,219)
#CCDEE1
(204,222,225)
#D7E4E7
(215,228,231)
#E2EAED
(226,234,237)
#EDF0F3
(237,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FB4B7; }

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

This text font color is #7FB4B7.

Background Color

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

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

This div background color is #7FB4B7.

Border color

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

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

This div border color is #7FB4B7.

Opacity

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

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

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

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

This text has shadow with #7FB4B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB4B7.

Preview

Color preview on black background

This text has color #7FB4B7 on black background.


Color preview on white background

This text has color #7FB4B7 on white background.


Black color preview on #7FB4B7 background

This text has black color on #7FB4B7 background.


White color preview on #7FB4B7 background

This text has white color on #7FB4B7 background.


Related colors

Complementary color

Complementary color for #hex is #804B48.


I love getcolorcode.com

Triadic colors

1 #B77FB4 and #B4B77F with #7FB4B7 are triadic colors.

2 #B7B47F and #B47FB7 with #7FB4B7 are triadic colors.