COLOR #B894C4

HEX: #B894C4
RGB: (184,148,196)

Color info

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

RGB color model

#B894C4 color RGB value is (184,148,196).

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

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 196 of 255 = 77%

184
148
196

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

Portions of RGB colors in percentages

R + G + B =
184 + 148 + 196 = 528 (100%)
R 184 of 528 ~ 34.85%
G 148 of 528 ~ 28.03%
B 196 of 528 ~ 37.12%

%34.85
%28.03
%37.12

CMYK color model

#B894C4 color CMYK value is (6,24,0,23).

  • cyan value is 6.12%
  • magenta value is 24.49%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(6,24,0,23)
C6M24Y0K23 
(6%,24%,0%,23%)
(0.06/0.24/0.00/0.23)	

CMYK percentages

%6.12
%24.49
%0
%23.14

Codes

Color #B894C4 in popluar color models

B894C4
RGB184148196
HSL285°28.92%67.45%
HSB/HSV285°24.49%76.86%
CMYK6.12%24.49%0.00%
23.14%

Color #B894C4 in popluar number systems.

HEXB894C4
Decimal184148196
Binary101110001001010011000100
Octal270224304

Shades and tints

Shades of #B894C4

#B894C4
(184,148,196)
#A887B3
(168,135,179)
#987AA2
(152,122,162)
#886D91
(136,109,145)
#786080
(120,96,128)
#68536F
(104,83,111)
#58465E
(88,70,94)
#48394D
(72,57,77)
#382C3C
(56,44,60)
#281F2B
(40,31,43)
#18121A
(24,18,26)
#000000
(0,0,0)

Tints of #B894C4

#B894C4
(184,148,196)
#BE9DC9
(190,157,201)
#C4A6CE
(196,166,206)
#CAAFD3
(202,175,211)
#D0B8D8
(208,184,216)
#D6C1DD
(214,193,221)
#DCCAE2
(220,202,226)
#E2D3E7
(226,211,231)
#E8DCEC
(232,220,236)
#EEE5F1
(238,229,241)
#F4EEF6
(244,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B894C4; }

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

This text font color is #B894C4.


Background Color

.myBgColor { background-color: #B894C4; }

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

This div background color is #B894C4.


Border color

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

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

This div border color is #B894C4.


Opacity

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

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

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

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

This text has shadow with #B894C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B894C4 on black background.


Color preview on white background

This text has color #B894C4 on white background.



Black color preview on #B894C4 background

This text has black color on #B894C4 background.


White color preview on #B894C4 background

This text has white color on #B894C4 background.