COLOR #99BDC8

HEX: #99BDC8
RGB: (153,189,200)

Color info

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

RGB color model

#99BDC8 color RGB value is (153,189,200).

  • red value is 153;
  • green value is 189;
  • blue value is 200.
RGB:
(153,189,200)
(60%,74%,78%)

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 200 of 255 = 78%

153
189
200

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

Portions of RGB colors in percentages

R + G + B =
153 + 189 + 200 = 542 (100%)
R 153 of 542 ~ 28.23%
G 189 of 542 ~ 34.87%
B 200 of 542 ~ 36.9%

%28.23
%34.87
%36.9

CMYK color model

#99BDC8 color CMYK value is (24,5,0,22).

  • cyan value is 23.50%
  • magenta value is 5.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(24,5,0,22)
C24M5Y0K22 
(24%,5%,0%,22%)
(0.24/0.05/0.00/0.22)	

CMYK percentages

%23.5
%5.5
%0
%21.57

Codes

Color #99BDC8 in popluar color models

99BDC8
RGB153189200
HSL194°29.94%69.22%
HSB/HSV194°23.50%78.43%
CMYK23.50%5.50%0.00%
21.57%

Color #99BDC8 in popluar number systems.

HEX99BDC8
Decimal153189200
Binary100110011011110111001000
Octal231275310

Shades and tints

Shades of #99BDC8

#99BDC8
(153,189,200)
#8CACB6
(140,172,182)
#7F9BA4
(127,155,164)
#728A92
(114,138,146)
#657980
(101,121,128)
#58686E
(88,104,110)
#4B575C
(75,87,92)
#3E464A
(62,70,74)
#313538
(49,53,56)
#242426
(36,36,38)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #99BDC8

#99BDC8
(153,189,200)
#A2C3CD
(162,195,205)
#ABC9D2
(171,201,210)
#B4CFD7
(180,207,215)
#BDD5DC
(189,213,220)
#C6DBE1
(198,219,225)
#CFE1E6
(207,225,230)
#D8E7EB
(216,231,235)
#E1EDF0
(225,237,240)
#EAF3F5
(234,243,245)
#F3F9FA
(243,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BDC8 color. Also use rgb(153,189,200) instead hex code.

Text Font Color

.myTextColor { color: #99BDC8; }

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

This text font color is #99BDC8.


Background Color

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

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

This div background color is #99BDC8.


Border color

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

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

This div border color is #99BDC8.


Opacity

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

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

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

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

This text has shadow with #99BDC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BDC8 on black background.


Color preview on white background

This text has color #99BDC8 on white background.



Black color preview on #99BDC8 background

This text has black color on #99BDC8 background.


White color preview on #99BDC8 background

This text has white color on #99BDC8 background.