COLOR #9BD79F

HEX: #9BD79F RGB: (155,215,159)

Color info

#9BD79F contains mainly green and blue colors. Web safe color of #9BD79F is #99CC99 (or #9C9).

RGB color model

#9BD79F color RGB value is (155,215,159).

RGB: (155,215,159) (61%, 84%, 62%)

RGB channels and saturation

R 155 of 255 = 61%
G 215 of 255 = 84%
B 159 of 255 = 62%

155
215
159

R + G + B ~ 69%. #9BD79F is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 215 + 159 = 529 (100%)
R 155 of 529 ~ 29.3%
G 215 of 529 ~ 40.64%
B 159 of 529 ~ 30.06'%

%29.3
%40.64
%30.06

CMYK color model

#9BD79F color CMYK value is (28,0,26,16).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 26.05%
  • key color value is 15.69%

CMYK: (28,0,26,16)
C28M0Y26K16 (28%, 0%, 26%, 16%)
(0.28 / 0.00 / 0.26 / 0.16)

CMYK percentages

%27.91
%0
%26.05
%15.69

Codes

Color #9BD79F in popluar color models

9B D7 9F
RGB 155 215 159
HSL 124° 42.86% 72.55%
HSB/HSV 124° 27.91% 84.31%
CMYK 27.91% 0.00% 26.05%
15.69%

Color #9BD79F in popluar number systems.

HEX 9B D7 9F
Decimal 155 215 159
Binary 10011011 11010111 10011111
Octal 233 327 237

Shades and tints

Shades of #9BD79F

#9BD79F
(155,215,159)
#8DC491
(141,196,145)
#7FB183
(127,177,131)
#719E75
(113,158,117)
#638B67
(99,139,103)
#557859
(85,120,89)
#47654B
(71,101,75)
#39523D
(57,82,61)
#2B3F2F
(43,63,47)
#1D2C21
(29,44,33)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BD79F

#9BD79F
(155,215,159)
#A4DAA7
(164,218,167)
#ADDDAF
(173,221,175)
#B6E0B7
(182,224,183)
#BFE3BF
(191,227,191)
#C8E6C7
(200,230,199)
#D1E9CF
(209,233,207)
#DAECD7
(218,236,215)
#E3EFDF
(227,239,223)
#ECF2E7
(236,242,231)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD79F color. Also use rgb(155,215,159) instead hex code.

Text Font Color

.myTextColor { color: #9BD79F; }

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

This text font color is #9BD79F.

Background Color

.myBgColor { background-color: #9BD79F; }

<div style="background-color:#9BD79F">Inner text</div>

This div background color is #9BD79F.

Border color

.myBorderColor { border: 1px solid #9BD79F; }

<div style="border:3px solid #9BD79F">Div</div>

This div border color is #9BD79F.

Opacity

.myOpacity80 { color: #9BD79F; opacity: 0.8; }

<p style="color:#9BD79F;opacity:0.8;">80%</p>

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

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

This text has shadow with #9BD79F color.


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

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

This text has shadow with #9BD79F primary color and red secondary color.


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

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

This text has shadow with #9BD79F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9BD79F.

Preview

Color preview on black background

This text has color #9BD79F on black background.


Color preview on white background

This text has color #9BD79F on white background.


Black color preview on #9BD79F background

This text has black color on #9BD79F background.


White color preview on #9BD79F background

This text has white color on #9BD79F background.


Related colors

Complementary color

Complementary color for #hex is #642860.


I love getcolorcode.com

Triadic colors

1 #9F9BD7 and #D79F9B with #9BD79F are triadic colors.

2 #9FD79B and #D79B9F with #9BD79F are triadic colors.