COLOR #B895D1

HEX: #B895D1
RGB: (184,149,209)

Color info

#B895D1 contains mainly red and blue colors. Web safe color of #B895D1 is #CC99CC (or #C9C).

RGB color model

#B895D1 color RGB value is (184,149,209).

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

RGB channels and saturation

R 184 of 255 = 72%
G 149 of 255 = 58%
B 209 of 255 = 82%

184
149
209

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

Portions of RGB colors in percentages

R + G + B =
184 + 149 + 209 = 542 (100%)
R 184 of 542 ~ 33.95%
G 149 of 542 ~ 27.49%
B 209 of 542 ~ 38.56%

%33.95
%27.49
%38.56

CMYK color model

#B895D1 color CMYK value is (12,29,0,18).

  • cyan value is 11.96%
  • magenta value is 28.71%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (12,29,0,18) C12M29Y0K18 (12%,29%,0%,18%) (0.12/0.29/0.00/0.18)

CMYK percentages

%11.96
%28.71
%0
%18.04

Codes

Color #B895D1 in popluar color models

B895D1
RGB184149209
HSL275°39.47%70.20%
HSB/HSV275°28.71%81.96%
CMYK11.96%28.71%0.00%
18.04%

Color #B895D1 in popluar number systems.

HEXB895D1
Decimal184149209
Binary101110001001010111010001
Octal270225321

Shades and tints

Shades of #B895D1

#B895D1
(184,149,209)
#A888BE
(168,136,190)
#987BAB
(152,123,171)
#886E98
(136,110,152)
#786185
(120,97,133)
#685472
(104,84,114)
#58475F
(88,71,95)
#483A4C
(72,58,76)
#382D39
(56,45,57)
#282026
(40,32,38)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #B895D1

#B895D1
(184,149,209)
#BE9ED5
(190,158,213)
#C4A7D9
(196,167,217)
#CAB0DD
(202,176,221)
#D0B9E1
(208,185,225)
#D6C2E5
(214,194,229)
#DCCBE9
(220,203,233)
#E2D4ED
(226,212,237)
#E8DDF1
(232,221,241)
#EEE6F5
(238,230,245)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B895D1; }

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

This text font color is #B895D1.


Background Color

.myBgColor { background-color: #B895D1; }

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

This div background color is #B895D1.


Border color

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

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

This div border color is #B895D1.


Opacity

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

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

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

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

This text has shadow with #B895D1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #B895D1 on black background.


Color preview on white background

This text has color #B895D1 on white background.



Black color preview on #B895D1 background

This text has black color on #B895D1 background.


White color preview on #B895D1 background

This text has white color on #B895D1 background.