COLOR #99B29C

HEX: #99B29C RGB: (153,178,156)

Color info

#99B29C contains red, green and blue colors in about the same proportion. Web safe color of #99B29C is #999999 (or #999).

RGB color model

#99B29C color RGB value is (153,178,156).

RGB: (153,178,156) (60%, 70%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 178 of 255 = 70%
B 156 of 255 = 61%

153
178
156

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

Portions of RGB colors in percentages

R + G + B = 153 + 178 + 156 = 487 (100%)
R 153 of 487 ~ 31.42%
G 178 of 487 ~ 36.55%
B 156 of 487 ~ 32.03'%

%31.42
%36.55
%32.03

CMYK color model

#99B29C color CMYK value is (14,0,12,30).

  • cyan value is 14.04%
  • magenta value is 0.00%
  • yellow value is 12.36%
  • key color value is 30.20%
CMYK: (14,0,12,30) C14M0Y12K30 (14%,0%,12%,30%) (0.14/0.00/0.12/0.30) 

CMYK percentages

%14.04
%0
%12.36
%30.2

Codes

Color #99B29C in popluar color models

99 B2 9C
RGB 153 178 156
HSL 127° 13.97% 64.90%
HSB/HSV 127° 14.04% 69.80%
CMYK 14.04% 0.00% 12.36%
30.20%

Color #99B29C in popluar number systems.

HEX 99 B2 9C
Decimal 153 178 156
Binary 10011001 10110010 10011100
Octal 231 262 234

Shades and tints

Shades of #99B29C

#99B29C
(153,178,156)
#8CA28E
(140,162,142)
#7F9280
(127,146,128)
#728272
(114,130,114)
#657264
(101,114,100)
#586256
(88,98,86)
#4B5248
(75,82,72)
#3E423A
(62,66,58)
#31322C
(49,50,44)
#24221E
(36,34,30)
#171210
(23,18,16)
#000000
(0,0,0)

Tints of #99B29C

#99B29C
(153,178,156)
#A2B9A5
(162,185,165)
#ABC0AE
(171,192,174)
#B4C7B7
(180,199,183)
#BDCEC0
(189,206,192)
#C6D5C9
(198,213,201)
#CFDCD2
(207,220,210)
#D8E3DB
(216,227,219)
#E1EAE4
(225,234,228)
#EAF1ED
(234,241,237)
#F3F8F6
(243,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B29C color. Also use rgb(153,178,156) instead hex code.

Text Font Color

.myTextColor { color: #99B29C; }

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

This text font color is #99B29C.

Background Color

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

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

This div background color is #99B29C.

Border color

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

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

This div border color is #99B29C.

Opacity

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

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

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

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

This text has shadow with #99B29C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B29C.

Preview

Color preview on black background

This text has color #99B29C on black background.


Color preview on white background

This text has color #99B29C on white background.


Black color preview on #99B29C background

This text has black color on #99B29C background.


White color preview on #99B29C background

This text has white color on #99B29C background.


Related colors

Complementary color

Complementary color for #hex is #664D63.


I love getcolorcode.com

Triadic colors

1 #9C99B2 and #B29C99 with #99B29C are triadic colors.

2 #9CB299 and #B2999C with #99B29C are triadic colors.