COLOR #B895BF

HEX: #B895BF
RGB: (184,149,191)

Color info

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

RGB color model

#B895BF color RGB value is (184,149,191).

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

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 191 of 255 = 75%

184
149
191

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

Portions of RGB colors in percentages

R + G + B =
184 + 149 + 191 = 524 (100%)
R 184 of 524 ~ 35.11%
G 149 of 524 ~ 28.44%
B 191 of 524 ~ 36.45%

%35.11
%28.44
%36.45

CMYK color model

#B895BF color CMYK value is (4,22,0,25).

  • cyan value is 3.66%
  • magenta value is 21.99%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(4,22,0,25)
C4M22Y0K25 
(4%,22%,0%,25%)
(0.04/0.22/0.00/0.25)	

CMYK percentages

%3.66
%21.99
%0
%25.1

Codes

Color #B895BF in popluar color models

B895BF
RGB184149191
HSL290°24.71%66.67%
HSB/HSV290°21.99%74.90%
CMYK3.66%21.99%0.00%
25.10%

Color #B895BF in popluar number systems.

HEXB895BF
Decimal184149191
Binary101110001001010110111111
Octal270225277

Shades and tints

Shades of #B895BF

#B895BF
(184,149,191)
#A888AE
(168,136,174)
#987B9D
(152,123,157)
#886E8C
(136,110,140)
#78617B
(120,97,123)
#68546A
(104,84,106)
#584759
(88,71,89)
#483A48
(72,58,72)
#382D37
(56,45,55)
#282026
(40,32,38)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #B895BF

#B895BF
(184,149,191)
#BE9EC4
(190,158,196)
#C4A7C9
(196,167,201)
#CAB0CE
(202,176,206)
#D0B9D3
(208,185,211)
#D6C2D8
(214,194,216)
#DCCBDD
(220,203,221)
#E2D4E2
(226,212,226)
#E8DDE7
(232,221,231)
#EEE6EC
(238,230,236)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B895BF; }

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

This text font color is #B895BF.


Background Color

.myBgColor { background-color: #B895BF; }

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

This div background color is #B895BF.


Border color

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

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

This div border color is #B895BF.


Opacity

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

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

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

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

This text has shadow with #B895BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B895BF on black background.


Color preview on white background

This text has color #B895BF on white background.



Black color preview on #B895BF background

This text has black color on #B895BF background.


White color preview on #B895BF background

This text has white color on #B895BF background.