COLOR #99B3CE

HEX: #99B3CE
RGB: (153,179,206)

Color info

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

RGB color model

#99B3CE color RGB value is (153,179,206).

  • red value is 153;
  • green value is 179;
  • blue value is 206.
RGB:
(153,179,206)
(60%,70%,81%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 206 of 255 = 81%

153
179
206

R + G + B ~ 70%. #99B3CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 179 + 206 = 538 (100%)
R 153 of 538 ~ 28.44%
G 179 of 538 ~ 33.27%
B 206 of 538 ~ 38.29%

%28.44
%33.27
%38.29

CMYK color model

#99B3CE color CMYK value is (26,13,0,19).

  • cyan value is 25.73%
  • magenta value is 13.11%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(26,13,0,19)
C26M13Y0K19 
(26%,13%,0%,19%)
(0.26/0.13/0.00/0.19)	

CMYK percentages

%25.73
%13.11
%0
%19.22

Codes

Color #99B3CE in popluar color models

99B3CE
RGB153179206
HSL211°35.10%70.39%
HSB/HSV211°25.73%80.78%
CMYK25.73%13.11%0.00%
19.22%

Color #99B3CE in popluar number systems.

HEX99B3CE
Decimal153179206
Binary100110011011001111001110
Octal231263316

Shades and tints

Shades of #99B3CE

#99B3CE
(153,179,206)
#8CA3BC
(140,163,188)
#7F93AA
(127,147,170)
#728398
(114,131,152)
#657386
(101,115,134)
#586374
(88,99,116)
#4B5362
(75,83,98)
#3E4350
(62,67,80)
#31333E
(49,51,62)
#24232C
(36,35,44)
#17131A
(23,19,26)
#000000
(0,0,0)

Tints of #99B3CE

#99B3CE
(153,179,206)
#A2B9D2
(162,185,210)
#ABBFD6
(171,191,214)
#B4C5DA
(180,197,218)
#BDCBDE
(189,203,222)
#C6D1E2
(198,209,226)
#CFD7E6
(207,215,230)
#D8DDEA
(216,221,234)
#E1E3EE
(225,227,238)
#EAE9F2
(234,233,242)
#F3EFF6
(243,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B3CE color. Also use rgb(153,179,206) instead hex code.

Text Font Color

.myTextColor { color: #99B3CE; }

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

This text font color is #99B3CE.


Background Color

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

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

This div background color is #99B3CE.


Border color

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

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

This div border color is #99B3CE.


Opacity

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

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

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

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

This text has shadow with #99B3CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B3CE on black background.


Color preview on white background

This text has color #99B3CE on white background.



Black color preview on #99B3CE background

This text has black color on #99B3CE background.


White color preview on #99B3CE background

This text has white color on #99B3CE background.