COLOR #9BDE85

HEX: #9BDE85
RGB: (155,222,133)

Color info

#9BDE85 contains mainly green color. Web safe color of #9BDE85 is #99CC99 (or #9C9).

RGB color model

#9BDE85 color RGB value is (155,222,133).

  • red value is 155;
  • green value is 222;
  • blue value is 133.
RGB:
(155,222,133)
(61%,87%,52%)

RGB channels and saturation

R 155 of 255 = 61%
G 222 of 255 = 87%
B 133 of 255 = 52%

155
222
133

R + G + B ~ 67%. #9BDE85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 222 + 133 = 510 (100%)
R 155 of 510 ~ 30.39%
G 222 of 510 ~ 43.53%
B 133 of 510 ~ 26.08%

%30.39
%43.53
%26.08

CMYK color model

#9BDE85 color CMYK value is (30,0,40,13).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 40.09%
  • key color value is 12.94%
CMYK:
(30,0,40,13)
C30M0Y40K13 
(30%,0%,40%,13%)
(0.30/0.00/0.40/0.13)	

CMYK percentages

%30.18
%0
%40.09
%12.94

Codes

Color #9BDE85 in popluar color models

9BDE85
RGB155222133
HSL105°57.42%69.61%
HSB/HSV105°40.09%87.06%
CMYK30.18%0.00%40.09%
12.94%

Color #9BDE85 in popluar number systems.

HEX9BDE85
Decimal155222133
Binary100110111101111010000101
Octal233336205

Shades and tints

Shades of #9BDE85

#9BDE85
(155,222,133)
#8DCA79
(141,202,121)
#7FB66D
(127,182,109)
#71A261
(113,162,97)
#638E55
(99,142,85)
#557A49
(85,122,73)
#47663D
(71,102,61)
#395231
(57,82,49)
#2B3E25
(43,62,37)
#1D2A19
(29,42,25)
#0F160D
(15,22,13)
#000000
(0,0,0)

Tints of #9BDE85

#9BDE85
(155,222,133)
#A4E190
(164,225,144)
#ADE49B
(173,228,155)
#B6E7A6
(182,231,166)
#BFEAB1
(191,234,177)
#C8EDBC
(200,237,188)
#D1F0C7
(209,240,199)
#DAF3D2
(218,243,210)
#E3F6DD
(227,246,221)
#ECF9E8
(236,249,232)
#F5FCF3
(245,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDE85 color. Also use rgb(155,222,133) instead hex code.

Text Font Color

.myTextColor { color: #9BDE85; }

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

This text font color is #9BDE85.


Background Color

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

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

This div background color is #9BDE85.


Border color

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

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

This div border color is #9BDE85.


Opacity

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

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

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

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

This text has shadow with #9BDE85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDE85 on black background.


Color preview on white background

This text has color #9BDE85 on white background.



Black color preview on #9BDE85 background

This text has black color on #9BDE85 background.


White color preview on #9BDE85 background

This text has white color on #9BDE85 background.