COLOR #B993D3

HEX: #B993D3 RGB: (185,147,211)

Color info

#B993D3 contains mainly red and blue colors. Web safe color of #B993D3 is #CC99CC (or #C9C).

RGB color model

#B993D3 color RGB value is (185,147,211).

RGB: (185,147,211) (73%, 58%, 83%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 211 of 255 = 83%

185
147
211

R + G + B ~ 71%. #B993D3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 211 = 543 (100%)
R 185 of 543 ~ 34.07%
G 147 of 543 ~ 27.07%
B 211 of 543 ~ 38.86'%

%34.07
%27.07
%38.86

CMYK color model

#B993D3 color CMYK value is (12,30,0,17).

  • cyan value is 12.32%
  • magenta value is 30.33%
  • yellow value is 0.00%
  • key color value is 17.25%

CMYK: (12,30,0,17)
C12M30Y0K17 (12%, 30%, 0%, 17%)
(0.12 / 0.30 / 0.00 / 0.17)

CMYK percentages

%12.32
%30.33
%0
%17.25

Codes

Color #B993D3 in popluar color models

B9 93 D3
RGB 185 147 211
HSL 276° 42.11% 70.20%
HSB/HSV 276° 30.33% 82.75%
CMYK 12.32% 30.33% 0.00%
17.25%

Color #B993D3 in popluar number systems.

HEX B9 93 D3
Decimal 185 147 211
Binary 10111001 10010011 11010011
Octal 271 223 323

Shades and tints

Shades of #B993D3

#B993D3
(185,147,211)
#A986C0
(169,134,192)
#9979AD
(153,121,173)
#896C9A
(137,108,154)
#795F87
(121,95,135)
#695274
(105,82,116)
#594561
(89,69,97)
#49384E
(73,56,78)
#392B3B
(57,43,59)
#291E28
(41,30,40)
#191115
(25,17,21)
#000000
(0,0,0)

Tints of #B993D3

#B993D3
(185,147,211)
#BF9CD7
(191,156,215)
#C5A5DB
(197,165,219)
#CBAEDF
(203,174,223)
#D1B7E3
(209,183,227)
#D7C0E7
(215,192,231)
#DDC9EB
(221,201,235)
#E3D2EF
(227,210,239)
#E9DBF3
(233,219,243)
#EFE4F7
(239,228,247)
#F5EDFB
(245,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993D3; }

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

This text font color is #B993D3.

Background Color

.myBgColor { background-color: #B993D3; }

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

This div background color is #B993D3.

Border color

.myBorderColor { border: 1px solid #B993D3; }

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

This div border color is #B993D3.

Opacity

.myOpacity80 { color: #B993D3; opacity: 0.8; }

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

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

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

This text has shadow with #B993D3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B993D3.

Preview

Color preview on black background

This text has color #B993D3 on black background.


Color preview on white background

This text has color #B993D3 on white background.


Black color preview on #B993D3 background

This text has black color on #B993D3 background.


White color preview on #B993D3 background

This text has white color on #B993D3 background.


Related colors

Complementary color

Complementary color for #hex is #466C2C.


I love getcolorcode.com

Triadic colors

1 #D3B993 and #93D3B9 with #B993D3 are triadic colors.

2 #D393B9 and #93B9D3 with #B993D3 are triadic colors.