COLOR #99BBA8

HEX: #99BBA8 RGB: (153,187,168)

Color info

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

RGB color model

#99BBA8 color RGB value is (153,187,168).

RGB: (153,187,168) (60%, 73%, 66%)

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 168 of 255 = 66%

153
187
168

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

Portions of RGB colors in percentages

R + G + B = 153 + 187 + 168 = 508 (100%)
R 153 of 508 ~ 30.12%
G 187 of 508 ~ 36.81%
B 168 of 508 ~ 33.07'%

%30.12
%36.81
%33.07

CMYK color model

#99BBA8 color CMYK value is (18,0,10,27).

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

CMYK: (18,0,10,27)
C18M0Y10K27 (18%, 0%, 10%, 27%)
(0.18 / 0.00 / 0.10 / 0.27)

CMYK percentages

%18.18
%0
%10.16
%26.67

Codes

Color #99BBA8 in popluar color models

99 BB A8
RGB 153 187 168
HSL 146° 20.00% 66.67%
HSB/HSV 146° 18.18% 73.33%
CMYK 18.18% 0.00% 10.16%
26.67%

Color #99BBA8 in popluar number systems.

HEX 99 BB A8
Decimal 153 187 168
Binary 10011001 10111011 10101000
Octal 231 273 250

Shades and tints

Shades of #99BBA8

#99BBA8
(153,187,168)
#8CAA99
(140,170,153)
#7F998A
(127,153,138)
#72887B
(114,136,123)
#65776C
(101,119,108)
#58665D
(88,102,93)
#4B554E
(75,85,78)
#3E443F
(62,68,63)
#313330
(49,51,48)
#242221
(36,34,33)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #99BBA8

#99BBA8
(153,187,168)
#A2C1AF
(162,193,175)
#ABC7B6
(171,199,182)
#B4CDBD
(180,205,189)
#BDD3C4
(189,211,196)
#C6D9CB
(198,217,203)
#CFDFD2
(207,223,210)
#D8E5D9
(216,229,217)
#E1EBE0
(225,235,224)
#EAF1E7
(234,241,231)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BBA8; }

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

This text font color is #99BBA8.

Background Color

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

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

This div background color is #99BBA8.

Border color

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

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

This div border color is #99BBA8.

Opacity

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

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

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

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

This text has shadow with #99BBA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BBA8.

Preview

Color preview on black background

This text has color #99BBA8 on black background.


Color preview on white background

This text has color #99BBA8 on white background.


Black color preview on #99BBA8 background

This text has black color on #99BBA8 background.


White color preview on #99BBA8 background

This text has white color on #99BBA8 background.


Related colors

Complementary color

Complementary color for #hex is #664457.


I love getcolorcode.com

Triadic colors

1 #A899BB and #BBA899 with #99BBA8 are triadic colors.

2 #A8BB99 and #BB99A8 with #99BBA8 are triadic colors.