COLOR #9BD7A9

HEX: #9BD7A9
RGB: (155,215,169)

Color info

#9BD7A9 contains mainly green and blue colors. Web safe color of #9BD7A9 is #99CC99 (or #9C9).

RGB color model

#9BD7A9 color RGB value is (155,215,169).

  • red value is 155;
  • green value is 215;
  • blue value is 169.
RGB:
(155,215,169)
(61%,84%,66%)

RGB channels and saturation

R 155 of 255 = 61%
G 215 of 255 = 84%
B 169 of 255 = 66%

155
215
169

R + G + B ~ 70%. #9BD7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 215 + 169 = 539 (100%)
R 155 of 539 ~ 28.76%
G 215 of 539 ~ 39.89%
B 169 of 539 ~ 31.35%

%28.76
%39.89
%31.35

CMYK color model

#9BD7A9 color CMYK value is (28,0,21,16).

  • cyan value is 27.91%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 15.69%
CMYK:
(28,0,21,16)
C28M0Y21K16 
(28%,0%,21%,16%)
(0.28/0.00/0.21/0.16)	

CMYK percentages

%27.91
%0
%21.4
%15.69

Codes

Color #9BD7A9 in popluar color models

9BD7A9
RGB155215169
HSL134°42.86%72.55%
HSB/HSV134°27.91%84.31%
CMYK27.91%0.00%21.40%
15.69%

Color #9BD7A9 in popluar number systems.

HEX9BD7A9
Decimal155215169
Binary100110111101011110101001
Octal233327251

Shades and tints

Shades of #9BD7A9

#9BD7A9
(155,215,169)
#8DC49A
(141,196,154)
#7FB18B
(127,177,139)
#719E7C
(113,158,124)
#638B6D
(99,139,109)
#55785E
(85,120,94)
#47654F
(71,101,79)
#395240
(57,82,64)
#2B3F31
(43,63,49)
#1D2C22
(29,44,34)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BD7A9

#9BD7A9
(155,215,169)
#A4DAB0
(164,218,176)
#ADDDB7
(173,221,183)
#B6E0BE
(182,224,190)
#BFE3C5
(191,227,197)
#C8E6CC
(200,230,204)
#D1E9D3
(209,233,211)
#DAECDA
(218,236,218)
#E3EFE1
(227,239,225)
#ECF2E8
(236,242,232)
#F5F5EF
(245,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD7A9 color. Also use rgb(155,215,169) instead hex code.

Text Font Color

.myTextColor { color: #9BD7A9; }

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

This text font color is #9BD7A9.


Background Color

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

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

This div background color is #9BD7A9.


Border color

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

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

This div border color is #9BD7A9.


Opacity

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

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

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

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

This text has shadow with #9BD7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD7A9 on black background.


Color preview on white background

This text has color #9BD7A9 on white background.



Black color preview on #9BD7A9 background

This text has black color on #9BD7A9 background.


White color preview on #9BD7A9 background

This text has white color on #9BD7A9 background.