COLOR #9BD293

HEX: #9BD293
RGB: (155,210,147)

Color info

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

RGB color model

#9BD293 color RGB value is (155,210,147).

  • red value is 155;
  • green value is 210;
  • blue value is 147.
RGB:
(155,210,147)
(61%,82%,58%)

RGB channels and saturation

R 155 of 255 = 61%
G 210 of 255 = 82%
B 147 of 255 = 58%

155
210
147

R + G + B ~ 67%. #9BD293 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 210 + 147 = 512 (100%)
R 155 of 512 ~ 30.27%
G 210 of 512 ~ 41.02%
B 147 of 512 ~ 28.71%

%30.27
%41.02
%28.71

CMYK color model

#9BD293 color CMYK value is (26,0,30,18).

  • cyan value is 26.19%
  • magenta value is 0.00%
  • yellow value is 30.00%
  • key color value is 17.65%
CMYK:
(26,0,30,18)
C26M0Y30K18 
(26%,0%,30%,18%)
(0.26/0.00/0.30/0.18)	

CMYK percentages

%26.19
%0
%30
%17.65

Codes

Color #9BD293 in popluar color models

9BD293
RGB155210147
HSL112°41.18%70.00%
HSB/HSV112°30.00%82.35%
CMYK26.19%0.00%30.00%
17.65%

Color #9BD293 in popluar number systems.

HEX9BD293
Decimal155210147
Binary100110111101001010010011
Octal233322223

Shades and tints

Shades of #9BD293

#9BD293
(155,210,147)
#8DBF86
(141,191,134)
#7FAC79
(127,172,121)
#71996C
(113,153,108)
#63865F
(99,134,95)
#557352
(85,115,82)
#476045
(71,96,69)
#394D38
(57,77,56)
#2B3A2B
(43,58,43)
#1D271E
(29,39,30)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BD293

#9BD293
(155,210,147)
#A4D69C
(164,214,156)
#ADDAA5
(173,218,165)
#B6DEAE
(182,222,174)
#BFE2B7
(191,226,183)
#C8E6C0
(200,230,192)
#D1EAC9
(209,234,201)
#DAEED2
(218,238,210)
#E3F2DB
(227,242,219)
#ECF6E4
(236,246,228)
#F5FAED
(245,250,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BD293 color. Also use rgb(155,210,147) instead hex code.

Text Font Color

.myTextColor { color: #9BD293; }

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

This text font color is #9BD293.


Background Color

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

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

This div background color is #9BD293.


Border color

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

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

This div border color is #9BD293.


Opacity

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

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

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

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

This text has shadow with #9BD293 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BD293 on black background.


Color preview on white background

This text has color #9BD293 on white background.



Black color preview on #9BD293 background

This text has black color on #9BD293 background.


White color preview on #9BD293 background

This text has white color on #9BD293 background.