COLOR #7FBDB3

HEX: #7FBDB3
RGB: (127,189,179)

Color info

#7FBDB3 contains mainly green and blue colors. Web safe color of #7FBDB3 is #66CC99 (or #6C9).

RGB color model

#7FBDB3 color RGB value is (127,189,179).

  • red value is 127;
  • green value is 189;
  • blue value is 179.
RGB:
(127,189,179)
(50%,74%,70%)

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 179 of 255 = 70%

127
189
179

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

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 179 = 495 (100%)
R 127 of 495 ~ 25.66%
G 189 of 495 ~ 38.18%
B 179 of 495 ~ 36.16%

%25.66
%38.18
%36.16

CMYK color model

#7FBDB3 color CMYK value is (33,0,5,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 5.29%
  • key color value is 25.88%
CMYK:
(33,0,5,26)
C33M0Y5K26 
(33%,0%,5%,26%)
(0.33/0.00/0.05/0.26)	

CMYK percentages

%32.8
%0
%5.29
%25.88

Codes

Color #7FBDB3 in popluar color models

7FBDB3
RGB127189179
HSL170°31.96%61.96%
HSB/HSV170°32.80%74.12%
CMYK32.80%0.00%5.29%
25.88%

Color #7FBDB3 in popluar number systems.

HEX7FBDB3
Decimal127189179
Binary11111111011110110110011
Octal177275263

Shades and tints

Shades of #7FBDB3

#7FBDB3
(127,189,179)
#74ACA3
(116,172,163)
#699B93
(105,155,147)
#5E8A83
(94,138,131)
#537973
(83,121,115)
#486863
(72,104,99)
#3D5753
(61,87,83)
#324643
(50,70,67)
#273533
(39,53,51)
#1C2423
(28,36,35)
#111313
(17,19,19)
#000000
(0,0,0)

Tints of #7FBDB3

#7FBDB3
(127,189,179)
#8AC3B9
(138,195,185)
#95C9BF
(149,201,191)
#A0CFC5
(160,207,197)
#ABD5CB
(171,213,203)
#B6DBD1
(182,219,209)
#C1E1D7
(193,225,215)
#CCE7DD
(204,231,221)
#D7EDE3
(215,237,227)
#E2F3E9
(226,243,233)
#EDF9EF
(237,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBDB3; }

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

This text font color is #7FBDB3.


Background Color

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

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

This div background color is #7FBDB3.


Border color

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

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

This div border color is #7FBDB3.


Opacity

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

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

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

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

This text has shadow with #7FBDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBDB3 on black background.


Color preview on white background

This text has color #7FBDB3 on white background.



Black color preview on #7FBDB3 background

This text has black color on #7FBDB3 background.


White color preview on #7FBDB3 background

This text has white color on #7FBDB3 background.