COLOR #9993D3

HEX: #9993D3
RGB: (153,147,211)

Color info

#9993D3 contains mainly red and blue colors. Web safe color of #9993D3 is #9999CC (or #99C).

RGB color model

#9993D3 color RGB value is (153,147,211).

  • red value is 153;
  • green value is 147;
  • blue value is 211.
RGB:
(153,147,211)
(60%,58%,83%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 211 of 255 = 83%

153
147
211

R + G + B ~ 67%. #9993D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 147 + 211 = 511 (100%)
R 153 of 511 ~ 29.94%
G 147 of 511 ~ 28.77%
B 211 of 511 ~ 41.29%

%29.94
%28.77
%41.29

CMYK color model

#9993D3 color CMYK value is (27,30,0,17).

  • cyan value is 27.49%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(27,30,0,17)
C27M30Y0K17 
(27%,30%,0%,17%)
(0.27/0.30/0.00/0.17)	

CMYK percentages

%27.49
%30.33
%0
%17.25

Codes

Color #9993D3 in popluar color models

9993D3
RGB153147211
HSL246°42.11%70.20%
HSB/HSV246°30.33%82.75%
CMYK27.49%30.33%0.00%
17.25%

Color #9993D3 in popluar number systems.

HEX9993D3
Decimal153147211
Binary100110011001001111010011
Octal231223323

Shades and tints

Shades of #9993D3

#9993D3
(153,147,211)
#8C86C0
(140,134,192)
#7F79AD
(127,121,173)
#726C9A
(114,108,154)
#655F87
(101,95,135)
#585274
(88,82,116)
#4B4561
(75,69,97)
#3E384E
(62,56,78)
#312B3B
(49,43,59)
#241E28
(36,30,40)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #9993D3

#9993D3
(153,147,211)
#A29CD7
(162,156,215)
#ABA5DB
(171,165,219)
#B4AEDF
(180,174,223)
#BDB7E3
(189,183,227)
#C6C0E7
(198,192,231)
#CFC9EB
(207,201,235)
#D8D2EF
(216,210,239)
#E1DBF3
(225,219,243)
#EAE4F7
(234,228,247)
#F3EDFB
(243,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9993D3 color. Also use rgb(153,147,211) instead hex code.

Text Font Color

.myTextColor { color: #9993D3; }

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

This text font color is #9993D3.


Background Color

.myBgColor { background-color: #9993D3; }

<div style="background-color:#9993D3">Inner text</div>

This div background color is #9993D3.


Border color

.myBorderColor { border: 1px solid #9993D3; }

<div style="border:3px solid #9993D3">Div</div>

This div border color is #9993D3.


Opacity

.myOpacity80 { color: #9993D3; opacity: 0.8; }

<p style="color:#9993D3;opacity:0.8;">80%</p>

Text with #9993D3 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 #9993D3;}

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

This text has shadow with #9993D3 color.

.textShadow {text-shadow: 3px 3px 1px #9993D3, 3px 3px 1px red;}

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

This text has shadow with #9993D3 primary color and red secondary color.


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

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

This text has shadow with #9993D3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9993D3 on black background.


Color preview on white background

This text has color #9993D3 on white background.



Black color preview on #9993D3 background

This text has black color on #9993D3 background.


White color preview on #9993D3 background

This text has white color on #9993D3 background.