COLOR #99B9E1

HEX: #99B9E1
RGB: (153,185,225)

Color info

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

RGB color model

#99B9E1 color RGB value is (153,185,225).

  • red value is 153;
  • green value is 185;
  • blue value is 225.
RGB:
(153,185,225)
(60%,73%,88%)

RGB channels and saturation

R 153 of 255 = 60%
G 185 of 255 = 73%
B 225 of 255 = 88%

153
185
225

R + G + B ~ 74%. #99B9E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 185 + 225 = 563 (100%)
R 153 of 563 ~ 27.18%
G 185 of 563 ~ 32.86%
B 225 of 563 ~ 39.96%

%27.18
%32.86
%39.96

CMYK color model

#99B9E1 color CMYK value is (32,18,0,12).

  • cyan value is 32.00%
  • magenta value is 17.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(32,18,0,12)
C32M18Y0K12 
(32%,18%,0%,12%)
(0.32/0.18/0.00/0.12)	

CMYK percentages

%32
%17.78
%0
%11.76

Codes

Color #99B9E1 in popluar color models

99B9E1
RGB153185225
HSL213°54.55%74.12%
HSB/HSV213°32.00%88.24%
CMYK32.00%17.78%0.00%
11.76%

Color #99B9E1 in popluar number systems.

HEX99B9E1
Decimal153185225
Binary100110011011100111100001
Octal231271341

Shades and tints

Shades of #99B9E1

#99B9E1
(153,185,225)
#8CA9CD
(140,169,205)
#7F99B9
(127,153,185)
#7289A5
(114,137,165)
#657991
(101,121,145)
#58697D
(88,105,125)
#4B5969
(75,89,105)
#3E4955
(62,73,85)
#313941
(49,57,65)
#24292D
(36,41,45)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #99B9E1

#99B9E1
(153,185,225)
#A2BFE3
(162,191,227)
#ABC5E5
(171,197,229)
#B4CBE7
(180,203,231)
#BDD1E9
(189,209,233)
#C6D7EB
(198,215,235)
#CFDDED
(207,221,237)
#D8E3EF
(216,227,239)
#E1E9F1
(225,233,241)
#EAEFF3
(234,239,243)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B9E1 color. Also use rgb(153,185,225) instead hex code.

Text Font Color

.myTextColor { color: #99B9E1; }

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

This text font color is #99B9E1.


Background Color

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

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

This div background color is #99B9E1.


Border color

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

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

This div border color is #99B9E1.


Opacity

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

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

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

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

This text has shadow with #99B9E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B9E1 on black background.


Color preview on white background

This text has color #99B9E1 on white background.



Black color preview on #99B9E1 background

This text has black color on #99B9E1 background.


White color preview on #99B9E1 background

This text has white color on #99B9E1 background.