COLOR #9BCE7F

HEX: #9BCE7F RGB: (155,206,127)

Color info

#9BCE7F contains mainly red and green colors. Web safe color of #9BCE7F is #99CC66 (or #9C6).

RGB color model

#9BCE7F color RGB value is (155,206,127).

RGB: (155,206,127) (61%, 81%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 127 of 255 = 50%

155
206
127

R + G + B ~ 64%. #9BCE7F is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 206 + 127 = 488 (100%)
R 155 of 488 ~ 31.76%
G 206 of 488 ~ 42.21%
B 127 of 488 ~ 26.02'%

%31.76
%42.21
%26.02

CMYK color model

#9BCE7F color CMYK value is (25,0,38,19).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 38.35%
  • key color value is 19.22%

CMYK: (25,0,38,19)
C25M0Y38K19 (25%, 0%, 38%, 19%)
(0.25 / 0.00 / 0.38 / 0.19)

CMYK percentages

%24.76
%0
%38.35
%19.22

Codes

Color #9BCE7F in popluar color models

9B CE 7F
RGB 155 206 127
HSL 99° 44.63% 65.29%
HSB/HSV 99° 38.35% 80.78%
CMYK 24.76% 0.00% 38.35%
19.22%

Color #9BCE7F in popluar number systems.

HEX 9B CE 7F
Decimal 155 206 127
Binary 10011011 11001110 1111111
Octal 233 316 177

Shades and tints

Shades of #9BCE7F

#9BCE7F
(155,206,127)
#8DBC74
(141,188,116)
#7FAA69
(127,170,105)
#71985E
(113,152,94)
#638653
(99,134,83)
#557448
(85,116,72)
#47623D
(71,98,61)
#395032
(57,80,50)
#2B3E27
(43,62,39)
#1D2C1C
(29,44,28)
#0F1A11
(15,26,17)
#000000
(0,0,0)

Tints of #9BCE7F

#9BCE7F
(155,206,127)
#A4D28A
(164,210,138)
#ADD695
(173,214,149)
#B6DAA0
(182,218,160)
#BFDEAB
(191,222,171)
#C8E2B6
(200,226,182)
#D1E6C1
(209,230,193)
#DAEACC
(218,234,204)
#E3EED7
(227,238,215)
#ECF2E2
(236,242,226)
#F5F6ED
(245,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCE7F color. Also use rgb(155,206,127) instead hex code.

Text Font Color

.myTextColor { color: #9BCE7F; }

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

This text font color is #9BCE7F.

Background Color

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

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

This div background color is #9BCE7F.

Border color

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

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

This div border color is #9BCE7F.

Opacity

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

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

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

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

This text has shadow with #9BCE7F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BCE7F.

Preview

Color preview on black background

This text has color #9BCE7F on black background.


Color preview on white background

This text has color #9BCE7F on white background.


Black color preview on #9BCE7F background

This text has black color on #9BCE7F background.


White color preview on #9BCE7F background

This text has white color on #9BCE7F background.


Related colors

Complementary color

Complementary color for #hex is #643180.


I love getcolorcode.com

Triadic colors

1 #7F9BCE and #CE7F9B with #9BCE7F are triadic colors.

2 #7FCE9B and #CE9B7F with #9BCE7F are triadic colors.