COLOR #99B5DA

HEX: #99B5DA
RGB: (153,181,218)

Color info

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

RGB color model

#99B5DA color RGB value is (153,181,218).

  • red value is 153;
  • green value is 181;
  • blue value is 218.
RGB:
(153,181,218)
(60%,71%,85%)

RGB channels and saturation

R 153 of 255 = 60%
G 181 of 255 = 71%
B 218 of 255 = 85%

153
181
218

R + G + B ~ 72%. #99B5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 181 + 218 = 552 (100%)
R 153 of 552 ~ 27.72%
G 181 of 552 ~ 32.79%
B 218 of 552 ~ 39.49%

%27.72
%32.79
%39.49

CMYK color model

#99B5DA color CMYK value is (30,17,0,15).

  • cyan value is 29.82%
  • magenta value is 16.97%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,17,0,15)
C30M17Y0K15 
(30%,17%,0%,15%)
(0.30/0.17/0.00/0.15)	

CMYK percentages

%29.82
%16.97
%0
%14.51

Codes

Color #99B5DA in popluar color models

99B5DA
RGB153181218
HSL214°46.76%72.75%
HSB/HSV214°29.82%85.49%
CMYK29.82%16.97%0.00%
14.51%

Color #99B5DA in popluar number systems.

HEX99B5DA
Decimal153181218
Binary100110011011010111011010
Octal231265332

Shades and tints

Shades of #99B5DA

#99B5DA
(153,181,218)
#8CA5C7
(140,165,199)
#7F95B4
(127,149,180)
#7285A1
(114,133,161)
#65758E
(101,117,142)
#58657B
(88,101,123)
#4B5568
(75,85,104)
#3E4555
(62,69,85)
#313542
(49,53,66)
#24252F
(36,37,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #99B5DA

#99B5DA
(153,181,218)
#A2BBDD
(162,187,221)
#ABC1E0
(171,193,224)
#B4C7E3
(180,199,227)
#BDCDE6
(189,205,230)
#C6D3E9
(198,211,233)
#CFD9EC
(207,217,236)
#D8DFEF
(216,223,239)
#E1E5F2
(225,229,242)
#EAEBF5
(234,235,245)
#F3F1F8
(243,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99B5DA color. Also use rgb(153,181,218) instead hex code.

Text Font Color

.myTextColor { color: #99B5DA; }

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

This text font color is #99B5DA.


Background Color

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

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

This div background color is #99B5DA.


Border color

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

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

This div border color is #99B5DA.


Opacity

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

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

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

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

This text has shadow with #99B5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B5DA on black background.


Color preview on white background

This text has color #99B5DA on white background.



Black color preview on #99B5DA background

This text has black color on #99B5DA background.


White color preview on #99B5DA background

This text has white color on #99B5DA background.