COLOR #99BCDA

HEX: #99BCDA
RGB: (153,188,218)

Color info

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

RGB color model

#99BCDA color RGB value is (153,188,218).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 218 of 255 = 85%

153
188
218

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 218 = 559 (100%)
R 153 of 559 ~ 27.37%
G 188 of 559 ~ 33.63%
B 218 of 559 ~ 39%

%27.37
%33.63
%39

CMYK color model

#99BCDA color CMYK value is (30,14,0,15).

  • cyan value is 29.82%
  • magenta value is 13.76%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,14,0,15)
C30M14Y0K15 
(30%,14%,0%,15%)
(0.30/0.14/0.00/0.15)	

CMYK percentages

%29.82
%13.76
%0
%14.51

Codes

Color #99BCDA in popluar color models

99BCDA
RGB153188218
HSL208°46.76%72.75%
HSB/HSV208°29.82%85.49%
CMYK29.82%13.76%0.00%
14.51%

Color #99BCDA in popluar number systems.

HEX99BCDA
Decimal153188218
Binary100110011011110011011010
Octal231274332

Shades and tints

Shades of #99BCDA

#99BCDA
(153,188,218)
#8CABC7
(140,171,199)
#7F9AB4
(127,154,180)
#7289A1
(114,137,161)
#65788E
(101,120,142)
#58677B
(88,103,123)
#4B5668
(75,86,104)
#3E4555
(62,69,85)
#313442
(49,52,66)
#24232F
(36,35,47)
#17121C
(23,18,28)
#000000
(0,0,0)

Tints of #99BCDA

#99BCDA
(153,188,218)
#A2C2DD
(162,194,221)
#ABC8E0
(171,200,224)
#B4CEE3
(180,206,227)
#BDD4E6
(189,212,230)
#C6DAE9
(198,218,233)
#CFE0EC
(207,224,236)
#D8E6EF
(216,230,239)
#E1ECF2
(225,236,242)
#EAF2F5
(234,242,245)
#F3F8F8
(243,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99BCDA color. Also use rgb(153,188,218) instead hex code.

Text Font Color

.myTextColor { color: #99BCDA; }

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

This text font color is #99BCDA.


Background Color

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

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

This div background color is #99BCDA.


Border color

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

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

This div border color is #99BCDA.


Opacity

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

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

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

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

This text has shadow with #99BCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCDA on black background.


Color preview on white background

This text has color #99BCDA on white background.



Black color preview on #99BCDA background

This text has black color on #99BCDA background.


White color preview on #99BCDA background

This text has white color on #99BCDA background.