COLOR #9BCF9B

HEX: #9BCF9B
RGB: (155,207,155)

Color info

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

RGB color model

#9BCF9B color RGB value is (155,207,155).

  • red value is 155;
  • green value is 207;
  • blue value is 155.
RGB:
(155,207,155)
(61%,81%,61%)

RGB channels and saturation

R 155 of 255 = 61%
G 207 of 255 = 81%
B 155 of 255 = 61%

155
207
155

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

Portions of RGB colors in percentages

R + G + B =
155 + 207 + 155 = 517 (100%)
R 155 of 517 ~ 29.98%
G 207 of 517 ~ 40.04%
B 155 of 517 ~ 29.98%

%29.98
%40.04
%29.98

CMYK color model

#9BCF9B color CMYK value is (25,0,25,19).

  • cyan value is 25.12%
  • magenta value is 0.00%
  • yellow value is 25.12%
  • key color value is 18.82%
CMYK:
(25,0,25,19)
C25M0Y25K19 
(25%,0%,25%,19%)
(0.25/0.00/0.25/0.19)	

CMYK percentages

%25.12
%0
%25.12
%18.82

Codes

Color #9BCF9B in popluar color models

9BCF9B
RGB155207155
HSL120°35.14%70.98%
HSB/HSV120°25.12%81.18%
CMYK25.12%0.00%25.12%
18.82%

Color #9BCF9B in popluar number systems.

HEX9BCF9B
Decimal155207155
Binary100110111100111110011011
Octal233317233

Shades and tints

Shades of #9BCF9B

#9BCF9B
(155,207,155)
#8DBD8D
(141,189,141)
#7FAB7F
(127,171,127)
#719971
(113,153,113)
#638763
(99,135,99)
#557555
(85,117,85)
#476347
(71,99,71)
#395139
(57,81,57)
#2B3F2B
(43,63,43)
#1D2D1D
(29,45,29)
#0F1B0F
(15,27,15)
#000000
(0,0,0)

Tints of #9BCF9B

#9BCF9B
(155,207,155)
#A4D3A4
(164,211,164)
#ADD7AD
(173,215,173)
#B6DBB6
(182,219,182)
#BFDFBF
(191,223,191)
#C8E3C8
(200,227,200)
#D1E7D1
(209,231,209)
#DAEBDA
(218,235,218)
#E3EFE3
(227,239,227)
#ECF3EC
(236,243,236)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCF9B; }

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

This text font color is #9BCF9B.


Background Color

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

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

This div background color is #9BCF9B.


Border color

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

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

This div border color is #9BCF9B.


Opacity

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

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

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

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

This text has shadow with #9BCF9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCF9B on black background.


Color preview on white background

This text has color #9BCF9B on white background.



Black color preview on #9BCF9B background

This text has black color on #9BCF9B background.


White color preview on #9BCF9B background

This text has white color on #9BCF9B background.