COLOR #99B4CE

HEX: #99B4CE
RGB: (153,180,206)

Color info

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

RGB color model

#99B4CE color RGB value is (153,180,206).

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

RGB channels and saturation

R 153 of 255 = 60%
G 180 of 255 = 71%
B 206 of 255 = 81%

153
180
206

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

Portions of RGB colors in percentages

R + G + B =
153 + 180 + 206 = 539 (100%)
R 153 of 539 ~ 28.39%
G 180 of 539 ~ 33.4%
B 206 of 539 ~ 38.22%

%28.39
%33.4
%38.22

CMYK color model

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

  • cyan value is 25.73%
  • magenta value is 12.62%
  • 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
%12.62
%0
%19.22

Codes

Color #99B4CE in popluar color models

99B4CE
RGB153180206
HSL209°35.10%70.39%
HSB/HSV209°25.73%80.78%
CMYK25.73%12.62%0.00%
19.22%

Color #99B4CE in popluar number systems.

HEX99B4CE
Decimal153180206
Binary100110011011010011001110
Octal231264316

Shades and tints

Shades of #99B4CE

#99B4CE
(153,180,206)
#8CA4BC
(140,164,188)
#7F94AA
(127,148,170)
#728498
(114,132,152)
#657486
(101,116,134)
#586474
(88,100,116)
#4B5462
(75,84,98)
#3E4450
(62,68,80)
#31343E
(49,52,62)
#24242C
(36,36,44)
#17141A
(23,20,26)
#000000
(0,0,0)

Tints of #99B4CE

#99B4CE
(153,180,206)
#A2BAD2
(162,186,210)
#ABC0D6
(171,192,214)
#B4C6DA
(180,198,218)
#BDCCDE
(189,204,222)
#C6D2E2
(198,210,226)
#CFD8E6
(207,216,230)
#D8DEEA
(216,222,234)
#E1E4EE
(225,228,238)
#EAEAF2
(234,234,242)
#F3F0F6
(243,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B4CE; }

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

This text font color is #99B4CE.


Background Color

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

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

This div background color is #99B4CE.


Border color

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

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

This div border color is #99B4CE.


Opacity

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

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

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

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

This text has shadow with #99B4CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B4CE on black background.


Color preview on white background

This text has color #99B4CE on white background.



Black color preview on #99B4CE background

This text has black color on #99B4CE background.


White color preview on #99B4CE background

This text has white color on #99B4CE background.