COLOR #99BF88

HEX: #99BF88 RGB: (153,191,136)

Color info

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

RGB color model

#99BF88 color RGB value is (153,191,136).

RGB: (153,191,136) (60%, 75%, 53%)

RGB channels and saturation

R 153 of 255 = 60%
G 191 of 255 = 75%
B 136 of 255 = 53%

153
191
136

R + G + B ~ 63%. #99BF88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 191 + 136 = 480 (100%)
R 153 of 480 ~ 31.88%
G 191 of 480 ~ 39.79%
B 136 of 480 ~ 28.33'%

%31.88
%39.79
%28.33

CMYK color model

#99BF88 color CMYK value is (20,0,29,25).

  • cyan value is 19.90%
  • magenta value is 0.00%
  • yellow value is 28.80%
  • key color value is 25.10%

CMYK: (20,0,29,25)
C20M0Y29K25 (20%, 0%, 29%, 25%)
(0.20 / 0.00 / 0.29 / 0.25)

CMYK percentages

%19.9
%0
%28.8
%25.1

Codes

Color #99BF88 in popluar color models

99 BF 88
RGB 153 191 136
HSL 101° 30.05% 64.12%
HSB/HSV 101° 28.80% 74.90%
CMYK 19.90% 0.00% 28.80%
25.10%

Color #99BF88 in popluar number systems.

HEX 99 BF 88
Decimal 153 191 136
Binary 10011001 10111111 10001000
Octal 231 277 210

Shades and tints

Shades of #99BF88

#99BF88
(153,191,136)
#8CAE7C
(140,174,124)
#7F9D70
(127,157,112)
#728C64
(114,140,100)
#657B58
(101,123,88)
#586A4C
(88,106,76)
#4B5940
(75,89,64)
#3E4834
(62,72,52)
#313728
(49,55,40)
#24261C
(36,38,28)
#171510
(23,21,16)
#000000
(0,0,0)

Tints of #99BF88

#99BF88
(153,191,136)
#A2C492
(162,196,146)
#ABC99C
(171,201,156)
#B4CEA6
(180,206,166)
#BDD3B0
(189,211,176)
#C6D8BA
(198,216,186)
#CFDDC4
(207,221,196)
#D8E2CE
(216,226,206)
#E1E7D8
(225,231,216)
#EAECE2
(234,236,226)
#F3F1EC
(243,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BF88 color. Also use rgb(153,191,136) instead hex code.

Text Font Color

.myTextColor { color: #99BF88; }

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

This text font color is #99BF88.

Background Color

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

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

This div background color is #99BF88.

Border color

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

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

This div border color is #99BF88.

Opacity

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

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

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

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

This text has shadow with #99BF88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BF88.

Preview

Color preview on black background

This text has color #99BF88 on black background.


Color preview on white background

This text has color #99BF88 on white background.


Black color preview on #99BF88 background

This text has black color on #99BF88 background.


White color preview on #99BF88 background

This text has white color on #99BF88 background.


Related colors

Complementary color

Complementary color for #hex is #664077.


I love getcolorcode.com

Triadic colors

1 #8899BF and #BF8899 with #99BF88 are triadic colors.

2 #88BF99 and #BF9988 with #99BF88 are triadic colors.