COLOR #B894CC

HEX: #B894CC RGB: (184,148,204)

Color info

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

RGB color model

#B894CC color RGB value is (184,148,204).

RGB: (184,148,204) (72%, 58%, 80%)

RGB channels and saturation

R 184 of 255 = 72%
G 148 of 255 = 58%
B 204 of 255 = 80%

184
148
204

R + G + B ~ 70%. #B894CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 184 + 148 + 204 = 536 (100%)
R 184 of 536 ~ 34.33%
G 148 of 536 ~ 27.61%
B 204 of 536 ~ 38.06'%

%34.33
%27.61
%38.06

CMYK color model

#B894CC color CMYK value is (10,27,0,20).

  • cyan value is 9.80%
  • magenta value is 27.45%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (10,27,0,20) C10M27Y0K20 (10%,27%,0%,20%) (0.10/0.27/0.00/0.20) 

CMYK percentages

%9.8
%27.45
%0
%20

Codes

Color #B894CC in popluar color models

B8 94 CC
RGB 184 148 204
HSL 279° 35.44% 69.02%
HSB/HSV 279° 27.45% 80.00%
CMYK 9.80% 27.45% 0.00%
20.00%

Color #B894CC in popluar number systems.

HEX B8 94 CC
Decimal 184 148 204
Binary 10111000 10010100 11001100
Octal 270 224 314

Shades and tints

Shades of #B894CC

#B894CC
(184,148,204)
#A887BA
(168,135,186)
#987AA8
(152,122,168)
#886D96
(136,109,150)
#786084
(120,96,132)
#685372
(104,83,114)
#584660
(88,70,96)
#48394E
(72,57,78)
#382C3C
(56,44,60)
#281F2A
(40,31,42)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #B894CC

#B894CC
(184,148,204)
#BE9DD0
(190,157,208)
#C4A6D4
(196,166,212)
#CAAFD8
(202,175,216)
#D0B8DC
(208,184,220)
#D6C1E0
(214,193,224)
#DCCAE4
(220,202,228)
#E2D3E8
(226,211,232)
#E8DCEC
(232,220,236)
#EEE5F0
(238,229,240)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B894CC; }

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

This text font color is #B894CC.

Background Color

.myBgColor { background-color: #B894CC; }

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

This div background color is #B894CC.

Border color

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

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

This div border color is #B894CC.

Opacity

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

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

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

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

This text has shadow with #B894CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B894CC.

Preview

Color preview on black background

This text has color #B894CC on black background.


Color preview on white background

This text has color #B894CC on white background.


Black color preview on #B894CC background

This text has black color on #B894CC background.


White color preview on #B894CC background

This text has white color on #B894CC background.


Related colors

Complementary color

Complementary color for #hex is #476B33.


I love getcolorcode.com

Triadic colors

1 #CCB894 and #94CCB8 with #B894CC are triadic colors.

2 #CC94B8 and #94B8CC with #B894CC are triadic colors.