COLOR #7FB3C1

HEX: #7FB3C1 RGB: (127,179,193)

Color info

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

RGB color model

#7FB3C1 color RGB value is (127,179,193).

RGB: (127,179,193) (50%, 70%, 76%)

RGB channels and saturation

R 127 of 255 = 50%
G 179 of 255 = 70%
B 193 of 255 = 76%

127
179
193

R + G + B ~ 65%. #7FB3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 179 + 193 = 499 (100%)
R 127 of 499 ~ 25.45%
G 179 of 499 ~ 35.87%
B 193 of 499 ~ 38.68'%

%25.45
%35.87
%38.68

CMYK color model

#7FB3C1 color CMYK value is (34,7,0,24).

  • cyan value is 34.20%
  • magenta value is 7.25%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (34,7,0,24)
C34M7Y0K24 (34%, 7%, 0%, 24%)
(0.34 / 0.07 / 0.00 / 0.24)

CMYK percentages

%34.2
%7.25
%0
%24.31

Codes

Color #7FB3C1 in popluar color models

7F B3 C1
RGB 127 179 193
HSL 193° 34.74% 62.75%
HSB/HSV 193° 34.20% 75.69%
CMYK 34.20% 7.25% 0.00%
24.31%

Color #7FB3C1 in popluar number systems.

HEX 7F B3 C1
Decimal 127 179 193
Binary 1111111 10110011 11000001
Octal 177 263 301

Shades and tints

Shades of #7FB3C1

#7FB3C1
(127,179,193)
#74A3B0
(116,163,176)
#69939F
(105,147,159)
#5E838E
(94,131,142)
#53737D
(83,115,125)
#48636C
(72,99,108)
#3D535B
(61,83,91)
#32434A
(50,67,74)
#273339
(39,51,57)
#1C2328
(28,35,40)
#111317
(17,19,23)
#000000
(0,0,0)

Tints of #7FB3C1

#7FB3C1
(127,179,193)
#8AB9C6
(138,185,198)
#95BFCB
(149,191,203)
#A0C5D0
(160,197,208)
#ABCBD5
(171,203,213)
#B6D1DA
(182,209,218)
#C1D7DF
(193,215,223)
#CCDDE4
(204,221,228)
#D7E3E9
(215,227,233)
#E2E9EE
(226,233,238)
#EDEFF3
(237,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FB3C1 color. Also use rgb(127,179,193) instead hex code.

Text Font Color

.myTextColor { color: #7FB3C1; }

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

This text font color is #7FB3C1.

Background Color

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

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

This div background color is #7FB3C1.

Border color

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

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

This div border color is #7FB3C1.

Opacity

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

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

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

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

This text has shadow with #7FB3C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FB3C1.

Preview

Color preview on black background

This text has color #7FB3C1 on black background.


Color preview on white background

This text has color #7FB3C1 on white background.


Black color preview on #7FB3C1 background

This text has black color on #7FB3C1 background.


White color preview on #7FB3C1 background

This text has white color on #7FB3C1 background.


Related colors

Complementary color

Complementary color for #hex is #804C3E.


I love getcolorcode.com

Triadic colors

1 #C17FB3 and #B3C17F with #7FB3C1 are triadic colors.

2 #C1B37F and #B37FC1 with #7FB3C1 are triadic colors.