COLOR #99BCD7

HEX: #99BCD7
RGB: (153,188,215)

Color info

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

RGB color model

#99BCD7 color RGB value is (153,188,215).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 215 of 255 = 84%

153
188
215

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 215 = 556 (100%)
R 153 of 556 ~ 27.52%
G 188 of 556 ~ 33.81%
B 215 of 556 ~ 38.67%

%27.52
%33.81
%38.67

CMYK color model

#99BCD7 color CMYK value is (29,13,0,16).

  • cyan value is 28.84%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(29,13,0,16)
C29M13Y0K16 
(29%,13%,0%,16%)
(0.29/0.13/0.00/0.16)	

CMYK percentages

%28.84
%12.56
%0
%15.69

Codes

Color #99BCD7 in popluar color models

99BCD7
RGB153188215
HSL206°43.66%72.16%
HSB/HSV206°28.84%84.31%
CMYK28.84%12.56%0.00%
15.69%

Color #99BCD7 in popluar number systems.

HEX99BCD7
Decimal153188215
Binary100110011011110011010111
Octal231274327

Shades and tints

Shades of #99BCD7

#99BCD7
(153,188,215)
#8CABC4
(140,171,196)
#7F9AB1
(127,154,177)
#72899E
(114,137,158)
#65788B
(101,120,139)
#586778
(88,103,120)
#4B5665
(75,86,101)
#3E4552
(62,69,82)
#31343F
(49,52,63)
#24232C
(36,35,44)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #99BCD7

#99BCD7
(153,188,215)
#A2C2DA
(162,194,218)
#ABC8DD
(171,200,221)
#B4CEE0
(180,206,224)
#BDD4E3
(189,212,227)
#C6DAE6
(198,218,230)
#CFE0E9
(207,224,233)
#D8E6EC
(216,230,236)
#E1ECEF
(225,236,239)
#EAF2F2
(234,242,242)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BCD7; }

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

This text font color is #99BCD7.


Background Color

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

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

This div background color is #99BCD7.


Border color

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

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

This div border color is #99BCD7.


Opacity

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

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

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

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

This text has shadow with #99BCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCD7 on black background.


Color preview on white background

This text has color #99BCD7 on white background.



Black color preview on #99BCD7 background

This text has black color on #99BCD7 background.


White color preview on #99BCD7 background

This text has white color on #99BCD7 background.