COLOR #B895BC

HEX: #B895BC
RGB: (184,149,188)

Color info

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

RGB color model

#B895BC color RGB value is (184,149,188).

  • red value is 184;
  • green value is 149;
  • blue value is 188.
RGB:
(184,149,188)
(72%,58%,74%)

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 188 of 255 = 74%

184
149
188

R + G + B ~ 68%. #B895BC is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 149 + 188 = 521 (100%)
R 184 of 521 ~ 35.32%
G 149 of 521 ~ 28.6%
B 188 of 521 ~ 36.08%

%35.32
%28.6
%36.08

CMYK color model

#B895BC color CMYK value is (2,21,0,26).

  • cyan value is 2.13%
  • magenta value is 20.74%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(2,21,0,26)
C2M21Y0K26 
(2%,21%,0%,26%)
(0.02/0.21/0.00/0.26)	

CMYK percentages

%2.13
%20.74
%0
%26.27

Codes

Color #B895BC in popluar color models

B895BC
RGB184149188
HSL294°22.54%66.08%
HSB/HSV294°20.74%73.73%
CMYK2.13%20.74%0.00%
26.27%

Color #B895BC in popluar number systems.

HEXB895BC
Decimal184149188
Binary101110001001010110111100
Octal270225274

Shades and tints

Shades of #B895BC

#B895BC
(184,149,188)
#A888AB
(168,136,171)
#987B9A
(152,123,154)
#886E89
(136,110,137)
#786178
(120,97,120)
#685467
(104,84,103)
#584756
(88,71,86)
#483A45
(72,58,69)
#382D34
(56,45,52)
#282023
(40,32,35)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #B895BC

#B895BC
(184,149,188)
#BE9EC2
(190,158,194)
#C4A7C8
(196,167,200)
#CAB0CE
(202,176,206)
#D0B9D4
(208,185,212)
#D6C2DA
(214,194,218)
#DCCBE0
(220,203,224)
#E2D4E6
(226,212,230)
#E8DDEC
(232,221,236)
#EEE6F2
(238,230,242)
#F4EFF8
(244,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B895BC color. Also use rgb(184,149,188) instead hex code.

Text Font Color

.myTextColor { color: #B895BC; }

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

This text font color is #B895BC.


Background Color

.myBgColor { background-color: #B895BC; }

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

This div background color is #B895BC.


Border color

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

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

This div border color is #B895BC.


Opacity

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

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

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

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

This text has shadow with #B895BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B895BC on black background.


Color preview on white background

This text has color #B895BC on white background.



Black color preview on #B895BC background

This text has black color on #B895BC background.


White color preview on #B895BC background

This text has white color on #B895BC background.