COLOR #99BCCA

HEX: #99BCCA
RGB: (153,188,202)

Color info

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

RGB color model

#99BCCA color RGB value is (153,188,202).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 202 of 255 = 79%

153
188
202

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 202 = 543 (100%)
R 153 of 543 ~ 28.18%
G 188 of 543 ~ 34.62%
B 202 of 543 ~ 37.2%

%28.18
%34.62
%37.2

CMYK color model

#99BCCA color CMYK value is (24,7,0,21).

  • cyan value is 24.26%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,7,0,21)
C24M7Y0K21 
(24%,7%,0%,21%)
(0.24/0.07/0.00/0.21)	

CMYK percentages

%24.26
%6.93
%0
%20.78

Codes

Color #99BCCA in popluar color models

99BCCA
RGB153188202
HSL197°31.61%69.61%
HSB/HSV197°24.26%79.22%
CMYK24.26%6.93%0.00%
20.78%

Color #99BCCA in popluar number systems.

HEX99BCCA
Decimal153188202
Binary100110011011110011001010
Octal231274312

Shades and tints

Shades of #99BCCA

#99BCCA
(153,188,202)
#8CABB8
(140,171,184)
#7F9AA6
(127,154,166)
#728994
(114,137,148)
#657882
(101,120,130)
#586770
(88,103,112)
#4B565E
(75,86,94)
#3E454C
(62,69,76)
#31343A
(49,52,58)
#242328
(36,35,40)
#171216
(23,18,22)
#000000
(0,0,0)

Tints of #99BCCA

#99BCCA
(153,188,202)
#A2C2CE
(162,194,206)
#ABC8D2
(171,200,210)
#B4CED6
(180,206,214)
#BDD4DA
(189,212,218)
#C6DADE
(198,218,222)
#CFE0E2
(207,224,226)
#D8E6E6
(216,230,230)
#E1ECEA
(225,236,234)
#EAF2EE
(234,242,238)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BCCA; }

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

This text font color is #99BCCA.


Background Color

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

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

This div background color is #99BCCA.


Border color

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

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

This div border color is #99BCCA.


Opacity

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

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

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

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

This text has shadow with #99BCCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCCA on black background.


Color preview on white background

This text has color #99BCCA on white background.



Black color preview on #99BCCA background

This text has black color on #99BCCA background.


White color preview on #99BCCA background

This text has white color on #99BCCA background.