COLOR #99BBC0

HEX: #99BBC0 RGB: (153,187,192)

Color info

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

RGB color model

#99BBC0 color RGB value is (153,187,192).

RGB: (153,187,192) (60%, 73%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 187 of 255 = 73%
B 192 of 255 = 75%

153
187
192

R + G + B ~ 69%. #99BBC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 187 + 192 = 532 (100%)
R 153 of 532 ~ 28.76%
G 187 of 532 ~ 35.15%
B 192 of 532 ~ 36.09'%

%28.76
%35.15
%36.09

CMYK color model

#99BBC0 color CMYK value is (20,3,0,25).

  • cyan value is 20.31%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (20,3,0,25)
C20M3Y0K25 (20%, 3%, 0%, 25%)
(0.20 / 0.03 / 0.00 / 0.25)

CMYK percentages

%20.31
%2.6
%0
%24.71

Codes

Color #99BBC0 in popluar color models

99 BB C0
RGB 153 187 192
HSL 188° 23.64% 67.65%
HSB/HSV 188° 20.31% 75.29%
CMYK 20.31% 2.60% 0.00%
24.71%

Color #99BBC0 in popluar number systems.

HEX 99 BB C0
Decimal 153 187 192
Binary 10011001 10111011 11000000
Octal 231 273 300

Shades and tints

Shades of #99BBC0

#99BBC0
(153,187,192)
#8CAAAF
(140,170,175)
#7F999E
(127,153,158)
#72888D
(114,136,141)
#65777C
(101,119,124)
#58666B
(88,102,107)
#4B555A
(75,85,90)
#3E4449
(62,68,73)
#313338
(49,51,56)
#242227
(36,34,39)
#171116
(23,17,22)
#000000
(0,0,0)

Tints of #99BBC0

#99BBC0
(153,187,192)
#A2C1C5
(162,193,197)
#ABC7CA
(171,199,202)
#B4CDCF
(180,205,207)
#BDD3D4
(189,211,212)
#C6D9D9
(198,217,217)
#CFDFDE
(207,223,222)
#D8E5E3
(216,229,227)
#E1EBE8
(225,235,232)
#EAF1ED
(234,241,237)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BBC0; }

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

This text font color is #99BBC0.

Background Color

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

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

This div background color is #99BBC0.

Border color

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

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

This div border color is #99BBC0.

Opacity

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

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

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

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

This text has shadow with #99BBC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99BBC0.

Preview

Color preview on black background

This text has color #99BBC0 on black background.


Color preview on white background

This text has color #99BBC0 on white background.


Black color preview on #99BBC0 background

This text has black color on #99BBC0 background.


White color preview on #99BBC0 background

This text has white color on #99BBC0 background.


Related colors

Complementary color

Complementary color for #hex is #66443F.


I love getcolorcode.com

Triadic colors

1 #C099BB and #BBC099 with #99BBC0 are triadic colors.

2 #C0BB99 and #BB99C0 with #99BBC0 are triadic colors.