COLOR #9BD17E

HEX: #9BD17E
RGB: (155,209,126)

Color info

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

RGB color model

#9BD17E color RGB value is (155,209,126).

  • red value is 155;
  • green value is 209;
  • blue value is 126.
RGB:
(155,209,126)
(61%,82%,49%)

RGB channels and saturation

R 155 of 255 = 61%
G 209 of 255 = 82%
B 126 of 255 = 49%

155
209
126

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

Portions of RGB colors in percentages

R + G + B =
155 + 209 + 126 = 490 (100%)
R 155 of 490 ~ 31.63%
G 209 of 490 ~ 42.65%
B 126 of 490 ~ 25.71%

%31.63
%42.65
%25.71

CMYK color model

#9BD17E color CMYK value is (26,0,40,18).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 39.71%
  • key color value is 18.04%
CMYK:
(26,0,40,18)
C26M0Y40K18 
(26%,0%,40%,18%)
(0.26/0.00/0.40/0.18)	

CMYK percentages

%25.84
%0
%39.71
%18.04

Codes

Color #9BD17E in popluar color models

9BD17E
RGB155209126
HSL99°47.43%65.69%
HSB/HSV99°39.71%81.96%
CMYK25.84%0.00%39.71%
18.04%

Color #9BD17E in popluar number systems.

HEX9BD17E
Decimal155209126
Binary10011011110100011111110
Octal233321176

Shades and tints

Shades of #9BD17E

#9BD17E
(155,209,126)
#8DBE73
(141,190,115)
#7FAB68
(127,171,104)
#71985D
(113,152,93)
#638552
(99,133,82)
#557247
(85,114,71)
#475F3C
(71,95,60)
#394C31
(57,76,49)
#2B3926
(43,57,38)
#1D261B
(29,38,27)
#0F1310
(15,19,16)
#000000
(0,0,0)

Tints of #9BD17E

#9BD17E
(155,209,126)
#A4D589
(164,213,137)
#ADD994
(173,217,148)
#B6DD9F
(182,221,159)
#BFE1AA
(191,225,170)
#C8E5B5
(200,229,181)
#D1E9C0
(209,233,192)
#DAEDCB
(218,237,203)
#E3F1D6
(227,241,214)
#ECF5E1
(236,245,225)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD17E color. Also use rgb(155,209,126) instead hex code.

Text Font Color

.myTextColor { color: #9BD17E; }

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

This text font color is #9BD17E.


Background Color

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

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

This div background color is #9BD17E.


Border color

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

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

This div border color is #9BD17E.


Opacity

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

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

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

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

This text has shadow with #9BD17E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD17E on black background.


Color preview on white background

This text has color #9BD17E on white background.



Black color preview on #9BD17E background

This text has black color on #9BD17E background.


White color preview on #9BD17E background

This text has white color on #9BD17E background.