COLOR #99B3DA

HEX: #99B3DA RGB: (153,179,218)

Color info

#99B3DA contains mainly green and blue colors. Web safe color of #99B3DA is #9999CC (or #99C).

RGB color model

#99B3DA color RGB value is (153,179,218).

RGB: (153,179,218) (60%, 70%, 85%)

RGB channels and saturation

R 153 of 255 = 60%
G 179 of 255 = 70%
B 218 of 255 = 85%

153
179
218

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

Portions of RGB colors in percentages

R + G + B = 153 + 179 + 218 = 550 (100%)
R 153 of 550 ~ 27.82%
G 179 of 550 ~ 32.55%
B 218 of 550 ~ 39.64'%

%27.82
%32.55
%39.64

CMYK color model

#99B3DA color CMYK value is (30,18,0,15).

  • cyan value is 29.82%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (30,18,0,15)
C30M18Y0K15 (30%, 18%, 0%, 15%)
(0.30 / 0.18 / 0.00 / 0.15)

CMYK percentages

%29.82
%17.89
%0
%14.51

Codes

Color #99B3DA in popluar color models

99 B3 DA
RGB 153 179 218
HSL 216° 46.76% 72.75%
HSB/HSV 216° 29.82% 85.49%
CMYK 29.82% 17.89% 0.00%
14.51%

Color #99B3DA in popluar number systems.

HEX 99 B3 DA
Decimal 153 179 218
Binary 10011001 10110011 11011010
Octal 231 263 332

Shades and tints

Shades of #99B3DA

#99B3DA
(153,179,218)
#8CA3C7
(140,163,199)
#7F93B4
(127,147,180)
#7283A1
(114,131,161)
#65738E
(101,115,142)
#58637B
(88,99,123)
#4B5368
(75,83,104)
#3E4355
(62,67,85)
#313342
(49,51,66)
#24232F
(36,35,47)
#17131C
(23,19,28)
#000000
(0,0,0)

Tints of #99B3DA

#99B3DA
(153,179,218)
#A2B9DD
(162,185,221)
#ABBFE0
(171,191,224)
#B4C5E3
(180,197,227)
#BDCBE6
(189,203,230)
#C6D1E9
(198,209,233)
#CFD7EC
(207,215,236)
#D8DDEF
(216,221,239)
#E1E3F2
(225,227,242)
#EAE9F5
(234,233,245)
#F3EFF8
(243,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #99B3DA; }

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

This text font color is #99B3DA.

Background Color

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

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

This div background color is #99B3DA.

Border color

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

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

This div border color is #99B3DA.

Opacity

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

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

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

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

This text has shadow with #99B3DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #99B3DA.

Preview

Color preview on black background

This text has color #99B3DA on black background.


Color preview on white background

This text has color #99B3DA on white background.


Black color preview on #99B3DA background

This text has black color on #99B3DA background.


White color preview on #99B3DA background

This text has white color on #99B3DA background.


Related colors

Complementary color

Complementary color for #hex is #664C25.


I love getcolorcode.com

Triadic colors

1 #DA99B3 and #B3DA99 with #99B3DA are triadic colors.

2 #DAB399 and #B399DA with #99B3DA are triadic colors.