COLOR #B993CD

HEX: #B993CD RGB: (185,147,205)

Color info

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

RGB color model

#B993CD color RGB value is (185,147,205).

RGB: (185,147,205) (73%, 58%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 147 of 255 = 58%
B 205 of 255 = 80%

185
147
205

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

Portions of RGB colors in percentages

R + G + B = 185 + 147 + 205 = 537 (100%)
R 185 of 537 ~ 34.45%
G 147 of 537 ~ 27.37%
B 205 of 537 ~ 38.18'%

%34.45
%27.37
%38.18

CMYK color model

#B993CD color CMYK value is (10,28,0,20).

  • cyan value is 9.76%
  • magenta value is 28.29%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (10,28,0,20) C10M28Y0K20 (10%,28%,0%,20%) (0.10/0.28/0.00/0.20) 

CMYK percentages

%9.76
%28.29
%0
%19.61

Codes

Color #B993CD in popluar color models

B9 93 CD
RGB 185 147 205
HSL 279° 36.71% 69.02%
HSB/HSV 279° 28.29% 80.39%
CMYK 9.76% 28.29% 0.00%
19.61%

Color #B993CD in popluar number systems.

HEX B9 93 CD
Decimal 185 147 205
Binary 10111001 10010011 11001101
Octal 271 223 315

Shades and tints

Shades of #B993CD

#B993CD
(185,147,205)
#A986BB
(169,134,187)
#9979A9
(153,121,169)
#896C97
(137,108,151)
#795F85
(121,95,133)
#695273
(105,82,115)
#594561
(89,69,97)
#49384F
(73,56,79)
#392B3D
(57,43,61)
#291E2B
(41,30,43)
#191119
(25,17,25)
#000000
(0,0,0)

Tints of #B993CD

#B993CD
(185,147,205)
#BF9CD1
(191,156,209)
#C5A5D5
(197,165,213)
#CBAED9
(203,174,217)
#D1B7DD
(209,183,221)
#D7C0E1
(215,192,225)
#DDC9E5
(221,201,229)
#E3D2E9
(227,210,233)
#E9DBED
(233,219,237)
#EFE4F1
(239,228,241)
#F5EDF5
(245,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B993CD; }

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

This text font color is #B993CD.

Background Color

.myBgColor { background-color: #B993CD; }

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

This div background color is #B993CD.

Border color

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

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

This div border color is #B993CD.

Opacity

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

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

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

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

This text has shadow with #B993CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B993CD.

Preview

Color preview on black background

This text has color #B993CD on black background.


Color preview on white background

This text has color #B993CD on white background.


Black color preview on #B993CD background

This text has black color on #B993CD background.


White color preview on #B993CD background

This text has white color on #B993CD background.


Related colors

Complementary color

Complementary color for #hex is #466C32.


I love getcolorcode.com

Triadic colors

1 #CDB993 and #93CDB9 with #B993CD are triadic colors.

2 #CD93B9 and #93B9CD with #B993CD are triadic colors.