COLOR #99BDD9

HEX: #99BDD9
RGB: (153,189,217)

Color info

#99BDD9 contains mainly green and blue colors. Web safe color of #99BDD9 is #99CCCC (or #9CC).

RGB color model

#99BDD9 color RGB value is (153,189,217).

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

RGB channels and saturation

R 153 of 255 = 60%
G 189 of 255 = 74%
B 217 of 255 = 85%

153
189
217

R + G + B ~ 73%. #99BDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 189 + 217 = 559 (100%)
R 153 of 559 ~ 27.37%
G 189 of 559 ~ 33.81%
B 217 of 559 ~ 38.82%

%27.37
%33.81
%38.82

CMYK color model

#99BDD9 color CMYK value is (29,13,0,15).

  • cyan value is 29.49%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(29,13,0,15)
C29M13Y0K15 
(29%,13%,0%,15%)
(0.29/0.13/0.00/0.15)	

CMYK percentages

%29.49
%12.9
%0
%14.9

Codes

Color #99BDD9 in popluar color models

99BDD9
RGB153189217
HSL206°45.71%72.55%
HSB/HSV206°29.49%85.10%
CMYK29.49%12.90%0.00%
14.90%

Color #99BDD9 in popluar number systems.

HEX99BDD9
Decimal153189217
Binary100110011011110111011001
Octal231275331

Shades and tints

Shades of #99BDD9

#99BDD9
(153,189,217)
#8CACC6
(140,172,198)
#7F9BB3
(127,155,179)
#728AA0
(114,138,160)
#65798D
(101,121,141)
#58687A
(88,104,122)
#4B5767
(75,87,103)
#3E4654
(62,70,84)
#313541
(49,53,65)
#24242E
(36,36,46)
#17131B
(23,19,27)
#000000
(0,0,0)

Tints of #99BDD9

#99BDD9
(153,189,217)
#A2C3DC
(162,195,220)
#ABC9DF
(171,201,223)
#B4CFE2
(180,207,226)
#BDD5E5
(189,213,229)
#C6DBE8
(198,219,232)
#CFE1EB
(207,225,235)
#D8E7EE
(216,231,238)
#E1EDF1
(225,237,241)
#EAF3F4
(234,243,244)
#F3F9F7
(243,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BDD9; }

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

This text font color is #99BDD9.


Background Color

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

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

This div background color is #99BDD9.


Border color

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

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

This div border color is #99BDD9.


Opacity

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

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

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

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

This text has shadow with #99BDD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BDD9 on black background.


Color preview on white background

This text has color #99BDD9 on white background.



Black color preview on #99BDD9 background

This text has black color on #99BDD9 background.


White color preview on #99BDD9 background

This text has white color on #99BDD9 background.