COLOR #99B394

HEX: #99B394 RGB: (153,179,148)

Color info

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

RGB color model

#99B394 color RGB value is (153,179,148).

RGB: (153,179,148) (60%, 70%, 58%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 148 of 255 = 58%

153
179
148

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

Portions of RGB colors in percentages

R + G + B = 153 + 179 + 148 = 480 (100%)
R 153 of 480 ~ 31.88%
G 179 of 480 ~ 37.29%
B 148 of 480 ~ 30.83'%

%31.88
%37.29
%30.83

CMYK color model

#99B394 color CMYK value is (15,0,17,30).

  • cyan value is 14.53%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 29.80%

CMYK: (15,0,17,30)
C15M0Y17K30 (15%, 0%, 17%, 30%)
(0.15 / 0.00 / 0.17 / 0.30)

CMYK percentages

%14.53
%0
%17.32
%29.8

Codes

Color #99B394 in popluar color models

99 B3 94
RGB 153 179 148
HSL 110° 16.94% 64.12%
HSB/HSV 110° 17.32% 70.20%
CMYK 14.53% 0.00% 17.32%
29.80%

Color #99B394 in popluar number systems.

HEX 99 B3 94
Decimal 153 179 148
Binary 10011001 10110011 10010100
Octal 231 263 224

Shades and tints

Shades of #99B394

#99B394
(153,179,148)
#8CA387
(140,163,135)
#7F937A
(127,147,122)
#72836D
(114,131,109)
#657360
(101,115,96)
#586353
(88,99,83)
#4B5346
(75,83,70)
#3E4339
(62,67,57)
#31332C
(49,51,44)
#24231F
(36,35,31)
#171312
(23,19,18)
#000000
(0,0,0)

Tints of #99B394

#99B394
(153,179,148)
#A2B99D
(162,185,157)
#ABBFA6
(171,191,166)
#B4C5AF
(180,197,175)
#BDCBB8
(189,203,184)
#C6D1C1
(198,209,193)
#CFD7CA
(207,215,202)
#D8DDD3
(216,221,211)
#E1E3DC
(225,227,220)
#EAE9E5
(234,233,229)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B394 color. Also use rgb(153,179,148) instead hex code.

Text Font Color

.myTextColor { color: #99B394; }

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

This text font color is #99B394.

Background Color

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

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

This div background color is #99B394.

Border color

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

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

This div border color is #99B394.

Opacity

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

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

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

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

This text has shadow with #99B394 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B394.

Preview

Color preview on black background

This text has color #99B394 on black background.


Color preview on white background

This text has color #99B394 on white background.


Black color preview on #99B394 background

This text has black color on #99B394 background.


White color preview on #99B394 background

This text has white color on #99B394 background.


Related colors

Complementary color

Complementary color for #hex is #664C6B.


I love getcolorcode.com

Triadic colors

1 #9499B3 and #B39499 with #99B394 are triadic colors.

2 #94B399 and #B39994 with #99B394 are triadic colors.