COLOR #B994CD

HEX: #B994CD
RGB: (185,148,205)

Color info

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

RGB color model

#B994CD color RGB value is (185,148,205).

  • red value is 185;
  • green value is 148;
  • blue value is 205.
RGB:
(185,148,205)
(73%,58%,80%)

RGB channels and saturation

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

185
148
205

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

Portions of RGB colors in percentages

R + G + B =
185 + 148 + 205 = 538 (100%)
R 185 of 538 ~ 34.39%
G 148 of 538 ~ 27.51%
B 205 of 538 ~ 38.1%

%34.39
%27.51
%38.1

CMYK color model

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

  • cyan value is 9.76%
  • magenta value is 27.80%
  • 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
%27.8
%0
%19.61

Codes

Color #B994CD in popluar color models

B994CD
RGB185148205
HSL279°36.31%69.22%
HSB/HSV279°27.80%80.39%
CMYK9.76%27.80%0.00%
19.61%

Color #B994CD in popluar number systems.

HEXB994CD
Decimal185148205
Binary101110011001010011001101
Octal271224315

Shades and tints

Shades of #B994CD

#B994CD
(185,148,205)
#A987BB
(169,135,187)
#997AA9
(153,122,169)
#896D97
(137,109,151)
#796085
(121,96,133)
#695373
(105,83,115)
#594661
(89,70,97)
#49394F
(73,57,79)
#392C3D
(57,44,61)
#291F2B
(41,31,43)
#191219
(25,18,25)
#000000
(0,0,0)

Tints of #B994CD

#B994CD
(185,148,205)
#BF9DD1
(191,157,209)
#C5A6D5
(197,166,213)
#CBAFD9
(203,175,217)
#D1B8DD
(209,184,221)
#D7C1E1
(215,193,225)
#DDCAE5
(221,202,229)
#E3D3E9
(227,211,233)
#E9DCED
(233,220,237)
#EFE5F1
(239,229,241)
#F5EEF5
(245,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B994CD; }

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

This text font color is #B994CD.


Background Color

.myBgColor { background-color: #B994CD; }

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

This div background color is #B994CD.


Border color

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

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

This div border color is #B994CD.


Opacity

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

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

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

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

This text has shadow with #B994CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B994CD on black background.


Color preview on white background

This text has color #B994CD on white background.



Black color preview on #B994CD background

This text has black color on #B994CD background.


White color preview on #B994CD background

This text has white color on #B994CD background.