COLOR #7FBDA7

HEX: #7FBDA7 RGB: (127,189,167)

Color info

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

RGB color model

#7FBDA7 color RGB value is (127,189,167).

RGB: (127,189,167) (50%, 74%, 65%)

RGB channels and saturation

R 127 of 255 = 50%
G 189 of 255 = 74%
B 167 of 255 = 65%

127
189
167

R + G + B ~ 63%. #7FBDA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 127 + 189 + 167 = 483 (100%)
R 127 of 483 ~ 26.29%
G 189 of 483 ~ 39.13%
B 167 of 483 ~ 34.58'%

%26.29
%39.13
%34.58

CMYK color model

#7FBDA7 color CMYK value is (33,0,12,26).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (33,0,12,26)
C33M0Y12K26 (33%, 0%, 12%, 26%)
(0.33 / 0.00 / 0.12 / 0.26)

CMYK percentages

%32.8
%0
%11.64
%25.88

Codes

Color #7FBDA7 in popluar color models

7F BD A7
RGB 127 189 167
HSL 159° 31.96% 61.96%
HSB/HSV 159° 32.80% 74.12%
CMYK 32.80% 0.00% 11.64%
25.88%

Color #7FBDA7 in popluar number systems.

HEX 7F BD A7
Decimal 127 189 167
Binary 1111111 10111101 10100111
Octal 177 275 247

Shades and tints

Shades of #7FBDA7

#7FBDA7
(127,189,167)
#74AC98
(116,172,152)
#699B89
(105,155,137)
#5E8A7A
(94,138,122)
#53796B
(83,121,107)
#48685C
(72,104,92)
#3D574D
(61,87,77)
#32463E
(50,70,62)
#27352F
(39,53,47)
#1C2420
(28,36,32)
#111311
(17,19,17)
#000000
(0,0,0)

Tints of #7FBDA7

#7FBDA7
(127,189,167)
#8AC3AF
(138,195,175)
#95C9B7
(149,201,183)
#A0CFBF
(160,207,191)
#ABD5C7
(171,213,199)
#B6DBCF
(182,219,207)
#C1E1D7
(193,225,215)
#CCE7DF
(204,231,223)
#D7EDE7
(215,237,231)
#E2F3EF
(226,243,239)
#EDF9F7
(237,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7FBDA7; }

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

This text font color is #7FBDA7.

Background Color

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

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

This div background color is #7FBDA7.

Border color

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

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

This div border color is #7FBDA7.

Opacity

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

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

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

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

This text has shadow with #7FBDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FBDA7.

Preview

Color preview on black background

This text has color #7FBDA7 on black background.


Color preview on white background

This text has color #7FBDA7 on white background.


Black color preview on #7FBDA7 background

This text has black color on #7FBDA7 background.


White color preview on #7FBDA7 background

This text has white color on #7FBDA7 background.


Related colors

Complementary color

Complementary color for #hex is #804258.


I love getcolorcode.com

Triadic colors

1 #A77FBD and #BDA77F with #7FBDA7 are triadic colors.

2 #A7BD7F and #BD7FA7 with #7FBDA7 are triadic colors.