COLOR #99BB7D

HEX: #99BB7D
RGB: (153,187,125)

Color info

#99BB7D contains mainly red and green colors. Web safe color of #99BB7D is #99CC66 (or #9C6).

RGB color model

#99BB7D color RGB value is (153,187,125).

  • red value is 153;
  • green value is 187;
  • blue value is 125.
RGB:
(153,187,125)
(60%,73%,49%)

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 125 of 255 = 49%

153
187
125

R + G + B ~ 61%. #99BB7D is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 187 + 125 = 465 (100%)
R 153 of 465 ~ 32.9%
G 187 of 465 ~ 40.22%
B 125 of 465 ~ 26.88%

%32.9
%40.22
%26.88

CMYK color model

#99BB7D color CMYK value is (18,0,33,27).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 33.16%
  • key color value is 26.67%
CMYK:
(18,0,33,27)
C18M0Y33K27 
(18%,0%,33%,27%)
(0.18/0.00/0.33/0.27)	

CMYK percentages

%18.18
%0
%33.16
%26.67

Codes

Color #99BB7D in popluar color models

99BB7D
RGB153187125
HSL93°31.31%61.18%
HSB/HSV93°33.16%73.33%
CMYK18.18%0.00%33.16%
26.67%

Color #99BB7D in popluar number systems.

HEX99BB7D
Decimal153187125
Binary10011001101110111111101
Octal231273175

Shades and tints

Shades of #99BB7D

#99BB7D
(153,187,125)
#8CAA72
(140,170,114)
#7F9967
(127,153,103)
#72885C
(114,136,92)
#657751
(101,119,81)
#586646
(88,102,70)
#4B553B
(75,85,59)
#3E4430
(62,68,48)
#313325
(49,51,37)
#24221A
(36,34,26)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #99BB7D

#99BB7D
(153,187,125)
#A2C188
(162,193,136)
#ABC793
(171,199,147)
#B4CD9E
(180,205,158)
#BDD3A9
(189,211,169)
#C6D9B4
(198,217,180)
#CFDFBF
(207,223,191)
#D8E5CA
(216,229,202)
#E1EBD5
(225,235,213)
#EAF1E0
(234,241,224)
#F3F7EB
(243,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BB7D color. Also use rgb(153,187,125) instead hex code.

Text Font Color

.myTextColor { color: #99BB7D; }

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

This text font color is #99BB7D.


Background Color

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

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

This div background color is #99BB7D.


Border color

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

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

This div border color is #99BB7D.


Opacity

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

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

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

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

This text has shadow with #99BB7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BB7D on black background.


Color preview on white background

This text has color #99BB7D on white background.



Black color preview on #99BB7D background

This text has black color on #99BB7D background.


White color preview on #99BB7D background

This text has white color on #99BB7D background.