COLOR #9BDB97

HEX: #9BDB97 RGB: (155,219,151)

Color info

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

RGB color model

#9BDB97 color RGB value is (155,219,151).

RGB: (155,219,151) (61%, 86%, 59%)

RGB channels and saturation

R 155 of 255 = 61%
G 219 of 255 = 86%
B 151 of 255 = 59%

155
219
151

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

Portions of RGB colors in percentages

R + G + B = 155 + 219 + 151 = 525 (100%)
R 155 of 525 ~ 29.52%
G 219 of 525 ~ 41.71%
B 151 of 525 ~ 28.76'%

%29.52
%41.71
%28.76

CMYK color model

#9BDB97 color CMYK value is (29,0,31,14).

  • cyan value is 29.22%
  • magenta value is 0.00%
  • yellow value is 31.05%
  • key color value is 14.12%

CMYK: (29,0,31,14)
C29M0Y31K14 (29%, 0%, 31%, 14%)
(0.29 / 0.00 / 0.31 / 0.14)

CMYK percentages

%29.22
%0
%31.05
%14.12

Codes

Color #9BDB97 in popluar color models

9B DB 97
RGB 155 219 151
HSL 116° 48.57% 72.55%
HSB/HSV 116° 31.05% 85.88%
CMYK 29.22% 0.00% 31.05%
14.12%

Color #9BDB97 in popluar number systems.

HEX 9B DB 97
Decimal 155 219 151
Binary 10011011 11011011 10010111
Octal 233 333 227

Shades and tints

Shades of #9BDB97

#9BDB97
(155,219,151)
#8DC88A
(141,200,138)
#7FB57D
(127,181,125)
#71A270
(113,162,112)
#638F63
(99,143,99)
#557C56
(85,124,86)
#476949
(71,105,73)
#39563C
(57,86,60)
#2B432F
(43,67,47)
#1D3022
(29,48,34)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #9BDB97

#9BDB97
(155,219,151)
#A4DEA0
(164,222,160)
#ADE1A9
(173,225,169)
#B6E4B2
(182,228,178)
#BFE7BB
(191,231,187)
#C8EAC4
(200,234,196)
#D1EDCD
(209,237,205)
#DAF0D6
(218,240,214)
#E3F3DF
(227,243,223)
#ECF6E8
(236,246,232)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDB97 color. Also use rgb(155,219,151) instead hex code.

Text Font Color

.myTextColor { color: #9BDB97; }

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

This text font color is #9BDB97.

Background Color

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

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

This div background color is #9BDB97.

Border color

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

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

This div border color is #9BDB97.

Opacity

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

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

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

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

This text has shadow with #9BDB97 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDB97.

Preview

Color preview on black background

This text has color #9BDB97 on black background.


Color preview on white background

This text has color #9BDB97 on white background.


Black color preview on #9BDB97 background

This text has black color on #9BDB97 background.


White color preview on #9BDB97 background

This text has white color on #9BDB97 background.


Related colors

Complementary color

Complementary color for #hex is #642468.


I love getcolorcode.com

Triadic colors

1 #979BDB and #DB979B with #9BDB97 are triadic colors.

2 #97DB9B and #DB9B97 with #9BDB97 are triadic colors.