COLOR #99B69D

HEX: #99B69D
RGB: (153,182,157)

Color info

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

RGB color model

#99B69D color RGB value is (153,182,157).

  • red value is 153;
  • green value is 182;
  • blue value is 157.
RGB:
(153,182,157)
(60%,71%,62%)

RGB channels and saturation

R 153 of 255 = 60%
G 182 of 255 = 71%
B 157 of 255 = 62%

153
182
157

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

Portions of RGB colors in percentages

R + G + B =
153 + 182 + 157 = 492 (100%)
R 153 of 492 ~ 31.1%
G 182 of 492 ~ 36.99%
B 157 of 492 ~ 31.91%

%31.1
%36.99
%31.91

CMYK color model

#99B69D color CMYK value is (16,0,14,29).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 13.74%
  • key color value is 28.63%
CMYK:
(16,0,14,29)
C16M0Y14K29 
(16%,0%,14%,29%)
(0.16/0.00/0.14/0.29)	

CMYK percentages

%15.93
%0
%13.74
%28.63

Codes

Color #99B69D in popluar color models

99B69D
RGB153182157
HSL128°16.57%65.69%
HSB/HSV128°15.93%71.37%
CMYK15.93%0.00%13.74%
28.63%

Color #99B69D in popluar number systems.

HEX99B69D
Decimal153182157
Binary100110011011011010011101
Octal231266235

Shades and tints

Shades of #99B69D

#99B69D
(153,182,157)
#8CA68F
(140,166,143)
#7F9681
(127,150,129)
#728673
(114,134,115)
#657665
(101,118,101)
#586657
(88,102,87)
#4B5649
(75,86,73)
#3E463B
(62,70,59)
#31362D
(49,54,45)
#24261F
(36,38,31)
#171611
(23,22,17)
#000000
(0,0,0)

Tints of #99B69D

#99B69D
(153,182,157)
#A2BCA5
(162,188,165)
#ABC2AD
(171,194,173)
#B4C8B5
(180,200,181)
#BDCEBD
(189,206,189)
#C6D4C5
(198,212,197)
#CFDACD
(207,218,205)
#D8E0D5
(216,224,213)
#E1E6DD
(225,230,221)
#EAECE5
(234,236,229)
#F3F2ED
(243,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B69D color. Also use rgb(153,182,157) instead hex code.

Text Font Color

.myTextColor { color: #99B69D; }

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

This text font color is #99B69D.


Background Color

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

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

This div background color is #99B69D.


Border color

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

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

This div border color is #99B69D.


Opacity

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

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

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

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

This text has shadow with #99B69D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B69D on black background.


Color preview on white background

This text has color #99B69D on white background.



Black color preview on #99B69D background

This text has black color on #99B69D background.


White color preview on #99B69D background

This text has white color on #99B69D background.