COLOR #99BBA7

HEX: #99BBA7 RGB: (153,187,167)

Color info

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

RGB color model

#99BBA7 color RGB value is (153,187,167).

RGB: (153,187,167) (60%, 73%, 65%)

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 167 of 255 = 65%

153
187
167

R + G + B ~ 66%. #99BBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 187 + 167 = 507 (100%)
R 153 of 507 ~ 30.18%
G 187 of 507 ~ 36.88%
B 167 of 507 ~ 32.94'%

%30.18
%36.88
%32.94

CMYK color model

#99BBA7 color CMYK value is (18,0,11,27).

  • cyan value is 18.18%
  • magenta value is 0.00%
  • yellow value is 10.70%
  • key color value is 26.67%

CMYK: (18,0,11,27)
C18M0Y11K27 (18%, 0%, 11%, 27%)
(0.18 / 0.00 / 0.11 / 0.27)

CMYK percentages

%18.18
%0
%10.7
%26.67

Codes

Color #99BBA7 in popluar color models

99 BB A7
RGB 153 187 167
HSL 145° 20.00% 66.67%
HSB/HSV 145° 18.18% 73.33%
CMYK 18.18% 0.00% 10.70%
26.67%

Color #99BBA7 in popluar number systems.

HEX 99 BB A7
Decimal 153 187 167
Binary 10011001 10111011 10100111
Octal 231 273 247

Shades and tints

Shades of #99BBA7

#99BBA7
(153,187,167)
#8CAA98
(140,170,152)
#7F9989
(127,153,137)
#72887A
(114,136,122)
#65776B
(101,119,107)
#58665C
(88,102,92)
#4B554D
(75,85,77)
#3E443E
(62,68,62)
#31332F
(49,51,47)
#242220
(36,34,32)
#171111
(23,17,17)
#000000
(0,0,0)

Tints of #99BBA7

#99BBA7
(153,187,167)
#A2C1AF
(162,193,175)
#ABC7B7
(171,199,183)
#B4CDBF
(180,205,191)
#BDD3C7
(189,211,199)
#C6D9CF
(198,217,207)
#CFDFD7
(207,223,215)
#D8E5DF
(216,229,223)
#E1EBE7
(225,235,231)
#EAF1EF
(234,241,239)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BBA7 color. Also use rgb(153,187,167) instead hex code.

Text Font Color

.myTextColor { color: #99BBA7; }

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

This text font color is #99BBA7.

Background Color

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

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

This div background color is #99BBA7.

Border color

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

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

This div border color is #99BBA7.

Opacity

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

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

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

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

This text has shadow with #99BBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BBA7.

Preview

Color preview on black background

This text has color #99BBA7 on black background.


Color preview on white background

This text has color #99BBA7 on white background.


Black color preview on #99BBA7 background

This text has black color on #99BBA7 background.


White color preview on #99BBA7 background

This text has white color on #99BBA7 background.


Related colors

Complementary color

Complementary color for #hex is #664458.


I love getcolorcode.com

Triadic colors

1 #A799BB and #BBA799 with #99BBA7 are triadic colors.

2 #A7BB99 and #BB99A7 with #99BBA7 are triadic colors.