COLOR #9BCB9E

HEX: #9BCB9E
RGB: (155,203,158)

Color info

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

RGB color model

#9BCB9E color RGB value is (155,203,158).

  • red value is 155;
  • green value is 203;
  • blue value is 158.
RGB:
(155,203,158)
(61%,80%,62%)

RGB channels and saturation

R 155 of 255 = 61%
G 203 of 255 = 80%
B 158 of 255 = 62%

155
203
158

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

Portions of RGB colors in percentages

R + G + B =
155 + 203 + 158 = 516 (100%)
R 155 of 516 ~ 30.04%
G 203 of 516 ~ 39.34%
B 158 of 516 ~ 30.62%

%30.04
%39.34
%30.62

CMYK color model

#9BCB9E color CMYK value is (24,0,22,20).

  • cyan value is 23.65%
  • magenta value is 0.00%
  • yellow value is 22.17%
  • key color value is 20.39%
CMYK:
(24,0,22,20)
C24M0Y22K20 
(24%,0%,22%,20%)
(0.24/0.00/0.22/0.20)	

CMYK percentages

%23.65
%0
%22.17
%20.39

Codes

Color #9BCB9E in popluar color models

9BCB9E
RGB155203158
HSL124°31.58%70.20%
HSB/HSV124°23.65%79.61%
CMYK23.65%0.00%22.17%
20.39%

Color #9BCB9E in popluar number systems.

HEX9BCB9E
Decimal155203158
Binary100110111100101110011110
Octal233313236

Shades and tints

Shades of #9BCB9E

#9BCB9E
(155,203,158)
#8DB990
(141,185,144)
#7FA782
(127,167,130)
#719574
(113,149,116)
#638366
(99,131,102)
#557158
(85,113,88)
#475F4A
(71,95,74)
#394D3C
(57,77,60)
#2B3B2E
(43,59,46)
#1D2920
(29,41,32)
#0F1712
(15,23,18)
#000000
(0,0,0)

Tints of #9BCB9E

#9BCB9E
(155,203,158)
#A4CFA6
(164,207,166)
#ADD3AE
(173,211,174)
#B6D7B6
(182,215,182)
#BFDBBE
(191,219,190)
#C8DFC6
(200,223,198)
#D1E3CE
(209,227,206)
#DAE7D6
(218,231,214)
#E3EBDE
(227,235,222)
#ECEFE6
(236,239,230)
#F5F3EE
(245,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCB9E color. Also use rgb(155,203,158) instead hex code.

Text Font Color

.myTextColor { color: #9BCB9E; }

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

This text font color is #9BCB9E.


Background Color

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

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

This div background color is #9BCB9E.


Border color

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

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

This div border color is #9BCB9E.


Opacity

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

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

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

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

This text has shadow with #9BCB9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCB9E on black background.


Color preview on white background

This text has color #9BCB9E on white background.



Black color preview on #9BCB9E background

This text has black color on #9BCB9E background.


White color preview on #9BCB9E background

This text has white color on #9BCB9E background.