COLOR #99BD95

HEX: #99BD95
RGB: (153,189,149)

Color info

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

RGB color model

#99BD95 color RGB value is (153,189,149).

  • red value is 153;
  • green value is 189;
  • blue value is 149.
RGB:
(153,189,149)
(60%,74%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 149 of 255 = 58%

153
189
149

R + G + B ~ 64%. #99BD95 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 189 + 149 = 491 (100%)
R 153 of 491 ~ 31.16%
G 189 of 491 ~ 38.49%
B 149 of 491 ~ 30.35%

%31.16
%38.49
%30.35

CMYK color model

#99BD95 color CMYK value is (19,0,21,26).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(19,0,21,26)
C19M0Y21K26 
(19%,0%,21%,26%)
(0.19/0.00/0.21/0.26)	

CMYK percentages

%19.05
%0
%21.16
%25.88

Codes

Color #99BD95 in popluar color models

99BD95
RGB153189149
HSL114°23.26%66.27%
HSB/HSV114°21.16%74.12%
CMYK19.05%0.00%21.16%
25.88%

Color #99BD95 in popluar number systems.

HEX99BD95
Decimal153189149
Binary100110011011110110010101
Octal231275225

Shades and tints

Shades of #99BD95

#99BD95
(153,189,149)
#8CAC88
(140,172,136)
#7F9B7B
(127,155,123)
#728A6E
(114,138,110)
#657961
(101,121,97)
#586854
(88,104,84)
#4B5747
(75,87,71)
#3E463A
(62,70,58)
#31352D
(49,53,45)
#242420
(36,36,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #99BD95

#99BD95
(153,189,149)
#A2C39E
(162,195,158)
#ABC9A7
(171,201,167)
#B4CFB0
(180,207,176)
#BDD5B9
(189,213,185)
#C6DBC2
(198,219,194)
#CFE1CB
(207,225,203)
#D8E7D4
(216,231,212)
#E1EDDD
(225,237,221)
#EAF3E6
(234,243,230)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BD95 color. Also use rgb(153,189,149) instead hex code.

Text Font Color

.myTextColor { color: #99BD95; }

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

This text font color is #99BD95.


Background Color

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

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

This div background color is #99BD95.


Border color

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

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

This div border color is #99BD95.


Opacity

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

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

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

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

This text has shadow with #99BD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BD95 on black background.


Color preview on white background

This text has color #99BD95 on white background.



Black color preview on #99BD95 background

This text has black color on #99BD95 background.


White color preview on #99BD95 background

This text has white color on #99BD95 background.