COLOR #B993C6

HEX: #B993C6
RGB: (185,147,198)

Color info

#B993C6 contains red, green and blue colors in about the same proportion. Web safe color of #B993C6 is #CC99CC (or #C9C).

RGB color model

#B993C6 color RGB value is (185,147,198).

  • red value is 185;
  • green value is 147;
  • blue value is 198.
RGB:
(185,147,198)
(73%,58%,78%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 198 of 255 = 78%

185
147
198

R + G + B ~ 70%. #B993C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 147 + 198 = 530 (100%)
R 185 of 530 ~ 34.91%
G 147 of 530 ~ 27.74%
B 198 of 530 ~ 37.36%

%34.91
%27.74
%37.36

CMYK color model

#B993C6 color CMYK value is (7,26,0,22).

  • cyan value is 6.57%
  • magenta value is 25.76%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(7,26,0,22)
C7M26Y0K22 
(7%,26%,0%,22%)
(0.07/0.26/0.00/0.22)	

CMYK percentages

%6.57
%25.76
%0
%22.35

Codes

Color #B993C6 in popluar color models

B993C6
RGB185147198
HSL285°30.91%67.65%
HSB/HSV285°25.76%77.65%
CMYK6.57%25.76%0.00%
22.35%

Color #B993C6 in popluar number systems.

HEXB993C6
Decimal185147198
Binary101110011001001111000110
Octal271223306

Shades and tints

Shades of #B993C6

#B993C6
(185,147,198)
#A986B4
(169,134,180)
#9979A2
(153,121,162)
#896C90
(137,108,144)
#795F7E
(121,95,126)
#69526C
(105,82,108)
#59455A
(89,69,90)
#493848
(73,56,72)
#392B36
(57,43,54)
#291E24
(41,30,36)
#191112
(25,17,18)
#000000
(0,0,0)

Tints of #B993C6

#B993C6
(185,147,198)
#BF9CCB
(191,156,203)
#C5A5D0
(197,165,208)
#CBAED5
(203,174,213)
#D1B7DA
(209,183,218)
#D7C0DF
(215,192,223)
#DDC9E4
(221,201,228)
#E3D2E9
(227,210,233)
#E9DBEE
(233,219,238)
#EFE4F3
(239,228,243)
#F5EDF8
(245,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993C6; }

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

This text font color is #B993C6.


Background Color

.myBgColor { background-color: #B993C6; }

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

This div background color is #B993C6.


Border color

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

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

This div border color is #B993C6.


Opacity

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

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

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

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

This text has shadow with #B993C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B993C6 on black background.


Color preview on white background

This text has color #B993C6 on white background.



Black color preview on #B993C6 background

This text has black color on #B993C6 background.


White color preview on #B993C6 background

This text has white color on #B993C6 background.