COLOR #99B898

HEX: #99B898 RGB: (153,184,152)

Color info

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

RGB color model

#99B898 color RGB value is (153,184,152).

RGB: (153,184,152) (60%, 72%, 60%)

RGB channels and saturation

R 153 of 255 = 60%
G 184 of 255 = 72%
B 152 of 255 = 60%

153
184
152

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

Portions of RGB colors in percentages

R + G + B = 153 + 184 + 152 = 489 (100%)
R 153 of 489 ~ 31.29%
G 184 of 489 ~ 37.63%
B 152 of 489 ~ 31.08'%

%31.29
%37.63
%31.08

CMYK color model

#99B898 color CMYK value is (17,0,17,28).

  • cyan value is 16.85%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 27.84%

CMYK: (17,0,17,28)
C17M0Y17K28 (17%, 0%, 17%, 28%)
(0.17 / 0.00 / 0.17 / 0.28)

CMYK percentages

%16.85
%0
%17.39
%27.84

Codes

Color #99B898 in popluar color models

99 B8 98
RGB 153 184 152
HSL 118° 18.39% 65.88%
HSB/HSV 118° 17.39% 72.16%
CMYK 16.85% 0.00% 17.39%
27.84%

Color #99B898 in popluar number systems.

HEX 99 B8 98
Decimal 153 184 152
Binary 10011001 10111000 10011000
Octal 231 270 230

Shades and tints

Shades of #99B898

#99B898
(153,184,152)
#8CA88B
(140,168,139)
#7F987E
(127,152,126)
#728871
(114,136,113)
#657864
(101,120,100)
#586857
(88,104,87)
#4B584A
(75,88,74)
#3E483D
(62,72,61)
#313830
(49,56,48)
#242823
(36,40,35)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #99B898

#99B898
(153,184,152)
#A2BEA1
(162,190,161)
#ABC4AA
(171,196,170)
#B4CAB3
(180,202,179)
#BDD0BC
(189,208,188)
#C6D6C5
(198,214,197)
#CFDCCE
(207,220,206)
#D8E2D7
(216,226,215)
#E1E8E0
(225,232,224)
#EAEEE9
(234,238,233)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B898 color. Also use rgb(153,184,152) instead hex code.

Text Font Color

.myTextColor { color: #99B898; }

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

This text font color is #99B898.

Background Color

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

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

This div background color is #99B898.

Border color

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

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

This div border color is #99B898.

Opacity

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

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

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

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

This text has shadow with #99B898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B898.

Preview

Color preview on black background

This text has color #99B898 on black background.


Color preview on white background

This text has color #99B898 on white background.


Black color preview on #99B898 background

This text has black color on #99B898 background.


White color preview on #99B898 background

This text has white color on #99B898 background.


Related colors

Complementary color

Complementary color for #hex is #664767.


I love getcolorcode.com

Triadic colors

1 #9899B8 and #B89899 with #99B898 are triadic colors.

2 #98B899 and #B89998 with #99B898 are triadic colors.