COLOR #99BADD

HEX: #99BADD
RGB: (153,186,221)

Color info

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

RGB color model

#99BADD color RGB value is (153,186,221).

  • red value is 153;
  • green value is 186;
  • blue value is 221.
RGB:
(153,186,221)
(60%,73%,87%)

RGB channels and saturation

R 153 of 255 = 60%
G 186 of 255 = 73%
B 221 of 255 = 87%

153
186
221

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

Portions of RGB colors in percentages

R + G + B =
153 + 186 + 221 = 560 (100%)
R 153 of 560 ~ 27.32%
G 186 of 560 ~ 33.21%
B 221 of 560 ~ 39.46%

%27.32
%33.21
%39.46

CMYK color model

#99BADD color CMYK value is (31,16,0,13).

  • cyan value is 30.77%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(31,16,0,13)
C31M16Y0K13 
(31%,16%,0%,13%)
(0.31/0.16/0.00/0.13)	

CMYK percentages

%30.77
%15.84
%0
%13.33

Codes

Color #99BADD in popluar color models

99BADD
RGB153186221
HSL211°50.00%73.33%
HSB/HSV211°30.77%86.67%
CMYK30.77%15.84%0.00%
13.33%

Color #99BADD in popluar number systems.

HEX99BADD
Decimal153186221
Binary100110011011101011011101
Octal231272335

Shades and tints

Shades of #99BADD

#99BADD
(153,186,221)
#8CAAC9
(140,170,201)
#7F9AB5
(127,154,181)
#728AA1
(114,138,161)
#657A8D
(101,122,141)
#586A79
(88,106,121)
#4B5A65
(75,90,101)
#3E4A51
(62,74,81)
#313A3D
(49,58,61)
#242A29
(36,42,41)
#171A15
(23,26,21)
#000000
(0,0,0)

Tints of #99BADD

#99BADD
(153,186,221)
#A2C0E0
(162,192,224)
#ABC6E3
(171,198,227)
#B4CCE6
(180,204,230)
#BDD2E9
(189,210,233)
#C6D8EC
(198,216,236)
#CFDEEF
(207,222,239)
#D8E4F2
(216,228,242)
#E1EAF5
(225,234,245)
#EAF0F8
(234,240,248)
#F3F6FB
(243,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BADD color. Also use rgb(153,186,221) instead hex code.

Text Font Color

.myTextColor { color: #99BADD; }

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

This text font color is #99BADD.


Background Color

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

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

This div background color is #99BADD.


Border color

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

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

This div border color is #99BADD.


Opacity

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

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

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

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

This text has shadow with #99BADD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BADD on black background.


Color preview on white background

This text has color #99BADD on white background.



Black color preview on #99BADD background

This text has black color on #99BADD background.


White color preview on #99BADD background

This text has white color on #99BADD background.