COLOR #9B99DA

HEX: #9B99DA
RGB: (155,153,218)

Color info

#9B99DA contains mainly blue color. Web safe color of #9B99DA is #9999CC (or #99C).

RGB color model

#9B99DA color RGB value is (155,153,218).

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

RGB channels and saturation

R 155 of 255 = 61%
G 153 of 255 = 60%
B 218 of 255 = 85%

155
153
218

R + G + B ~ 69%. #9B99DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 153 + 218 = 526 (100%)
R 155 of 526 ~ 29.47%
G 153 of 526 ~ 29.09%
B 218 of 526 ~ 41.44%

%29.47
%29.09
%41.44

CMYK color model

#9B99DA color CMYK value is (29,30,0,15).

  • cyan value is 28.90%
  • magenta value is 29.82%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(29,30,0,15)
C29M30Y0K15 
(29%,30%,0%,15%)
(0.29/0.30/0.00/0.15)	

CMYK percentages

%28.9
%29.82
%0
%14.51

Codes

Color #9B99DA in popluar color models

9B99DA
RGB155153218
HSL242°46.76%72.75%
HSB/HSV242°29.82%85.49%
CMYK28.90%29.82%0.00%
14.51%

Color #9B99DA in popluar number systems.

HEX9B99DA
Decimal155153218
Binary100110111001100111011010
Octal233231332

Shades and tints

Shades of #9B99DA

#9B99DA
(155,153,218)
#8D8CC7
(141,140,199)
#7F7FB4
(127,127,180)
#7172A1
(113,114,161)
#63658E
(99,101,142)
#55587B
(85,88,123)
#474B68
(71,75,104)
#393E55
(57,62,85)
#2B3142
(43,49,66)
#1D242F
(29,36,47)
#0F171C
(15,23,28)
#000000
(0,0,0)

Tints of #9B99DA

#9B99DA
(155,153,218)
#A4A2DD
(164,162,221)
#ADABE0
(173,171,224)
#B6B4E3
(182,180,227)
#BFBDE6
(191,189,230)
#C8C6E9
(200,198,233)
#D1CFEC
(209,207,236)
#DAD8EF
(218,216,239)
#E3E1F2
(227,225,242)
#ECEAF5
(236,234,245)
#F5F3F8
(245,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9B99DA color. Also use rgb(155,153,218) instead hex code.

Text Font Color

.myTextColor { color: #9B99DA; }

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

This text font color is #9B99DA.


Background Color

.myBgColor { background-color: #9B99DA; }

<div style="background-color:#9B99DA">Inner text</div>

This div background color is #9B99DA.


Border color

.myBorderColor { border: 1px solid #9B99DA; }

<div style="border:3px solid #9B99DA">Div</div>

This div border color is #9B99DA.


Opacity

.myOpacity80 { color: #9B99DA; opacity: 0.8; }

<p style="color:#9B99DA;opacity:0.8;">80%</p>

Text with #9B99DA 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 #9B99DA;}

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

This text has shadow with #9B99DA color.

.textShadow {text-shadow: 3px 3px 1px #9B99DA, 3px 3px 1px red;}

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

This text has shadow with #9B99DA primary color and red secondary color.


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

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

This text has shadow with #9B99DA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9B99DA on black background.


Color preview on white background

This text has color #9B99DA on white background.



Black color preview on #9B99DA background

This text has black color on #9B99DA background.


White color preview on #9B99DA background

This text has white color on #9B99DA background.