COLOR #99BBBE

HEX: #99BBBE
RGB: (153,187,190)

Color info

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

RGB color model

#99BBBE color RGB value is (153,187,190).

  • red value is 153;
  • green value is 187;
  • blue value is 190.
RGB:
(153,187,190)
(60%,73%,75%)

RGB channels and saturation

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

153
187
190

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

Portions of RGB colors in percentages

R + G + B =
153 + 187 + 190 = 530 (100%)
R 153 of 530 ~ 28.87%
G 187 of 530 ~ 35.28%
B 190 of 530 ~ 35.85%

%28.87
%35.28
%35.85

CMYK color model

#99BBBE color CMYK value is (19,2,0,25).

  • cyan value is 19.47%
  • magenta value is 1.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(19,2,0,25)
C19M2Y0K25 
(19%,2%,0%,25%)
(0.19/0.02/0.00/0.25)	

CMYK percentages

%19.47
%1.58
%0
%25.49

Codes

Color #99BBBE in popluar color models

99BBBE
RGB153187190
HSL185°22.16%67.25%
HSB/HSV185°19.47%74.51%
CMYK19.47%1.58%0.00%
25.49%

Color #99BBBE in popluar number systems.

HEX99BBBE
Decimal153187190
Binary100110011011101110111110
Octal231273276

Shades and tints

Shades of #99BBBE

#99BBBE
(153,187,190)
#8CAAAD
(140,170,173)
#7F999C
(127,153,156)
#72888B
(114,136,139)
#65777A
(101,119,122)
#586669
(88,102,105)
#4B5558
(75,85,88)
#3E4447
(62,68,71)
#313336
(49,51,54)
#242225
(36,34,37)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #99BBBE

#99BBBE
(153,187,190)
#A2C1C3
(162,193,195)
#ABC7C8
(171,199,200)
#B4CDCD
(180,205,205)
#BDD3D2
(189,211,210)
#C6D9D7
(198,217,215)
#CFDFDC
(207,223,220)
#D8E5E1
(216,229,225)
#E1EBE6
(225,235,230)
#EAF1EB
(234,241,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BBBE; }

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

This text font color is #99BBBE.


Background Color

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

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

This div background color is #99BBBE.


Border color

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

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

This div border color is #99BBBE.


Opacity

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

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

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

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

This text has shadow with #99BBBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BBBE on black background.


Color preview on white background

This text has color #99BBBE on white background.



Black color preview on #99BBBE background

This text has black color on #99BBBE background.


White color preview on #99BBBE background

This text has white color on #99BBBE background.