COLOR #B885C4

HEX: #B885C4
RGB: (184,133,196)

Color info

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

RGB color model

#B885C4 color RGB value is (184,133,196).

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

RGB channels and saturation

R 184 of 255 = 72%
G 133 of 255 = 52%
B 196 of 255 = 77%

184
133
196

R + G + B ~ 67%. #B885C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
184 + 133 + 196 = 513 (100%)
R 184 of 513 ~ 35.87%
G 133 of 513 ~ 25.93%
B 196 of 513 ~ 38.21%

%35.87
%25.93
%38.21

CMYK color model

#B885C4 color CMYK value is (6,32,0,23).

  • cyan value is 6.12%
  • magenta value is 32.14%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(6,32,0,23)
C6M32Y0K23 
(6%,32%,0%,23%)
(0.06/0.32/0.00/0.23)	

CMYK percentages

%6.12
%32.14
%0
%23.14

Codes

Color #B885C4 in popluar color models

B885C4
RGB184133196
HSL289°34.81%64.51%
HSB/HSV289°32.14%76.86%
CMYK6.12%32.14%0.00%
23.14%

Color #B885C4 in popluar number systems.

HEXB885C4
Decimal184133196
Binary101110001000010111000100
Octal270205304

Shades and tints

Shades of #B885C4

#B885C4
(184,133,196)
#A879B3
(168,121,179)
#986DA2
(152,109,162)
#886191
(136,97,145)
#785580
(120,85,128)
#68496F
(104,73,111)
#583D5E
(88,61,94)
#48314D
(72,49,77)
#38253C
(56,37,60)
#28192B
(40,25,43)
#180D1A
(24,13,26)
#000000
(0,0,0)

Tints of #B885C4

#B885C4
(184,133,196)
#BE90C9
(190,144,201)
#C49BCE
(196,155,206)
#CAA6D3
(202,166,211)
#D0B1D8
(208,177,216)
#D6BCDD
(214,188,221)
#DCC7E2
(220,199,226)
#E2D2E7
(226,210,231)
#E8DDEC
(232,221,236)
#EEE8F1
(238,232,241)
#F4F3F6
(244,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B885C4; }

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

This text font color is #B885C4.


Background Color

.myBgColor { background-color: #B885C4; }

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

This div background color is #B885C4.


Border color

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

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

This div border color is #B885C4.


Opacity

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

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

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

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

This text has shadow with #B885C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B885C4 on black background.


Color preview on white background

This text has color #B885C4 on white background.



Black color preview on #B885C4 background

This text has black color on #B885C4 background.


White color preview on #B885C4 background

This text has white color on #B885C4 background.