COLOR #99B7DA

HEX: #99B7DA
RGB: (153,183,218)

Color info

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

RGB color model

#99B7DA color RGB value is (153,183,218).

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

RGB channels and saturation

R 153 of 255 = 60%
G 183 of 255 = 72%
B 218 of 255 = 85%

153
183
218

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

Portions of RGB colors in percentages

R + G + B =
153 + 183 + 218 = 554 (100%)
R 153 of 554 ~ 27.62%
G 183 of 554 ~ 33.03%
B 218 of 554 ~ 39.35%

%27.62
%33.03
%39.35

CMYK color model

#99B7DA color CMYK value is (30,16,0,15).

  • cyan value is 29.82%
  • magenta value is 16.06%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(30,16,0,15)
C30M16Y0K15 
(30%,16%,0%,15%)
(0.30/0.16/0.00/0.15)	

CMYK percentages

%29.82
%16.06
%0
%14.51

Codes

Color #99B7DA in popluar color models

99B7DA
RGB153183218
HSL212°46.76%72.75%
HSB/HSV212°29.82%85.49%
CMYK29.82%16.06%0.00%
14.51%

Color #99B7DA in popluar number systems.

HEX99B7DA
Decimal153183218
Binary100110011011011111011010
Octal231267332

Shades and tints

Shades of #99B7DA

#99B7DA
(153,183,218)
#8CA7C7
(140,167,199)
#7F97B4
(127,151,180)
#7287A1
(114,135,161)
#65778E
(101,119,142)
#58677B
(88,103,123)
#4B5768
(75,87,104)
#3E4755
(62,71,85)
#313742
(49,55,66)
#24272F
(36,39,47)
#17171C
(23,23,28)
#000000
(0,0,0)

Tints of #99B7DA

#99B7DA
(153,183,218)
#A2BDDD
(162,189,221)
#ABC3E0
(171,195,224)
#B4C9E3
(180,201,227)
#BDCFE6
(189,207,230)
#C6D5E9
(198,213,233)
#CFDBEC
(207,219,236)
#D8E1EF
(216,225,239)
#E1E7F2
(225,231,242)
#EAEDF5
(234,237,245)
#F3F3F8
(243,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B7DA; }

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

This text font color is #99B7DA.


Background Color

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

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

This div background color is #99B7DA.


Border color

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

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

This div border color is #99B7DA.


Opacity

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

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

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

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

This text has shadow with #99B7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #99B7DA on black background.


Color preview on white background

This text has color #99B7DA on white background.



Black color preview on #99B7DA background

This text has black color on #99B7DA background.


White color preview on #99B7DA background

This text has white color on #99B7DA background.