COLOR #99B9CD

HEX: #99B9CD
RGB: (153,185,205)

Color info

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

RGB color model

#99B9CD color RGB value is (153,185,205).

  • red value is 153;
  • green value is 185;
  • blue value is 205.
RGB:
(153,185,205)
(60%,73%,80%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 205 of 255 = 80%

153
185
205

R + G + B ~ 71%. #99B9CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 205 = 543 (100%)
R 153 of 543 ~ 28.18%
G 185 of 543 ~ 34.07%
B 205 of 543 ~ 37.75%

%28.18
%34.07
%37.75

CMYK color model

#99B9CD color CMYK value is (25,10,0,20).

  • cyan value is 25.37%
  • magenta value is 9.76%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(25,10,0,20)
C25M10Y0K20 
(25%,10%,0%,20%)
(0.25/0.10/0.00/0.20)	

CMYK percentages

%25.37
%9.76
%0
%19.61

Codes

Color #99B9CD in popluar color models

99B9CD
RGB153185205
HSL203°34.21%70.20%
HSB/HSV203°25.37%80.39%
CMYK25.37%9.76%0.00%
19.61%

Color #99B9CD in popluar number systems.

HEX99B9CD
Decimal153185205
Binary100110011011100111001101
Octal231271315

Shades and tints

Shades of #99B9CD

#99B9CD
(153,185,205)
#8CA9BB
(140,169,187)
#7F99A9
(127,153,169)
#728997
(114,137,151)
#657985
(101,121,133)
#586973
(88,105,115)
#4B5961
(75,89,97)
#3E494F
(62,73,79)
#31393D
(49,57,61)
#24292B
(36,41,43)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #99B9CD

#99B9CD
(153,185,205)
#A2BFD1
(162,191,209)
#ABC5D5
(171,197,213)
#B4CBD9
(180,203,217)
#BDD1DD
(189,209,221)
#C6D7E1
(198,215,225)
#CFDDE5
(207,221,229)
#D8E3E9
(216,227,233)
#E1E9ED
(225,233,237)
#EAEFF1
(234,239,241)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B9CD color. Also use rgb(153,185,205) instead hex code.

Text Font Color

.myTextColor { color: #99B9CD; }

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

This text font color is #99B9CD.


Background Color

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

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

This div background color is #99B9CD.


Border color

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

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

This div border color is #99B9CD.


Opacity

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

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

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

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

This text has shadow with #99B9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B9CD on black background.


Color preview on white background

This text has color #99B9CD on white background.



Black color preview on #99B9CD background

This text has black color on #99B9CD background.


White color preview on #99B9CD background

This text has white color on #99B9CD background.