COLOR #7FBD9A

HEX: #7FBD9A
RGB: (127,189,154)

Color info

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

RGB color model

#7FBD9A color RGB value is (127,189,154).

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

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 154 of 255 = 60%

127
189
154

R + G + B ~ 61%. #7FBD9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
127 + 189 + 154 = 470 (100%)
R 127 of 470 ~ 27.02%
G 189 of 470 ~ 40.21%
B 154 of 470 ~ 32.77%

%27.02
%40.21
%32.77

CMYK color model

#7FBD9A color CMYK value is (33,0,19,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 18.52%
  • key color value is 25.88%
CMYK:
(33,0,19,26)
C33M0Y19K26 
(33%,0%,19%,26%)
(0.33/0.00/0.19/0.26)	

CMYK percentages

%32.8
%0
%18.52
%25.88

Codes

Color #7FBD9A in popluar color models

7FBD9A
RGB127189154
HSL146°31.96%61.96%
HSB/HSV146°32.80%74.12%
CMYK32.80%0.00%18.52%
25.88%

Color #7FBD9A in popluar number systems.

HEX7FBD9A
Decimal127189154
Binary11111111011110110011010
Octal177275232

Shades and tints

Shades of #7FBD9A

#7FBD9A
(127,189,154)
#74AC8C
(116,172,140)
#699B7E
(105,155,126)
#5E8A70
(94,138,112)
#537962
(83,121,98)
#486854
(72,104,84)
#3D5746
(61,87,70)
#324638
(50,70,56)
#27352A
(39,53,42)
#1C241C
(28,36,28)
#11130E
(17,19,14)
#000000
(0,0,0)

Tints of #7FBD9A

#7FBD9A
(127,189,154)
#8AC3A3
(138,195,163)
#95C9AC
(149,201,172)
#A0CFB5
(160,207,181)
#ABD5BE
(171,213,190)
#B6DBC7
(182,219,199)
#C1E1D0
(193,225,208)
#CCE7D9
(204,231,217)
#D7EDE2
(215,237,226)
#E2F3EB
(226,243,235)
#EDF9F4
(237,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBD9A; }

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

This text font color is #7FBD9A.


Background Color

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

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

This div background color is #7FBD9A.


Border color

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

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

This div border color is #7FBD9A.


Opacity

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

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

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

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

This text has shadow with #7FBD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7FBD9A on black background.


Color preview on white background

This text has color #7FBD9A on white background.



Black color preview on #7FBD9A background

This text has black color on #7FBD9A background.


White color preview on #7FBD9A background

This text has white color on #7FBD9A background.