COLOR #B995CE

HEX: #B995CE
RGB: (185,149,206)

Color info

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

RGB color model

#B995CE color RGB value is (185,149,206).

  • red value is 185;
  • green value is 149;
  • blue value is 206.
RGB:
(185,149,206)
(73%,58%,81%)

RGB channels and saturation

R 185 of 255 = 73%
G 149 of 255 = 58%
B 206 of 255 = 81%

185
149
206

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

Portions of RGB colors in percentages

R + G + B =
185 + 149 + 206 = 540 (100%)
R 185 of 540 ~ 34.26%
G 149 of 540 ~ 27.59%
B 206 of 540 ~ 38.15%

%34.26
%27.59
%38.15

CMYK color model

#B995CE color CMYK value is (10,28,0,19).

  • cyan value is 10.19%
  • magenta value is 27.67%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,28,0,19)
C10M28Y0K19 
(10%,28%,0%,19%)
(0.10/0.28/0.00/0.19)	

CMYK percentages

%10.19
%27.67
%0
%19.22

Codes

Color #B995CE in popluar color models

B995CE
RGB185149206
HSL278°36.77%69.61%
HSB/HSV278°27.67%80.78%
CMYK10.19%27.67%0.00%
19.22%

Color #B995CE in popluar number systems.

HEXB995CE
Decimal185149206
Binary101110011001010111001110
Octal271225316

Shades and tints

Shades of #B995CE

#B995CE
(185,149,206)
#A988BC
(169,136,188)
#997BAA
(153,123,170)
#896E98
(137,110,152)
#796186
(121,97,134)
#695474
(105,84,116)
#594762
(89,71,98)
#493A50
(73,58,80)
#392D3E
(57,45,62)
#29202C
(41,32,44)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #B995CE

#B995CE
(185,149,206)
#BF9ED2
(191,158,210)
#C5A7D6
(197,167,214)
#CBB0DA
(203,176,218)
#D1B9DE
(209,185,222)
#D7C2E2
(215,194,226)
#DDCBE6
(221,203,230)
#E3D4EA
(227,212,234)
#E9DDEE
(233,221,238)
#EFE6F2
(239,230,242)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B995CE color. Also use rgb(185,149,206) instead hex code.

Text Font Color

.myTextColor { color: #B995CE; }

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

This text font color is #B995CE.


Background Color

.myBgColor { background-color: #B995CE; }

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

This div background color is #B995CE.


Border color

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

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

This div border color is #B995CE.


Opacity

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

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

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

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

This text has shadow with #B995CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B995CE on black background.


Color preview on white background

This text has color #B995CE on white background.



Black color preview on #B995CE background

This text has black color on #B995CE background.


White color preview on #B995CE background

This text has white color on #B995CE background.