COLOR #99BCCD

HEX: #99BCCD
RGB: (153,188,205)

Color info

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

RGB color model

#99BCCD color RGB value is (153,188,205).

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

RGB channels and saturation

R 153 of 255 = 60%
G 188 of 255 = 74%
B 205 of 255 = 80%

153
188
205

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

Portions of RGB colors in percentages

R + G + B =
153 + 188 + 205 = 546 (100%)
R 153 of 546 ~ 28.02%
G 188 of 546 ~ 34.43%
B 205 of 546 ~ 37.55%

%28.02
%34.43
%37.55

CMYK color model

#99BCCD color CMYK value is (25,8,0,20).

  • cyan value is 25.37%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(25,8,0,20)
C25M8Y0K20 
(25%,8%,0%,20%)
(0.25/0.08/0.00/0.20)	

CMYK percentages

%25.37
%8.29
%0
%19.61

Codes

Color #99BCCD in popluar color models

99BCCD
RGB153188205
HSL200°34.21%70.20%
HSB/HSV200°25.37%80.39%
CMYK25.37%8.29%0.00%
19.61%

Color #99BCCD in popluar number systems.

HEX99BCCD
Decimal153188205
Binary100110011011110011001101
Octal231274315

Shades and tints

Shades of #99BCCD

#99BCCD
(153,188,205)
#8CABBB
(140,171,187)
#7F9AA9
(127,154,169)
#728997
(114,137,151)
#657885
(101,120,133)
#586773
(88,103,115)
#4B5661
(75,86,97)
#3E454F
(62,69,79)
#31343D
(49,52,61)
#24232B
(36,35,43)
#171219
(23,18,25)
#000000
(0,0,0)

Tints of #99BCCD

#99BCCD
(153,188,205)
#A2C2D1
(162,194,209)
#ABC8D5
(171,200,213)
#B4CED9
(180,206,217)
#BDD4DD
(189,212,221)
#C6DAE1
(198,218,225)
#CFE0E5
(207,224,229)
#D8E6E9
(216,230,233)
#E1ECED
(225,236,237)
#EAF2F1
(234,242,241)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99BCCD; }

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

This text font color is #99BCCD.


Background Color

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

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

This div background color is #99BCCD.


Border color

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

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

This div border color is #99BCCD.


Opacity

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

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

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

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

This text has shadow with #99BCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99BCCD on black background.


Color preview on white background

This text has color #99BCCD on white background.



Black color preview on #99BCCD background

This text has black color on #99BCCD background.


White color preview on #99BCCD background

This text has white color on #99BCCD background.