COLOR #7FD097

HEX: #7FD097 RGB: (127,208,151)

Color info

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

RGB color model

#7FD097 color RGB value is (127,208,151).

RGB: (127,208,151) (50%, 82%, 59%)

RGB channels and saturation

R 127 of 255 = 50%
G 208 of 255 = 82%
B 151 of 255 = 59%

127
208
151

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

Portions of RGB colors in percentages

R + G + B = 127 + 208 + 151 = 486 (100%)
R 127 of 486 ~ 26.13%
G 208 of 486 ~ 42.8%
B 151 of 486 ~ 31.07'%

%26.13
%42.8
%31.07

CMYK color model

#7FD097 color CMYK value is (39,0,27,18).

  • cyan value is 38.94%
  • magenta value is 0.00%
  • yellow value is 27.40%
  • key color value is 18.43%
CMYK: (39,0,27,18) C39M0Y27K18 (39%,0%,27%,18%) (0.39/0.00/0.27/0.18) 

CMYK percentages

%38.94
%0
%27.4
%18.43

Codes

Color #7FD097 in popluar color models

7F D0 97
RGB 127 208 151
HSL 138° 46.29% 65.69%
HSB/HSV 138° 38.94% 81.57%
CMYK 38.94% 0.00% 27.40%
18.43%

Color #7FD097 in popluar number systems.

HEX 7F D0 97
Decimal 127 208 151
Binary 1111111 11010000 10010111
Octal 177 320 227

Shades and tints

Shades of #7FD097

#7FD097
(127,208,151)
#74BE8A
(116,190,138)
#69AC7D
(105,172,125)
#5E9A70
(94,154,112)
#538863
(83,136,99)
#487656
(72,118,86)
#3D6449
(61,100,73)
#32523C
(50,82,60)
#27402F
(39,64,47)
#1C2E22
(28,46,34)
#111C15
(17,28,21)
#000000
(0,0,0)

Tints of #7FD097

#7FD097
(127,208,151)
#8AD4A0
(138,212,160)
#95D8A9
(149,216,169)
#A0DCB2
(160,220,178)
#ABE0BB
(171,224,187)
#B6E4C4
(182,228,196)
#C1E8CD
(193,232,205)
#CCECD6
(204,236,214)
#D7F0DF
(215,240,223)
#E2F4E8
(226,244,232)
#EDF8F1
(237,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7FD097 color. Also use rgb(127,208,151) instead hex code.

Text Font Color

.myTextColor { color: #7FD097; }

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

This text font color is #7FD097.

Background Color

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

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

This div background color is #7FD097.

Border color

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

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

This div border color is #7FD097.

Opacity

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

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

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

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

This text has shadow with #7FD097 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7FD097.

Preview

Color preview on black background

This text has color #7FD097 on black background.


Color preview on white background

This text has color #7FD097 on white background.


Black color preview on #7FD097 background

This text has black color on #7FD097 background.


White color preview on #7FD097 background

This text has white color on #7FD097 background.


Related colors

Complementary color

Complementary color for #hex is #802F68.


I love getcolorcode.com

Triadic colors

1 #977FD0 and #D0977F with #7FD097 are triadic colors.

2 #97D07F and #D07F97 with #7FD097 are triadic colors.