COLOR #9BDE80

HEX: #9BDE80 RGB: (155,222,128)

Color info

#9BDE80 contains mainly green color. Web safe color of #9BDE80 is #99CC66 (or #9C6).

RGB color model

#9BDE80 color RGB value is (155,222,128).

RGB: (155,222,128) (61%, 87%, 50%)

RGB channels and saturation

R 155 of 255 = 61%
G 222 of 255 = 87%
B 128 of 255 = 50%

155
222
128

R + G + B ~ 66%. #9BDE80 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 222 + 128 = 505 (100%)
R 155 of 505 ~ 30.69%
G 222 of 505 ~ 43.96%
B 128 of 505 ~ 25.35'%

%30.69
%43.96
%25.35

CMYK color model

#9BDE80 color CMYK value is (30,0,42,13).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 42.34%
  • key color value is 12.94%

CMYK: (30,0,42,13)
C30M0Y42K13 (30%, 0%, 42%, 13%)
(0.30 / 0.00 / 0.42 / 0.13)

CMYK percentages

%30.18
%0
%42.34
%12.94

Codes

Color #9BDE80 in popluar color models

9B DE 80
RGB 155 222 128
HSL 103° 58.75% 68.63%
HSB/HSV 103° 42.34% 87.06%
CMYK 30.18% 0.00% 42.34%
12.94%

Color #9BDE80 in popluar number systems.

HEX 9B DE 80
Decimal 155 222 128
Binary 10011011 11011110 10000000
Octal 233 336 200

Shades and tints

Shades of #9BDE80

#9BDE80
(155,222,128)
#8DCA75
(141,202,117)
#7FB66A
(127,182,106)
#71A25F
(113,162,95)
#638E54
(99,142,84)
#557A49
(85,122,73)
#47663E
(71,102,62)
#395233
(57,82,51)
#2B3E28
(43,62,40)
#1D2A1D
(29,42,29)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #9BDE80

#9BDE80
(155,222,128)
#A4E18B
(164,225,139)
#ADE496
(173,228,150)
#B6E7A1
(182,231,161)
#BFEAAC
(191,234,172)
#C8EDB7
(200,237,183)
#D1F0C2
(209,240,194)
#DAF3CD
(218,243,205)
#E3F6D8
(227,246,216)
#ECF9E3
(236,249,227)
#F5FCEE
(245,252,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BDE80; }

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

This text font color is #9BDE80.

Background Color

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

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

This div background color is #9BDE80.

Border color

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

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

This div border color is #9BDE80.

Opacity

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

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

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

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

This text has shadow with #9BDE80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDE80.

Preview

Color preview on black background

This text has color #9BDE80 on black background.


Color preview on white background

This text has color #9BDE80 on white background.


Black color preview on #9BDE80 background

This text has black color on #9BDE80 background.


White color preview on #9BDE80 background

This text has white color on #9BDE80 background.


Related colors

Complementary color

Complementary color for #hex is #64217F.


I love getcolorcode.com

Triadic colors

1 #809BDE and #DE809B with #9BDE80 are triadic colors.

2 #80DE9B and #DE9B80 with #9BDE80 are triadic colors.