COLOR #99BC9B

HEX: #99BC9B
RGB: (153,188,155)

Color info

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

RGB color model

#99BC9B color RGB value is (153,188,155).

  • red value is 153;
  • green value is 188;
  • blue value is 155.
RGB:
(153,188,155)
(60%,74%,61%)

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 155 of 255 = 61%

153
188
155

R + G + B ~ 65%. #99BC9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 155 = 496 (100%)
R 153 of 496 ~ 30.85%
G 188 of 496 ~ 37.9%
B 155 of 496 ~ 31.25%

%30.85
%37.9
%31.25

CMYK color model

#99BC9B color CMYK value is (19,0,18,26).

  • cyan value is 18.62%
  • magenta value is 0.00%
  • yellow value is 17.55%
  • key color value is 26.27%
CMYK:
(19,0,18,26)
C19M0Y18K26 
(19%,0%,18%,26%)
(0.19/0.00/0.18/0.26)	

CMYK percentages

%18.62
%0
%17.55
%26.27

Codes

Color #99BC9B in popluar color models

99BC9B
RGB153188155
HSL123°20.71%66.86%
HSB/HSV123°18.62%73.73%
CMYK18.62%0.00%17.55%
26.27%

Color #99BC9B in popluar number systems.

HEX99BC9B
Decimal153188155
Binary100110011011110010011011
Octal231274233

Shades and tints

Shades of #99BC9B

#99BC9B
(153,188,155)
#8CAB8D
(140,171,141)
#7F9A7F
(127,154,127)
#728971
(114,137,113)
#657863
(101,120,99)
#586755
(88,103,85)
#4B5647
(75,86,71)
#3E4539
(62,69,57)
#31342B
(49,52,43)
#24231D
(36,35,29)
#17120F
(23,18,15)
#000000
(0,0,0)

Tints of #99BC9B

#99BC9B
(153,188,155)
#A2C2A4
(162,194,164)
#ABC8AD
(171,200,173)
#B4CEB6
(180,206,182)
#BDD4BF
(189,212,191)
#C6DAC8
(198,218,200)
#CFE0D1
(207,224,209)
#D8E6DA
(216,230,218)
#E1ECE3
(225,236,227)
#EAF2EC
(234,242,236)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BC9B color. Also use rgb(153,188,155) instead hex code.

Text Font Color

.myTextColor { color: #99BC9B; }

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

This text font color is #99BC9B.


Background Color

.myBgColor { background-color: #99BC9B; }

<div style="background-color:#99BC9B">Inner text</div>

This div background color is #99BC9B.


Border color

.myBorderColor { border: 1px solid #99BC9B; }

<div style="border:3px solid #99BC9B">Div</div>

This div border color is #99BC9B.


Opacity

.myOpacity80 { color: #99BC9B; opacity: 0.8; }

<p style="color:#99BC9B;opacity:0.8;">80%</p>

Text with #99BC9B 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 #99BC9B;}

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

This text has shadow with #99BC9B color.

.textShadow {text-shadow: 3px 3px 1px #99BC9B, 3px 3px 1px red;}

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

This text has shadow with #99BC9B primary color and red secondary color.


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

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

This text has shadow with #99BC9B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BC9B on black background.


Color preview on white background

This text has color #99BC9B on white background.



Black color preview on #99BC9B background

This text has black color on #99BC9B background.


White color preview on #99BC9B background

This text has white color on #99BC9B background.