COLOR #9BD49C

HEX: #9BD49C
RGB: (155,212,156)

Color info

#9BD49C contains red, green and blue colors in about the same proportion. Web safe color of #9BD49C is #99CC99 (or #9C9).

RGB color model

#9BD49C color RGB value is (155,212,156).

  • red value is 155;
  • green value is 212;
  • blue value is 156.
RGB:
(155,212,156)
(61%,83%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 212 of 255 = 83%
B 156 of 255 = 61%

155
212
156

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

Portions of RGB colors in percentages

R + G + B =
155 + 212 + 156 = 523 (100%)
R 155 of 523 ~ 29.64%
G 212 of 523 ~ 40.54%
B 156 of 523 ~ 29.83%

%29.64
%40.54
%29.83

CMYK color model

#9BD49C color CMYK value is (27,0,26,17).

  • cyan value is 26.89%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 16.86%
CMYK:
(27,0,26,17)
C27M0Y26K17 
(27%,0%,26%,17%)
(0.27/0.00/0.26/0.17)	

CMYK percentages

%26.89
%0
%26.42
%16.86

Codes

Color #9BD49C in popluar color models

9BD49C
RGB155212156
HSL121°39.86%71.96%
HSB/HSV121°26.89%83.14%
CMYK26.89%0.00%26.42%
16.86%

Color #9BD49C in popluar number systems.

HEX9BD49C
Decimal155212156
Binary100110111101010010011100
Octal233324234

Shades and tints

Shades of #9BD49C

#9BD49C
(155,212,156)
#8DC18E
(141,193,142)
#7FAE80
(127,174,128)
#719B72
(113,155,114)
#638864
(99,136,100)
#557556
(85,117,86)
#476248
(71,98,72)
#394F3A
(57,79,58)
#2B3C2C
(43,60,44)
#1D291E
(29,41,30)
#0F1610
(15,22,16)
#000000
(0,0,0)

Tints of #9BD49C

#9BD49C
(155,212,156)
#A4D7A5
(164,215,165)
#ADDAAE
(173,218,174)
#B6DDB7
(182,221,183)
#BFE0C0
(191,224,192)
#C8E3C9
(200,227,201)
#D1E6D2
(209,230,210)
#DAE9DB
(218,233,219)
#E3ECE4
(227,236,228)
#ECEFED
(236,239,237)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD49C color. Also use rgb(155,212,156) instead hex code.

Text Font Color

.myTextColor { color: #9BD49C; }

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

This text font color is #9BD49C.


Background Color

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

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

This div background color is #9BD49C.


Border color

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

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

This div border color is #9BD49C.


Opacity

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

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

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

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

This text has shadow with #9BD49C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD49C on black background.


Color preview on white background

This text has color #9BD49C on white background.



Black color preview on #9BD49C background

This text has black color on #9BD49C background.


White color preview on #9BD49C background

This text has white color on #9BD49C background.