COLOR #9993BF

HEX: #9993BF RGB: (153,147,191)

Color info

#9993BF contains red, green and blue colors in about the same proportion. Web safe color of #9993BF is #9999CC (or #99C).

RGB color model

#9993BF color RGB value is (153,147,191).

RGB: (153,147,191) (60%, 58%, 75%)

RGB channels and saturation

R 153 of 255 = 60%
G 147 of 255 = 58%
B 191 of 255 = 75%

153
147
191

R + G + B ~ 64%. #9993BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 147 + 191 = 491 (100%)
R 153 of 491 ~ 31.16%
G 147 of 491 ~ 29.94%
B 191 of 491 ~ 38.9'%

%31.16
%29.94
%38.9

CMYK color model

#9993BF color CMYK value is (20,23,0,25).

  • cyan value is 19.90%
  • magenta value is 23.04%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (20,23,0,25) C20M23Y0K25 (20%,23%,0%,25%) (0.20/0.23/0.00/0.25) 

CMYK percentages

%19.9
%23.04
%0
%25.1

Codes

Color #9993BF in popluar color models

99 93 BF
RGB 153 147 191
HSL 248° 25.58% 66.27%
HSB/HSV 248° 23.04% 74.90%
CMYK 19.90% 23.04% 0.00%
25.10%

Color #9993BF in popluar number systems.

HEX 99 93 BF
Decimal 153 147 191
Binary 10011001 10010011 10111111
Octal 231 223 277

Shades and tints

Shades of #9993BF

#9993BF
(153,147,191)
#8C86AE
(140,134,174)
#7F799D
(127,121,157)
#726C8C
(114,108,140)
#655F7B
(101,95,123)
#58526A
(88,82,106)
#4B4559
(75,69,89)
#3E3848
(62,56,72)
#312B37
(49,43,55)
#241E26
(36,30,38)
#171115
(23,17,21)
#000000
(0,0,0)

Tints of #9993BF

#9993BF
(153,147,191)
#A29CC4
(162,156,196)
#ABA5C9
(171,165,201)
#B4AECE
(180,174,206)
#BDB7D3
(189,183,211)
#C6C0D8
(198,192,216)
#CFC9DD
(207,201,221)
#D8D2E2
(216,210,226)
#E1DBE7
(225,219,231)
#EAE4EC
(234,228,236)
#F3EDF1
(243,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9993BF; }

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

This text font color is #9993BF.

Background Color

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

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

This div background color is #9993BF.

Border color

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

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

This div border color is #9993BF.

Opacity

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

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

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

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

This text has shadow with #9993BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9993BF.

Preview

Color preview on black background

This text has color #9993BF on black background.


Color preview on white background

This text has color #9993BF on white background.


Black color preview on #9993BF background

This text has black color on #9993BF background.


White color preview on #9993BF background

This text has white color on #9993BF background.


Related colors

Complementary color

Complementary color for #hex is #666C40.


I love getcolorcode.com

Triadic colors

1 #BF9993 and #93BF99 with #9993BF are triadic colors.

2 #BF9399 and #9399BF with #9993BF are triadic colors.