COLOR #B885D1

HEX: #B885D1
RGB: (184,133,209)

Color info

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

RGB color model

#B885D1 color RGB value is (184,133,209).

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

RGB channels and saturation

R 184 of 255 = 72%
G 133 of 255 = 52%
B 209 of 255 = 82%

184
133
209

R + G + B ~ 69%. #B885D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 133 + 209 = 526 (100%)
R 184 of 526 ~ 34.98%
G 133 of 526 ~ 25.29%
B 209 of 526 ~ 39.73%

%34.98
%25.29
%39.73

CMYK color model

#B885D1 color CMYK value is (12,36,0,18).

  • cyan value is 11.96%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(12,36,0,18)
C12M36Y0K18 
(12%,36%,0%,18%)
(0.12/0.36/0.00/0.18)	

CMYK percentages

%11.96
%36.36
%0
%18.04

Codes

Color #B885D1 in popluar color models

B885D1
RGB184133209
HSL280°45.24%67.06%
HSB/HSV280°36.36%81.96%
CMYK11.96%36.36%0.00%
18.04%

Color #B885D1 in popluar number systems.

HEXB885D1
Decimal184133209
Binary101110001000010111010001
Octal270205321

Shades and tints

Shades of #B885D1

#B885D1
(184,133,209)
#A879BE
(168,121,190)
#986DAB
(152,109,171)
#886198
(136,97,152)
#785585
(120,85,133)
#684972
(104,73,114)
#583D5F
(88,61,95)
#48314C
(72,49,76)
#382539
(56,37,57)
#281926
(40,25,38)
#180D13
(24,13,19)
#000000
(0,0,0)

Tints of #B885D1

#B885D1
(184,133,209)
#BE90D5
(190,144,213)
#C49BD9
(196,155,217)
#CAA6DD
(202,166,221)
#D0B1E1
(208,177,225)
#D6BCE5
(214,188,229)
#DCC7E9
(220,199,233)
#E2D2ED
(226,210,237)
#E8DDF1
(232,221,241)
#EEE8F5
(238,232,245)
#F4F3F9
(244,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B885D1; }

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

This text font color is #B885D1.


Background Color

.myBgColor { background-color: #B885D1; }

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

This div background color is #B885D1.


Border color

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

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

This div border color is #B885D1.


Opacity

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

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

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

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

This text has shadow with #B885D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B885D1 on black background.


Color preview on white background

This text has color #B885D1 on white background.



Black color preview on #B885D1 background

This text has black color on #B885D1 background.


White color preview on #B885D1 background

This text has white color on #B885D1 background.