COLOR #9BD897

HEX: #9BD897
RGB: (155,216,151)

Color info

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

RGB color model

#9BD897 color RGB value is (155,216,151).

  • red value is 155;
  • green value is 216;
  • blue value is 151.
RGB:
(155,216,151)
(61%,85%,59%)

RGB channels and saturation

R 155 of 255 = 61%
G 216 of 255 = 85%
B 151 of 255 = 59%

155
216
151

R + G + B ~ 68%. #9BD897 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 216 + 151 = 522 (100%)
R 155 of 522 ~ 29.69%
G 216 of 522 ~ 41.38%
B 151 of 522 ~ 28.93%

%29.69
%41.38
%28.93

CMYK color model

#9BD897 color CMYK value is (28,0,30,15).

  • cyan value is 28.24%
  • magenta value is 0.00%
  • yellow value is 30.09%
  • key color value is 15.29%
CMYK:
(28,0,30,15)
C28M0Y30K15 
(28%,0%,30%,15%)
(0.28/0.00/0.30/0.15)	

CMYK percentages

%28.24
%0
%30.09
%15.29

Codes

Color #9BD897 in popluar color models

9BD897
RGB155216151
HSL116°45.45%71.96%
HSB/HSV116°30.09%84.71%
CMYK28.24%0.00%30.09%
15.29%

Color #9BD897 in popluar number systems.

HEX9BD897
Decimal155216151
Binary100110111101100010010111
Octal233330227

Shades and tints

Shades of #9BD897

#9BD897
(155,216,151)
#8DC58A
(141,197,138)
#7FB27D
(127,178,125)
#719F70
(113,159,112)
#638C63
(99,140,99)
#557956
(85,121,86)
#476649
(71,102,73)
#39533C
(57,83,60)
#2B402F
(43,64,47)
#1D2D22
(29,45,34)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #9BD897

#9BD897
(155,216,151)
#A4DBA0
(164,219,160)
#ADDEA9
(173,222,169)
#B6E1B2
(182,225,178)
#BFE4BB
(191,228,187)
#C8E7C4
(200,231,196)
#D1EACD
(209,234,205)
#DAEDD6
(218,237,214)
#E3F0DF
(227,240,223)
#ECF3E8
(236,243,232)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BD897; }

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

This text font color is #9BD897.


Background Color

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

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

This div background color is #9BD897.


Border color

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

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

This div border color is #9BD897.


Opacity

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

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

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

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

This text has shadow with #9BD897 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD897 on black background.


Color preview on white background

This text has color #9BD897 on white background.



Black color preview on #9BD897 background

This text has black color on #9BD897 background.


White color preview on #9BD897 background

This text has white color on #9BD897 background.